Skip to content

Use CNTK to train a feed forward network that recognises letters and numbers!

Notifications You must be signed in to change notification settings

fiskio/cntk-tutorial

Repository files navigation

CNTK - Handwriting Recognition Tutorial

Use CNTK to train a feed forward network that recognises letters and numbers!

Requirements:

docker the best way to install it depends on your OS, try here.
docker-compose pip install docker-compose

For GPU also:
nvidia-docker the best way to install it depends on your OS, try here.
nvidia-docker-compose pip install nvidia-docker-compose

Run

docker-compose -f docker-compose-cpu.yml up
...or for GPU run:
nvidia-docker-compose -f docker-compose-gpu.yml up

This will start a Jupyter server, on port 8888 and a Tensorboard web ui on port 6006.

The official CNTK python documentation is here.

Let's have fun!

About

Use CNTK to train a feed forward network that recognises letters and numbers!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published