josStorer/nn_example
This repository is related to a video about principles of neural networks, which demonstrates how to write a simple neural network in 100 lines of code and implement handwritten digit recognition without using a framework. 这是一个与神经网络原理讲解视频, 相配套的项目, 演示在不使用框架的情况下, 用约100行代码编写简易的神经网络, 并借此实现手写数字识别.
This project helps you understand how a neural network can learn to recognize handwritten digits. You input images of digits, and it outputs which digit it thinks is present. This is for students or hobbyists curious about the core mechanics of artificial intelligence.
No commits in the last 6 months.
Use this if you want to learn the fundamental principles of neural networks and see them in action on a practical task like digit recognition, without relying on complex AI frameworks.
Not ideal if you need a production-ready solution for image recognition or if you want to train large-scale, high-performance deep learning models.
Stars
12
Forks
3
Language
Python
License
—
Category
Last pushed
Feb 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/josStorer/nn_example"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
greydanus/mnist1d
A 1D analogue of the MNIST dataset for measuring spatial biases and answering Science of Deep...
potterhsu/SVHNClassifier
A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using...
potterhsu/SVHNClassifier-PyTorch
A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep...
kensanata/numbers
Handwritten digits, a bit like the MNIST dataset.
kdexd/digit-classifier
A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.