A data classification using MLP.
This is course assignment of USC CSCI561 - Foundations of Artificial Intelligence. Test environment is supported by Workbench.
https://playground.tensorflow.org
python3 NeuralNetwork3.py train_data.csv train_label.csv test_data.csv
- HW3_Description_latedate.pdf
- http://www.adeveloperdiary.com/data-science/deep-learning/neural-network-with-softmax-in-python/
- https://medium.com/@cmukesh8688/activation-functions-sigmoid-tanh-relu-leaky-relu-softmax-50d3778dcea5
- https://machinelearningmastery.com/implement-backpropagation-algorithm-scratch-python/
- https://cenleiding.github.io/神经网络ANN.html