Skip to content

This repo contains the files required for a website where one can train a CNN from scratch without having to write any code.

Notifications You must be signed in to change notification settings

gargdoppler/MNIST_CNN-tf.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST_CNN-tf.js

This repository contains a CNN implemented in TensorFlow.js.

Dependencies

These dependencies are required to be installed.

  • Node.js version 8.9 or higher
  • Yarn

How to build an example

cd into the directory

If you are using yarn:

cd MNIST
yarn
yarn watch

Details

The package contains two scripts:

yarn watch: starts a local development HTTP server which watches the filesystem for changes so you can edit the code (JS or HTML) and see changes when you refresh the page immediately.

yarn build: generates a dist/ folder which contains the build artifacts and can be used for deployment.

About

This repo contains the files required for a website where one can train a CNN from scratch without having to write any code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published