All Projects → OmarAflak → Medium-Python-Neural-Network

OmarAflak / Medium-Python-Neural-Network

Licence: other
This code is part of my post on Medium.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Medium-Python-Neural-Network

React-Medium-Blog
React blog page which consist of last ten medium posts. The blog card is created using shards React and React application.
Stars: ✭ 14 (-75.86%)
Mutual labels:  medium, medium-article
FlutterMediumClone
Building a Medium Clone in Flutter.
Stars: ✭ 55 (-5.17%)
Mutual labels:  medium, medium-article
medium-toc
Easily create a table of contents for your Medium articles in just one click. ✨
Stars: ✭ 33 (-43.1%)
Mutual labels:  medium, medium-article
Self-Driving-Car-Steering-Simulator
The aim of this project is to allow a self driving car to steer autonomously in a virtual environment.
Stars: ✭ 15 (-74.14%)
Mutual labels:  medium, medium-article
python-telegram-bot-heroku-example
Repository for Medium article about creating a Telegram bot in Python and deploying it on Heroku
Stars: ✭ 13 (-77.59%)
Mutual labels:  medium, medium-article
MediumUnlimited
Android App written with Flutter/Dart to navigate medium.com without limitations.
Stars: ✭ 28 (-51.72%)
Mutual labels:  medium, medium-article
artigo-solid-medium
Implementações dos exemplos demonstrados no artigo: https://bit.ly/2o97vY1
Stars: ✭ 28 (-51.72%)
Mutual labels:  medium, medium-article
ai-backpropagation
The backpropagation algorithm explained and demonstrated.
Stars: ✭ 20 (-65.52%)
Mutual labels:  backpropagation
medium-sdk-elixir
Elixir SDK for the Medium.com API. 🌐
Stars: ✭ 19 (-67.24%)
Mutual labels:  medium
rawr
Extract raw R code directly from webpages, including Github, Kaggle, Stack Overflow, and sites made using Blogdown.
Stars: ✭ 15 (-74.14%)
Mutual labels:  medium
Blur-and-Clear-Classification
Classifying the Blur and Clear Images
Stars: ✭ 88 (+51.72%)
Mutual labels:  backpropagation
medium-to-markdown
Converts Medium posts to markdown.
Stars: ✭ 68 (+17.24%)
Mutual labels:  medium
blog-template
Template for the Jekyll-powered elementary blog
Stars: ✭ 34 (-41.38%)
Mutual labels:  medium
NeuroFlow
Awesome deep learning crate
Stars: ✭ 69 (+18.97%)
Mutual labels:  backpropagation
BottomNavArchDemo
The demo project for Bottom Navigation with Navigation Architecture Components article
Stars: ✭ 53 (-8.62%)
Mutual labels:  medium
SwiftSimpleNeuralNetwork
A simple multi-layer feed-forward neural network with backpropagation built in Swift.
Stars: ✭ 29 (-50%)
Mutual labels:  backpropagation
Character-recognition-by-neural-network
Back Propagation, Python
Stars: ✭ 32 (-44.83%)
Mutual labels:  backpropagation
Deep-Learning-Coursera
Projects from the Deep Learning Specialization from deeplearning.ai provided by Coursera
Stars: ✭ 123 (+112.07%)
Mutual labels:  backpropagation
using-react-usecontext-hook-with-dynamic-values-example
For medium.com post - see details in README
Stars: ✭ 21 (-63.79%)
Mutual labels:  medium-article
convolutional-neural-network-from-scratch-python
Handwritten Digit Recognition Using Convolutional Neural Network by Python
Stars: ✭ 31 (-46.55%)
Mutual labels:  from-scratch

Mathematics of Neural Network

This code is part of my post on medium.

It shows how to create a neural network from scratch in Python, going all the way from the mathamatics to the code.

Run it

python example_xor.py
python example_conv.py
python example_mnist.py
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].