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,404 public repositories matching this topic...

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

This project is a beginner-level deep learning project that uses TensorFlow and Keras to build and train a neural network. It aims to demonstrate how a neural network can learn the patterns and relationships between two sets of data and make predictions based on that learning. The tech stack used in this project includes TensorFlow and Keras.

  • Updated Mar 23, 2023
  • Jupyter Notebook
Followers
2k followers
Wikipedia
Wikipedia

Related Topics

deep-learning machine-learning tensorflow