All Projects → vzhou842 → cnn-from-scratch

vzhou842 / cnn-from-scratch

Licence: MIT license
A Convolutional 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 cnn-from-scratch

elixir getting started guide to go
Elixir Getting Started Guide (EPUB format)
Stars: ✭ 19 (-88.95%)
Mutual labels:  guide
django-for-newborn-babies
Of course not for newborn babies 👶 A Django (Python's web framework) guide for those who are not sure where to start.
Stars: ✭ 19 (-88.95%)
Mutual labels:  guide
habrlang
Step by Step guide how to make your own programming language
Stars: ✭ 20 (-88.37%)
Mutual labels:  guide
AppGuideOverlay
macOS user interface guide to display an overlay with descriptions of NSViews in your app
Stars: ✭ 17 (-90.12%)
Mutual labels:  guide
Hello-Kaggle-Guide-KOR
Kaggle을 처음 접하는 사람들을 위한 문서
Stars: ✭ 140 (-18.6%)
Mutual labels:  guide
SFMC-Cookbook
How to survive as a developer for Salesforce Marketing Cloud
Stars: ✭ 70 (-59.3%)
Mutual labels:  guide
Clover-Crate
Clover Bootloader (with Quirks) and Clover Configurator explained. My attempt of creating a usable documentation for the popular boot manager.
Stars: ✭ 61 (-64.53%)
Mutual labels:  guide
Nmap-Reference-Guide
Nmap Reference Guide(Nmap参考指南)
Stars: ✭ 54 (-68.6%)
Mutual labels:  guide
OWASP-Calculator
🧮 An online calculator to assess the risk of web vulnerabilities based on OWASP Risk Assessment
Stars: ✭ 109 (-36.63%)
Mutual labels:  guide
junior.guru
Learn to code and get your first job in tech 🐣
Stars: ✭ 27 (-84.3%)
Mutual labels:  guide
one-cent-blog
The template for a one cent/month blog using S3, Cloudflare, Jekyll and Travis-Ci
Stars: ✭ 13 (-92.44%)
Mutual labels:  guide
go-appsync-graphql-cloudformation
AWS AppSync GraphQL API Proxy with Lambda, CloudFormation, and SAM
Stars: ✭ 28 (-83.72%)
Mutual labels:  guide
dev-log
A comprehensive list of links and resources about anything programming related
Stars: ✭ 55 (-68.02%)
Mutual labels:  guide
development-guide
A set of guidelines and best practices for an awesome engineering team
Stars: ✭ 119 (-30.81%)
Mutual labels:  guide
content
Synced content from our gitbook site.
Stars: ✭ 37 (-78.49%)
Mutual labels:  guide
frontendpath
A correct path to front-end development.
Stars: ✭ 60 (-65.12%)
Mutual labels:  guide
ccd-reduction-and-photometry-guide
Read the CCD guide here:
Stars: ✭ 55 (-68.02%)
Mutual labels:  guide
dvc dask use case
A use case of a reproducible machine learning pipeline using Dask, DVC, and MLflow.
Stars: ✭ 22 (-87.21%)
Mutual labels:  guide
termux.sh
AIO Termux >>> bash <(curl -fsSL https://git.io/JvMD6) <<<
Stars: ✭ 49 (-71.51%)
Mutual labels:  guide
GuideDialog
一行代码实现引导界面对话框
Stars: ✭ 52 (-69.77%)
Mutual labels:  guide

A Convolution Neural Network (CNN) From Scratch

This was written for my 2-part blog post series on CNNs:

To see the code (forward-phase only) referenced in Part 1, visit the forward-only branch.

Usage

Install dependencies:

$ pip install -r requirements.txt

Then, run it with no arguments:

$ python cnn.py
$ python cnn_keras.py

You can also run this code in your browser.

More

You may also be interested in a Neural Network implemented from scratch in Python, which was written for my introduction to Neural Networks.

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