A simple neural network with backpropagation used to recognize ASCII coded characters
-
Updated
Dec 15, 2019 - Python
A simple neural network with backpropagation used to recognize ASCII coded characters
A versatile neural network for binary classification, combining convolutional, recurrent (LSTM/GRU), and dense layers. Configurable hyperparameters are optimized using keras-tuner. Trained on synthetic data, with early stopping and saved in HDF5 format. Set up by cloning the repo, installing dependencies, and running model-complex-ia.py
Criação de Rede Neural Multilayer Perceptron capaz de classificar corretamente casos de câncer de mama
Este código cria uma rede neural simples com três camadas totalmente conectadas.
Simulação Interativa de uma Rede Neural Simples
Add a description, image, and links to the rede-neural topic page so that developers can more easily learn about it.
To associate your repository with the rede-neural topic, visit your repo's landing page and select "manage topics."