aleenaniklaus/MNIST_via_perceptrons
Identify digits in the MNIST dataset using 10 perceptrons. This approach, while not optimal given the fact that the dataset is not linearly separable, performs well on the MNIST data.
PythonMIT
Identify digits in the MNIST dataset using 10 perceptrons. This approach, while not optimal given the fact that the dataset is not linearly separable, performs well on the MNIST data.
PythonMIT