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

Added an example for classification using iris dataset #92

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

vickylance
Copy link

Hi,

I have created an example that does simple classification on the famous Iris dataset using the Toy nn lib by loading and parsing a csv file.

Please let me know if it is helpful :)

Thanks.

@shiffman
Copy link
Member

shiffman commented Mar 4, 2018

This is great! At the moment, this is a "client-side" library only. I am not at all opposed to turning it into a node package or creating node examples, but what do you think about making a version of this that is client-side and uses p5's loadTable()?

@vickylance
Copy link
Author

@shiffman Sure it shouldn't be much of a problem to put it into an index.html file. But also I think we can make the nn lib capable of running on both nodejs and web browser, simultaneously. Well that is how most of the npm packages work. We would only export it if module !== undefined . Nevertheless I will update once I make it into a html file

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

Successfully merging this pull request may close these issues.

2 participants