Skip to content

davidbau/net-intent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net-Intent

A simple experiment for totaling up backprop using a jacobian method.

To use this you need python3, pip3, and python3-venv. Of course it runs best on a GPU machine; if you have one, you should have CUDA, CUDNN, etc.

It will download and build all other dependencies such as Theano and Blocks in a self-contained virtual environment under the env directory.

  sudo apt-get install python3
  sudo apt-get install python3-pip
  sudo apt-get install python3.4-venv

Then simply make, and things should run.

About

Simple experiment to explore a jacobian method for determining hidden unit intent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published