Skip to content
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

Open
ritwik12 opened this issue Sep 5, 2017 · 13 comments
Open

user text recognition #2

ritwik12 opened this issue Sep 5, 2017 · 13 comments

Comments

@ritwik12
Copy link
Owner

ritwik12 commented Sep 5, 2017

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.

@speedy-software
Copy link

What do you mean by NLP? Neuro Linguistic Programming? or Neuronal Networks?

@ritwik12
Copy link
Owner Author

@speedy-software Natural language processing.

@speedy-software
Copy link

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.

@ritwik12
Copy link
Owner Author

@speedy-software Yes sure, you can try :)
Tell me if you need any help.

@speedy-software
Copy link

are we gonna do it with deep learning?

@ritwik12
Copy link
Owner Author

@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.

@speedy-software
Copy link

but do you want to for now continue with the started implementation style?

@ritwik12
Copy link
Owner Author

ritwik12 commented Oct 28, 2017

@speedy-software I think I have implemented enough features for now.
I am working on NLP only for now.
but new features are always welcome.

@speedy-software-ch
Copy link
Contributor

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.

@ritwik12
Copy link
Owner Author

@speedy-software It's ohk, you may contribute by adding more features to it.

@ritwik12
Copy link
Owner Author

ritwik12 commented Nov 4, 2017

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 "

@ritwik12
Copy link
Owner Author

ritwik12 commented Nov 4, 2017

Any better approach than this or improvements in accuracy and efficiency are always welcomed.

@DevxMike
Copy link

DevxMike commented Aug 9, 2023

Hello, Im very new to open source contrib but would like to do something about this NLP. How is this case going by far?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants