Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
-->Regression design:
./model_regression.py --data XOR2_16nm_stat00.csv --split 0.33
-->NeuralNetwork from scratch design:
run using jupyter notebook,
-->Neural network using deep learning libraries,keras
python3 NeuralNetworkWithKeras.py
-->Neural network with SGD & with dropouts
neural2.py and neural3.py , caan run using python3