If you want to learn the fundamentals of ML I recommend a book, such as Deep Learning: Foundations and Concepts by Chris Bishop. If you insist on staying online, one option is https://course.fast.ai/ If you don't know ML I don't think you're going to learn much through ad hoc demos.
The Smallest Brain You Can Build: A Perceptron in Python
11–20 of 86 posts
Re: The Smallest Brain You Can Build: A Perceptron in Python
#12If you want to learn the fundamentals of ML I recommend a book, such as Deep Learning: Foundations and Concepts by Chris Bishop. If you insist on staying online, one option is https://course.fast.ai/ If you don't know ML I don't think you're going to learn much through ad hoc demos.
EDIT: His son is co-author?
Re: The Smallest Brain You Can Build: A Perceptron in Python
#13Re: The Smallest Brain You Can Build: A Perceptron in Python
#14Re: The Smallest Brain You Can Build: A Perceptron in Python
#15Re: The Smallest Brain You Can Build: A Perceptron in Python
#16I played with similar approach in JavaScript and built a NanoNeuron https://github.com/trekhleb/nano-neuron (it is more verbose than Python though)
Re: The Smallest Brain You Can Build: A Perceptron in Python
#17Re: The Smallest Brain You Can Build: A Perceptron in Python
#18If you want to learn the fundamentals of ML I recommend a book, such as Deep Learning: Foundations and Concepts by Chris Bishop. If you insist on staying online, one option is https://course.fast.ai/ If you don't know ML I don't think you're going to learn much through ad hoc demos.
Re: The Smallest Brain You Can Build: A Perceptron in Python
#19Re: The Smallest Brain You Can Build: A Perceptron in Python
#20I learnt a lot today from the interactive demo. You have the best clarity and right skill to educate