Tagged in

Machine Learning

100 days of algorithms
100 days of algorithms
100 days, 100 algorithms - a challenge consisting of many small pieces
More information
Followers
6.3K
More, on Medium

Day 80: Hopfield net

Hopfield net is a kind of neural network with binary threshold units and recurrent connections. The connections are symmetric and the model has a global energy function which results in a surprisingly simple training algorithm.


Day 79: Logistic regression

Logistic regression is a regression model used for data classification. The model is very simple since, in fact, it is a linear classifier.

However, when you start to explore your data, the simplest model is a good spot to start at.