All Projects → sar-gupta → Neural Network From Scratch

sar-gupta / Neural Network From Scratch

Licence: mit
Implementation of a neural network from scratch in python.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Neural Network From Scratch

Coc Powershell
PowerShellEditorService integration for coc.vim
Stars: ✭ 31 (-3.12%)
Mutual labels:  hacktoberfest
Wowonewsletterbundle
Newsletter Bundle for Symfony2 (with messages queuing in beanstalkd)
Stars: ✭ 31 (-3.12%)
Mutual labels:  hacktoberfest
Ethpm Js
Javascript library for publishing and consuming Ethereum packages.
Stars: ✭ 32 (+0%)
Mutual labels:  hacktoberfest
Calvin And Hobbes Quotes
🐯 Get Calvin and Hobbes quotes
Stars: ✭ 31 (-3.12%)
Mutual labels:  hacktoberfest
Wire Desktop
💻 Wire for desktop
Stars: ✭ 961 (+2903.13%)
Mutual labels:  hacktoberfest
Openhospital Core
Open Hospital Core library
Stars: ✭ 31 (-3.12%)
Mutual labels:  hacktoberfest
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (-3.12%)
Mutual labels:  hacktoberfest
Women World Wide
Stars: ✭ 33 (+3.13%)
Mutual labels:  hacktoberfest
Bonita Doc
This repository contains the sources of the Bonita documentation site. It uses Markdown to create the documentation content.
Stars: ✭ 31 (-3.12%)
Mutual labels:  hacktoberfest
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: ✭ 966 (+2918.75%)
Mutual labels:  hacktoberfest
Ssh Agent Helper
Use SSH keys from CMD, PowerShell, etc. on Windows
Stars: ✭ 31 (-3.12%)
Mutual labels:  hacktoberfest
App
The SimpleLogin back-end
Stars: ✭ 958 (+2893.75%)
Mutual labels:  hacktoberfest
Pytorch Mnist Vae
Stars: ✭ 32 (+0%)
Mutual labels:  mnist
Webui
The FlexGet Web UI
Stars: ✭ 31 (-3.12%)
Mutual labels:  hacktoberfest
Laravel Guided Image
Simplified and ready image manipulation for Laravel through intervention image.
Stars: ✭ 32 (+0%)
Mutual labels:  hacktoberfest
Todo list flask brython
um todo-list/kanban implementado com python fullstack
Stars: ✭ 31 (-3.12%)
Mutual labels:  hacktoberfest
Sql To Graphql Schema Generator
⚛️ Generate GraphQL Scheme Online From SQL Query - https://sql-to-graphql.now.sh/
Stars: ✭ 32 (+0%)
Mutual labels:  hacktoberfest
Openswiftui
WIP — OpenSwiftUI is an OpenSource implementation of Apple's SwiftUI DSL.
Stars: ✭ 967 (+2921.88%)
Mutual labels:  hacktoberfest
Training
Various Plone Trainings
Stars: ✭ 32 (+0%)
Mutual labels:  hacktoberfest
Gridly
⚡️ The minimal (~100-170 bytes) grid system for modern browsers.
Stars: ✭ 962 (+2906.25%)
Mutual labels:  hacktoberfest

Neural Network from Scratch

  • Implementation of a simple artificial neural network from scratch in python.
  • Classification of MNIST dataset.

Accompanying blog posts:

DL01: https://hackernoon.com/dl01-writing-a-neural-network-from-scratch-theory-c02ccc897864

DL02: https://hackernoon.com/dl02-writing-a-neural-network-from-scratch-code-b32f4877c257

Getting Started

git clone [email protected]:thesemicolonguy/neural-network-from-scratch.git

Prerequisites

python3: sudo apt-get update && sudo apt-get install python3.6

numpy: pip3 install numpy

dill: pip3 install dill

python-mnist: pip3 install python-mnist

Running the classifier

python3 classify-mnist.py

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].