-
- Downloads
mlp
Showing
- README.md 7 additions, 3 deletionsREADME.md
- notebooks/knn.ipynb 148 additions, 0 deletionsnotebooks/knn.ipynb
- notebooks/mlp.ipynb 449 additions, 0 deletionsnotebooks/mlp.ipynb
- requirements.txt 0 additions, 0 deletionsrequirements.txt
- results/learning_rate__dh__comparaison.png 0 additions, 0 deletionsresults/learning_rate__dh__comparaison.png
- results/learning_rate_comparaison.png 0 additions, 0 deletionsresults/learning_rate_comparaison.png
- results/mlp.png 0 additions, 0 deletionsresults/mlp.png
- results/mlp_1.png 0 additions, 0 deletionsresults/mlp_1.png
- results/mlp_2.png 0 additions, 0 deletionsresults/mlp_2.png
- results/training.png 0 additions, 0 deletionsresults/training.png
- src/main.py 4 additions, 1 deletionsrc/main.py
- src/utils/__pycache__/knn.cpython-38.pyc 0 additions, 0 deletionssrc/utils/__pycache__/knn.cpython-38.pyc
- src/utils/__pycache__/mlp.cpython-38.pyc 0 additions, 0 deletionssrc/utils/__pycache__/mlp.cpython-38.pyc
- src/utils/knn.py 3 additions, 0 deletionssrc/utils/knn.py
- src/utils/mlp.py 49 additions, 17 deletionssrc/utils/mlp.py
- src/utils/split_data.py 1 addition, 0 deletionssrc/utils/split_data.py
- tests/__pycache__/conftest.cpython-38-pytest-8.3.3.pyc 0 additions, 0 deletionstests/__pycache__/conftest.cpython-38-pytest-8.3.3.pyc
- tests/__pycache__/test_MLP.cpython-38-pytest-8.3.3.pyc 0 additions, 0 deletionstests/__pycache__/test_MLP.cpython-38-pytest-8.3.3.pyc
- tests/__pycache__/test_mpl.cpython-38-pytest-8.3.3.pyc 0 additions, 0 deletionstests/__pycache__/test_mpl.cpython-38-pytest-8.3.3.pyc
- tests/conftest.py 19 additions, 0 deletionstests/conftest.py
notebooks/knn.ipynb
0 → 100644
This diff is collapsed.
notebooks/mlp.ipynb
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
requirements.txt
0 → 100644
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
results/learning_rate__dh__comparaison.png
0 → 100644
101 KiB
results/learning_rate_comparaison.png
0 → 100644
120 KiB
results/mlp.png
deleted
100644 → 0
59.4 KiB

| W: | H:
| W: | H:



| W: | H:
| W: | H:


results/training.png
0 → 100644
197 KiB
No preview for this file type
No preview for this file type
File added
File added
File added
tests/conftest.py
0 → 100644