Skip to content

My own implementation of Neural Networks from scratch with some MNIST-based hand drawing recognition.

Notifications You must be signed in to change notification settings

matihope/AI_FUN

Repository files navigation

AI fun!


As you can see ;D

Build it yourself:

bash -c "git clone https://github.com/matihope/AI_FUN.git && \
         cd AI_FUN        && \
         cmake -B build   && \
         cd build         && \
         make -j 3        && \
         cd ..            && \
         ./AI_FUN"

List of attributions:

  • SFML
  • nlohmann json
  • Born2bSportyV2 font. Unluckily, I can't find it anywhere on the internet anymore.

About

My own implementation of Neural Networks from scratch with some MNIST-based hand drawing recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published