dicroce / dim-nn

A super short neural network written in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dim-nn

A super short neural network written in C++.

Q: Why is it dim?

A: Because it's not that bright.

Q: What is it good for?

A: Learning about neural networks and backpropagation.

Q: What is it not good for?

A: Anything else.

Q: Will it ever be good for anything else?

A: Probably not. If I ever learn enough about them I would like to implement a convolutional layer.

About

A super short neural network written in C++.

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 99.6%Language:CMake 0.4%