Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
4 lines (3 loc) · 285 Bytes

README.md

File metadata and controls

executable file
·
4 lines (3 loc) · 285 Bytes

This implements a 3-layer multilayer perceptron.

It uses Docker to handle the environment. Just run main.py and it will train layer sizes 2, 4, 6, 8, and 10. The structure of the model cannot be programmatically configured, but you can edit the code to replace ReLU with Sigmoid.