-
Notifications
You must be signed in to change notification settings - Fork 0
nitishch/4-2-NN
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ch Nitish Chandra (120050071) Output will be written to a file output.csv. It prints accuracy on the entire training set (without cross validation) Implementation Details: Backpropagation with cross entropy error function is minimised using stochastic gradient descent. Following are the parameters: - Network Architecture 1 input layer, 1 hidden layer of 10 nodes, 1 output layer - Training rate eta = 0.05 - Each input row is used 10 times for training Feature Selection: 57th feature is a scaled version of 55th feature. To reduce the number of variables, I removed the 57th feature.
About
Neural network code implemented for Ganesh Ramakrishnan's ML class in 4-2
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published