Post-grad AI & AI programming coursework, neural network training and evaluation. Achieved 88%
matlab | ||
.gitattributes | ||
features.csv | ||
README.md | ||
targets.csv |
Neural Network Training Coursework
Evaluating a neural network using the MatLab cancer_dataset
.
- Evaluate the network's tendency to overfit by varying the number of epochs and hidden layers being used
- Multiple classifier performance using majority vote
- Repeat 2 with two different optimisers (
trainlm
,trainrp
) - Extension: Distinguish between two equi-probable classes of overlapping 2D Gaussians