Skip to content

Train, test and operate neural networks to recognize handwritten digits

License

Notifications You must be signed in to change notification settings

mkhorin/neural-net

Repository files navigation

Neural Network App

Train, test and operate neural networks to recognize handwritten digits.

Neural Network App

Docker installation

Clone application to /app

cd /app
docker-compose up -d mongo
docker-compose up --build installer
docker-compose up -d server

Typical installation

Install environment

Linux

Clone application to /app

cd /app
npm install
NODE_ENV=development node console/install
NODE_ENV=development node console/start

Windows

Clone application to c:/app

cd c:/app
npm install
set NODE_ENV=development
node console/install
node console/start

Usage

Web interface http://localhost:3000

Sign in as administrator:

Email: a@a.a
Password: 123456

About

Train, test and operate neural networks to recognize handwritten digits

Topics

Resources

License

Stars

Watchers

Forks