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
NANCY ANAND
c137ff53a0
Rename perceptron.py to perceptron1.py
This is a single layer perceptron code.
5 years ago
NANCY ANAND
a1d0032ac5
Create perceptron.py
This is a single layer perceptron code.
5 years ago
THIYAGARAJAN
f6d0a2b97c
text_preprocessing.py
Text PreProcessing -- This file does the manipulation work and perform vector method to calculate the word and indicate the number of times
5 years ago
THIYAGARAJAN
1d09da3b19
Created clean_text.py
This is extension file of text preprocessing which is used to counter the words and to eliminate the Special chars , Upper Case letters
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