Deep Learning
-
Updated
Jan 27, 2023 - Python
Deep Learning
The module allows working with simple neural networks (Currently, the simplest model of a multilayer perceptron neural network with the backpropagation method and the Leaky ReLu activation function is used).
"The 'Activation Functions' project repository contains implementations of various activation functions commonly used in neural networks. "
implements 8 deep learning models for handwritten digit classification using the MNIST dataset, with variations in architecture and activation functions.
This repository contains Python code that generates visualizations for various activation functions commonly used in neural networks.
Add a description, image, and links to the leakyrelu topic page so that developers can more easily learn about it.
To associate your repository with the leakyrelu topic, visit your repo's landing page and select "manage topics."