evanbernard / MiniNeuralNetsLinks
A framework for mini neural networks (perceptrons), written from scratch in python. The goal of the project is to demystify the workings of a neural network and various training algorithms by providing code written from scratch for the simplest neural network one could have.
☆21Updated 5 years ago
Alternatives and similar repositories for MiniNeuralNets
Users that are interested in MiniNeuralNets are comparing it to the libraries listed below
Sorting:
- A Numpy implementation of a Generative Adversarial Network.☆17Updated 5 years ago
- Create interactive dashboards for your Convolutional Neural Networks with a single line of code!☆30Updated 4 years ago
- A minimal implementation of autograd (in pure Python) 🍰☆96Updated 4 years ago
- Autograd Engine for Python Written in Python C-API for Speed☆20Updated 2 years ago
- Small deep learning library written from scratch in Python, using NumPy/CuPy.☆124Updated 3 years ago
- ☆40Updated 3 years ago
- LSTM Network trained to play Punchout, a game released for the NES. This bot uses pykitml ML library.☆21Updated 5 years ago
- Yaae: Yet another autodiff engine (written in Numpy).☆28Updated 2 years ago
- Toy implementations of some popular ML optimizers using Python/JAX☆44Updated 4 years ago
- A Pytorch Deep Dream Implementation☆88Updated 5 years ago
- A PyTorch based DeepRL framework to train and study artificial species in bio-inspired environments.☆70Updated 2 years ago
- The "tl;dr" on a few notable transformer papers (pre-2022).☆190Updated 3 years ago
- Machine Learning library written in Python and NumPy.☆27Updated 2 weeks ago
- High performance implementation of Deep neuroevolution in pytorch using mpi4py. Intended for use on HPC clusters☆27Updated 3 years ago
- High Performance Tensorflow Data Pipeline with State of Art Augmentations and low level optimizations.☆85Updated 3 years ago
- A Monte Carlo Tree Search AI for the game 2048☆30Updated 5 years ago
- Let's solve the flatland challenge!☆74Updated 2 years ago
- The most parameter efficient machine learning models on a few popular benchmarks☆42Updated 3 years ago
- a mini Deep Learning framework supporting GPU accelerations written with CUDA☆32Updated 4 years ago
- This repository hosts code for converting the original MLP Mixer models (JAX) to TensorFlow.☆15Updated 4 years ago
- Proximal Policy Optimization (PPO) algorithm for Sonic the Hedgehog☆27Updated 4 years ago
- This repository hosts code for converting the original Vision Transformer models (JAX) to TensorFlow.☆33Updated 3 years ago
- Reinforcement learning modular with pytorch☆11Updated 4 years ago
- SKIP for AI☆21Updated 6 years ago
- a lightweight transformer library for PyTorch☆72Updated 4 years ago
- Process Google Dataset is a tool to download and process images for neural networks from a Google Image Search using a Chrome extension a…☆33Updated 4 years ago
- This repository contains scripts for conversion of data required for most commonly found Machine Learning tasks to TFRecords☆13Updated 4 years ago
- A recurrent (LSTM) neural network in C☆95Updated 3 years ago
- Minimal implementation of PAWS (https://arxiv.org/abs/2104.13963) in TensorFlow.☆45Updated 4 years ago
- Deep Q-learning for playing chrome dino game☆72Updated 4 years ago