An open API service indexing awesome lists of open source software.

https://github.com/iulianoroberto/pythonneuralnets

Basic neural network in Python.
https://github.com/iulianoroberto/pythonneuralnets

autoencoder deep-learning ffnn ids machine-learning neural-network python python-neural-networks

Last synced: 2 months ago
JSON representation

Basic neural network in Python.

Awesome Lists containing this project

README

        

# Neural network in Python
These are two simple models of autoencoders and FFNN. The data provided (derived from
CIC-IDS2017) can be used to train and test models for intrusion detection purposes.

## Previews
The following images shows a small preview of the obtainable graphs:

![alt text](https://github.com/robertoiuliano98/PythonNeuralNets/blob/main/Preview/AER_SCAMBIO_G_TO_R.png)

![alt text](https://github.com/robertoiuliano98/PythonNeuralNets/blob/main/Preview/AE_SCAMBIO_G_TO_R.png)