Machine learning topic
Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.
Emotion-Detection-ML-Example
๐ค Simple Emotion Detection Neural Network made with brain.js for an article on Hackdoor
homemade-machine-learning
๐ค Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
links-detector
๐ ๐๐ป Links Detector makes printed links clickable via your smartphone camera. No need to type a link in, just scan and click on it.
machine-learning-experiments
๐ค Interactive Machine Learning experiments: ๐๏ธmodels training + ๐จmodels demo
machine-learning-octave
๐ค MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
nano-neuron
๐ค NanoNeuron is 7 simple JavaScript functions that will give you a feeling of how machines can actually "learn"
cnn-from-scratch
A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
neural-network-from-scratch
A Neural Network implemented from scratch (using only numpy) in Python.
rnn-from-scratch
A Recurrent Neural Network implemented from scratch (using only numpy) in Python.