https://github.com/haoruilee/perceptron-in-pure-python
不使用高级包实现单层感知机
https://github.com/haoruilee/perceptron-in-pure-python
layered-architecture perceptron-learning-algorithm python
Last synced: 3 months ago
JSON representation
不使用高级包实现单层感知机
- Host: GitHub
- URL: https://github.com/haoruilee/perceptron-in-pure-python
- Owner: haoruilee
- Created: 2021-03-08T05:57:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T09:53:29.000Z (over 4 years ago)
- Last Synced: 2025-03-26T02:43:19.095Z (3 months ago)
- Topics: layered-architecture, perceptron-learning-algorithm, python
- Language: Python
- Homepage:
- Size: 14.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perceptron-in-pure-python
不使用高级包实现单层感知机,实现MNIST分类