cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

st118307
Node Link
since ‎09-19-2018
‎06-01-2022

User Statistics

  • 11 Posts
  • 0 Solutions
  • 6 Kudos given
  • 1 Kudos received

User Activity

I had done semantic similarity to identify duplicate questions in data set using LSTM networks in python jupyter notebook. Now i want to do this task on neo4j to build knowledge graphs. please suggest me to do this task.
Hi, i had database of question&answer, using this question&answer pairs i had build knowledge graphs in neo4j. The output of this model is to retrieve answer to a question asked by user, up to here everything is fine. My interest of work is to build ...
I loaded CSV file in neo4j successfully and now i want to remove stop words in the data set. i have separate stop words list in a text file.I found an example code using stop words.But i want to replace it with my stop words list.How do i need to pro...
i am completely new to the neo4j but i practiced a lot to build graph models using small data sets. now i am trying to implement Q/A system using graph functions. How to add new set of question and answer to the graphs and how to retrieve answers fr...
I had a data set consist of questions and answers and interested to build a system to predict answer to the question. i used google to help, but i didn't find any way to start the work. for example: question: what was the capital of england? i need ...