Implements a single-layer neural network using stochastic gradient descent (on-line training)
Python 2.7
- neuralnet: Script that calls neuralnet.py
- neuralnet.py: Contains the implementation of the neural network
- sonar.arff: Sample data file
Command to run the script: ./neuralnet n l e
- n: Number of folds for cross validation
- l: Learning rate
- e: Number of training epochs