Skip to content

YemenOpenSource/neural-network-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple_neural_network

A ``Hello World" Example of Artificial Intelligence in C/C++ and CUDA

Perceptron:

  1. Perceptron is the simplest artificial neural network.
  2. It is a supervised learning algorithm.
perceptron1

Learning in a perceptron:

  1. Initialization: Start with random weights and bias.

  2. Prediction: For each input, compute the output using the current weights and bias.

  3. Update: Update the weights and bias.

About

A ``Hello World" Example of Artificial Intelligence in C/C++ and CUDA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 100.0%