James Sherratt
a762a81271
Add comments to Decision tree algorithm
Decision tree code now has comments, explaining how the code works.
5 years ago
James Sherratt
66bb46261e
Python simple decision tree classifier
Code for a simple decision tree classifier has been added. This
is demonstrated to work with the classic iris dataset.
5 years ago
elias
2b127f1486
Added basic CNN
Basic implimentation of a CNN using pytorch.
1 converlutional layer:
-> input depth 3
-> output depth 16
-> kernel size 3
-> padding 1
1 maxpool layer
5 years ago
elias
cef04aeb63
Added Basic Neural Network
This is a basic implementation of a neural network using pytorch. The network accepts an input of 784 and generate a final output of 10. eg(classifying 28x28 -> 784 images of 10 digits)
5 years ago