ml-resources-react
ml-resources-react copied to clipboard
Add new resources to learn machine learning in the React app.
Task
Add new resources to learn machine learning from. Please check Readme.md
and Contributing.md
in the repo's root for more details.
Added new resources from mathematicalmonk and David Silver. Please review the PR. #12
Added new resources from mathematicalmonk and David Silver. Please review the PR. #12
Merged for deployment to master ! Thanks.
Maybe we can automate this with some kind of form?
Yeah...that's a nice idea. So, do you have any ideas how should we go for it because my plan was to keep the resources content as static as possible (that's why no db), so that reviewing them for sanity would be much easier !
Maybe writing into some "suggestions.json" and review before adding to resources.json?
Maybe writing into some "suggestions.json" and review before adding to resources.json?
Yeah, that seems like a good option.
I guess db setup n stuff can be an overkill for this (?) Or maybe not much of a hassle ?
I don't think we really need a db cause it's only one table. The bigger issue is how to prevent spam in this form.
The bigger issue is how to prevent spam in this form.
Yeah, this one is crucial. Will look into this for sure !!