Releases: cazala/synaptic-workshop
Releases · cazala/synaptic-workshop
Trainer
This section teaches how to use synaptic's Trainer to simplify the way the network is trained
Start
This is the starting point, basically this is the result of just running npm init && npm install synaptic mnist --save
Neuron
This section teaches how to connect two neurons and teach one of them to output 1 when the other one outputs 0
Network
This section teaches how to build a feed-forward network and teach it to solve an XOR
MNIST
This section takes the network built over the last sections and teaches it to read handwritten digits by using the MNIST dataset
Layer
This section teaches how to connect two layers of neurons, and teach them to solve an AND gate
Architect
This section teaches how to use synaptic's Architect to simplify the way the network is built