neuron-whisperer / cnn-numpy
Experiments with implementing a CNN in numpy.
☆21Updated 4 years ago
Alternatives and similar repositories for cnn-numpy:
Users that are interested in cnn-numpy are comparing it to the libraries listed below
- Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?☆263Updated 6 years ago
- PyTorch implementations of recent optimization algorithms for deep learning.☆61Updated 4 years ago
- MLP, CNN, RNN, LSTM from scratch☆34Updated 5 years ago
- A collection of resources that should help and guide your first steps as you learn ML and DL. I am a beginner as well, and these are the …☆90Updated 4 years ago
- Autograd Engine for Python Written in Python C-API for Speed☆20Updated last year
- How to build RNNs and LSTMs from scratch with NumPy.☆257Updated 4 years ago
- This repository contains all the programming exercises in Python for the Coursera course called "Machine Learning" by Adjunct Professor A…☆70Updated 5 years ago
- Notes for Andrew Ng's courses on deep learning☆77Updated 5 years ago
- A framework for mini neural networks (perceptrons), written from scratch in python. The goal of the project is to demystify the workings …☆21Updated 4 years ago
- Create interactive dashboards for your Convolutional Neural Networks with a single line of code!☆31Updated 4 years ago
- Generating Art with Convolutional Neural Networks☆41Updated 3 years ago
- Minimal deep learning library written from scratch in Python, using NumPy/CuPy.☆120Updated 2 years ago
- Notebooks for the "ML from the Fundamentals" series☆63Updated 4 years ago
- LSTM Network trained to play Punchout, a game released for the NES. This bot uses pykitml ML library.☆22Updated 4 years ago
- Machine learning algorithms☆112Updated 5 years ago
- A Convolutional Neural Network implemented from scratch (using only numpy) in Python.☆297Updated 5 months ago
- A repository for implementation of artificial intelligence algorithm which includes machine learning and deep learning algorithm as well …☆171Updated 3 months ago
- Solving Sudoku with Convolution Neural Networks.☆36Updated 4 years ago
- Mathematics paper recapitulating the calculus behind a neural network and its back propagation☆131Updated 4 years ago
- A translator built with Lex and Yacc.☆24Updated 4 years ago
- A Recurrent Neural Network implemented from scratch (using only numpy) in Python.☆86Updated 2 years ago
- Showcasing various fun adventures with GANs☆14Updated last year
- This is the solution for Kaggle human protein classification competition.☆12Updated 3 years ago
- 💵 Using word2vec to predict trends in cryptocurrency.☆15Updated 4 years ago
- This code is part of my post on Medium.