Skip to content
#

Neural Network

Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.

Here are 19,185 public repositories matching this topic...

This project takes dataset from MNIST which contains (28 x 28) pixel images of 0-9 digits. I have trained a model which is an improvement of output softmax activation function. All the implemented layers are dense. Neural network contains 3 layers with 128,128 and 10 neurons respectively

  • Updated Aug 21, 2023
  • PureBasic
Followers
2k followers
Wikipedia
Wikipedia

Related Topics

deep-learning machine-learning tensorflow