Metadata-Version: 2.4
Name: NeuralNetworks
Version: 1.0.0
Summary: Multi-Layer Perceptrons with multi-Fourier encoding, variable learning rate, visualization and PyTorch compilation
Author-email: Alexandre Brun <alexandre51160@gmail.com>
License: GPL-3.0-or-later
Project-URL: Documentation, https://xxxfetraxxx.github.io/NeuralNetworks/
Project-URL: Source, https://github.com/xXxFetraxXx/NeuralNetworks
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: onnx
Requires-Dist: onnx-simplifier
Requires-Dist: tqdm
Requires-Dist: visualtorch
Dynamic: license-file

# NeuralNetworks Module

Module complet pour la création et l'entraînement de [MultiLayer Perceptrons](https://en.wikipedia.org/wiki/Multilayer_perceptron) (MLP)  
avec encodage optionnel [Fourier Features](https://en.wikipedia.org/wiki/Random_feature#Random_Fourier_feature) et gestion automatique des pertes.

---

[Documentation](https://xxxfetraxxx.github.io/NeuralNetworks/)

