Skip to content
View akfreed's full-sized avatar

Organizations

@PPerfLab
Block or Report

Block or report akfreed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. FoxCloverBunny FoxCloverBunny Public

    A grassy field with foxes, clovers, and bunnies. The foxes and bunnies are controlled with neural networks. The neural networks undergo unsupervised training using genetic algorithms.

    C++

  2. CppSocketsXPlatform CppSocketsXPlatform Public

    A library for thread-safe blocking and polling sockets that works on Windows and Linux.

    C++

  3. PerformanceTimer PerformanceTimer Public

    A simple, header-only, high-resolution timer for Windows and Linux.

    C++

  4. skiplist skiplist Public

    A skiplist implementation of C++11 the std::map and std::multimap interfaces.

    C++

  5. neural-network-digit-classifier neural-network-digit-classifier Public

    This neural network classifies handwritten digits 0 to 9 from the MNIST dataset. It has one hidden layer. Training uses traditional back-propagation with a momentum factor.

    C++