-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user text recognition #2
Comments
What do you mean by NLP? Neuro Linguistic Programming? or Neuronal Networks? |
@speedy-software Natural language processing. |
can i try to help out? i used to code in C/C++ in 2003 or so, and stopped 'till now. Wanna start over again and want some people to guide me and motivate me to get into this area again. |
@speedy-software Yes sure, you can try :) |
are we gonna do it with deep learning? |
@speedy-software It is your choice, you can do it in whichever way using A.I. The only requirement is that it should be in C. Most of the A.I algorithms are written for Python or R. Implementing them in C is a huge task itself. Do Look at your approach before beginning. |
but do you want to for now continue with the started implementation style? |
@speedy-software I think I have implemented enough features for now. |
ok, cause i have no idea about NLP at all. but your "codebase" for now is more or less understandable by me. and since i want to get back on track with C/C++, i see it as a good way to go for me. |
@speedy-software It's ohk, you may contribute by adding more features to it. |
Implemented Natural Language Processing Used a modified version of Multinomial Naive Bayes Algorithm which I created on my own and call it "Simplified Multinomial Naive Bayes Algorithm " |
Any better approach than this or improvements in accuracy and efficiency are always welcomed. |
Hello, Im very new to open source contrib but would like to do something about this NLP. How is this case going by far? |
Right now this virtual assistant is comparing strings entered by user directly, But it is not a good way as there are thousands of options and we can't compare all.
So for that purpose we need to make our Virtual assistant intelligent so that it can understand what a user wants it to do.
NLP is one solution to that.
The text was updated successfully, but these errors were encountered: