Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 325 Bytes

纯python实现的机器学习库

Chiya是一个基于Numpy的深度学习框架
CNN梯度检验的结果不是很好ORZ

示例

example/mnist_mlp.py    MNIST图像分类示例(MLP)
example/mnist_cnn.py    MNIST图像分类示例(CNN)

实验

MNIST

Fashion-MNIST

CIFAR-10