• Stars
    star
    1
  • Language
    C++
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple neural network for mnist dataset, that takes depth of one color channel in every pixel as an input data, processes it using fully-connected perceptron architecture and gives num prediction. Input: 64x64 num pic, output: num prediction. Accuracy ~90%