Skip to content

Generative neural network implemented from scratch in C++. The neural network is trained to predict the output of the function (cos(x) + 1) * 0.5, where x represents the input value. The neural network model is built using C++ and incorporates fundamental concepts of artificial neural networks, most foundationally - back propagation.

Notifications You must be signed in to change notification settings

JCoombs224/Generative-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative-Neural-Network

This repository showcases a generative neural network implemented from scratch in C++. The neural network is trained to predict the output of the function (cos(x) + 1) * 0.5, where x represents the input value.

The neural network model is built using C++ and incorporates fundamental concepts of artificial neural networks, most foundationally - back propagation. The code is designed to provide a clear understanding of the underlying principles of neural networks.

About

Generative neural network implemented from scratch in C++. The neural network is trained to predict the output of the function (cos(x) + 1) * 0.5, where x represents the input value. The neural network model is built using C++ and incorporates fundamental concepts of artificial neural networks, most foundationally - back propagation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages