Feat(MLP): implement functions and unit tests for neural network
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