Projects of Neural Networks Graduate Course under Supervision of Prof. Reza Safabakhsh - AUT - Fall 2021
- In this project we worked on “seeds” dataset. First we examine the linear separability of data. Then we try to classify this data using multi-layer perceptron and our goal is to find best structure for network which reaches highest accuracy. We also get familiar with concept of overfitting and regularization by trying to overfit neural network on dataset. Finally, we operate regularization on dataset in order to remove overfitting effect.
- in this project we illustrate rcv1 dataset with SOM (self-organizing map) and we plot a feature map for data.
- in next step we cluster dataset using SOM and find purity for our clustering.