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,181 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

This repository contains a simple Neural Network implementation using TensorFlow, a popular machine learning framework. The example includes a basic feedforward network, training on the MNIST dataset, and evaluation of the model's accuracy and loss. It's a great introduction to TensorFlow and Neural Networks to learn and practice your skills.

  • Updated Apr 30, 2023
  • Jupyter Notebook
Followers
2k followers
Wikipedia
Wikipedia

Related Topics

deep-learning machine-learning tensorflow