Skip to content

Feat(MLP): implement functions and unit tests for neural network

Colas Alexandre requested to merge neural-network into main

What has been done :

  • Putting .vscode folder in .gitignore
  • Implementing MLP functions
  • Fixing helpers and plots to manage KNN and MLP
  • Improve code style by sorting imports with isort and running Black.
  • Update Readme
  • Fix documentation for all functions using pydosctyle as numpy
  • Add tests for MLP functions

Merge request reports

Loading