Skip to content
/ AI Public

A neural network that can be trained on given datasets to predict the output of a given input.

License

Notifications You must be signed in to change notification settings

Sid110307/AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI

A neural network that can be trained on given datasets to predict the output of a given input pattern.

Requirements

  • A compiler that supports C++20
  • CMake 3.20 or higher
  • libtorch

Usage

  • Clone the repository
$ git clone https://github.com/Sid110307/AI.git
$ cd AI
  • Run the run.sh script
$ ./run.sh

License

MIT

About

A neural network that can be trained on given datasets to predict the output of a given input.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published