All Projects → vzhou842 → Neural Network From Scratch

vzhou842 / Neural Network From Scratch

Licence: mit
A Neural Network implemented from scratch (using only numpy) in Python.

Programming Languages

python
139335 projects - #7 most used programming language

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

Guideview
简单易用的高亮引导工具,可高度自定义。
Stars: ✭ 94 (-20.34%)
Mutual labels:  guide
Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (-8.47%)
Mutual labels:  guide
Site Launch Checklist
☑️ A checklist of miscellaneous tasks to do before launching a public website.
Stars: ✭ 110 (-6.78%)
Mutual labels:  guide
Java8 Guides Tutorials
Java 8 Guides and Tutorials - A lot of awesome examples using Java 8 features like Stream, Lambda, Functional Interface, Date and Time API and much more
Stars: ✭ 100 (-15.25%)
Mutual labels:  guide
Node Playbook
Get started fast with Node.js
Stars: ✭ 1,402 (+1088.14%)
Mutual labels:  guide
Bitcoin Programming With Bitcoinjs
Bitcoin Programming with BitcoinJS, Bitcoin Core and LND
Stars: ✭ 109 (-7.63%)
Mutual labels:  guide
It Starts With Clojure
a Practical guide to Clojure
Stars: ✭ 93 (-21.19%)
Mutual labels:  guide
Ethereum Staking Guide
Ethereum 2.0 Staking Guides
Stars: ✭ 116 (-1.69%)
Mutual labels:  guide
Numpy Cn
NumPy官方中文文档(完整版)
Stars: ✭ 1,570 (+1230.51%)
Mutual labels:  guide
Technical Interview Megarepo
Study materials for SE/CS technical interviews
Stars: ✭ 1,480 (+1154.24%)
Mutual labels:  guide
Clean Architecture
A (work-in-progress) guide to the methodology behind Made Tech Flavoured Clean Architecture
Stars: ✭ 101 (-14.41%)
Mutual labels:  guide
Go Compression.github.io
The Hitchhiker's Guide to Compression
Stars: ✭ 106 (-10.17%)
Mutual labels:  guide
Angular To React Redux
Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
Stars: ✭ 109 (-7.63%)
Mutual labels:  guide
Mal Zh
The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器
Stars: ✭ 100 (-15.25%)
Mutual labels:  guide
Guide
Screwdriver.cd Documentation
Stars: ✭ 113 (-4.24%)
Mutual labels:  guide
Jyun Cms Doc
JYunCMS 用户手册
Stars: ✭ 94 (-20.34%)
Mutual labels:  guide
Noviceguide
Android无侵入式引导提示 【博客地址:https://www.jianshu.com/p/94b73f314ab8】
Stars: ✭ 109 (-7.63%)
Mutual labels:  guide
Guide To Staying Productive
If you're looking for ways to stay motivated and focused, while still having fun, this guide is for you! Contributions and any kind of improvements are very welcome!
Stars: ✭ 116 (-1.69%)
Mutual labels:  guide
Fe Foundation
前端开发学习指南
Stars: ✭ 113 (-4.24%)
Mutual labels:  guide
Lcnewfeature
几行代码快速集成新特性界面!
Stars: ✭ 109 (-7.63%)
Mutual labels:  guide

A Neural Network From Scratch

This was written for my blog post Machine Learning for Beginners: An Introduction to Neural Networks.

Usage

Install numpy, the only dependency, if you need to:

$ pip install numpy

Then, run it with no arguments:

$ python network.py

You can also run this code in your browser.

More

You may also be interested in a Convolutional Neural Network (CNN) implemented from scratch in Python, which was written for my introduction to CNNs.

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].