GithubHelp home page GithubHelp logo

recidivism5 / vnn Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 63.68 MB

Vectorized neural network generator/trainer. It's set to use MNIST but you can change that in the code.

C 99.84% Python 0.16%

vnn's Introduction

I'm looking to make a meme generator and a chatbot. Right now though, in this repository, vectorized_nn.c is an improved, vectorized version of the neural network generator/trainer I made for "number recognizer".

vectorized_nn.c has a better command-line-interface as well. As usual, you don't need anything but this repository and a good C compiler to generate a 28x28 digit image recognizer and train it however you want.

command format:

./vectorized_nn.exe <*.network> <-train / -test> <numEpochs / testDataStartIndex> <learningRate / numTestingPairs>

running ./vectorized_nn.exe without arguments will generate a new neural network description with default settings and then prompt you to for a file name to save it under.

Apart from that, I also have vec_nn_ad.c which is the vectorized neural network generator/trainer, except it implements a slightly altered backpropagation routine which is described in a comment at the top of its source code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.