Sid110307 / AI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 95.7%Language:CMake 3.0%Language:Shell 1.3%