All Projects → llSourcell → Neural_networks

llSourcell / Neural_networks

This is the code for "Neural Networks - The Math of Intelligence #4" by Siraj Raval on Youtube

Projects that are alternatives of or similar to Neural networks

Advanced Gradient Obfuscating
Take further steps in the arms race of adversarial examples with only preprocessing.
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Resimnet
Implementation of ReSimNet for drug response similarity prediction
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Linguistic and stylistic complexity
Linguistic and stylistic complexity measures for (literary) texts
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Data driven science python demos
IPython notebooks with demo code intended as a companion to the book "Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control" by J. Nathan Kutz and Steven L. Brunton
Stars: ✭ 27 (-3.57%)
Mutual labels:  jupyter-notebook
Sports Type Classifier
Classify the type of sports from images
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Data Visualizations Medium
Understanding Data and Machine Learning Models with Visualizations
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Sid
Official implementation for ICCV19 "Shadow Removal via Shadow Image Decomposition"
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Imageretrieval
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Shadowmusic
A temporal music synthesizer
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Uc berkeley Applied Machine Learning
Materials for Applied Machine Learning Taught in Python
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Mask Rcnn Tensorflow
Fork of Tensorpack to make breaking performance improvements to the Mask RCNN example. Training is approximately 2x faster than the original implementation on AWS.
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Medium Article
Repo for articles in my personal blog and Medium
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
S gd2
Stress-based Graph Drawing by Stochastic Gradient Descent
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Idb Idb Invest Coronavirus Impact Dashboard
Follow the impact of COVID-19 outbreak in Latin America in real time
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Personal History Archive
An experiment in creating a dump of your personal browser history for analysis
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Pacmap
PaCMAP: Large-scale Dimension Reduction Technique Preserving Both Global and Local Structure
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow2.0 eager execution tutorials
Tutorials of TensorFlow eager execution
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Dalr
Implementation of "Domain-adaptive deep network compression", ICCV 2017
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Deep learning projects
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook
Yancheng Sales
天池-印象盐城-汽车销量预测大赛
Stars: ✭ 28 (+0%)
Mutual labels:  jupyter-notebook

neural_networks

This is the code for "Neural Networks - The Math of Intelligence #4" by Siraj Raval on Youtube

Coding Challenge - Due Date, Thursday July 13 at 12 PM PST

Create your own self organizing map implementation using numpy. Bonus points if you put your code in a Jupyter notebook and document your steps well. You can use any dataset you like, here is a good place to find some datasets. Post your Github link in the comments section of the video. Good luck!

Overview

This is the code for this video on Youtube by Siraj Raval as part of The Math of Intelligence Series. I go over 4 different neural networks in the video, and you can find them in this repository.

Dependencies

  • numpy
  • copy
  • pil

Install dependencies using pip

Usage

The simple AF notebook contains the code for the network with the added hidden layer. For the simplest version, see this. The Recurrent notebook contains the recurrent code and the self organizing map contains the code for the unsupervised model.

Type jupyter notebook in the terminal in the main directory and the code will appear in your browser. Install jupyter from here if you haven't yet.

Credits

Credits go to Trask and Litery. I've merely created a wrapper to get people started.

Python 2/3 Troubleshooting

Conda

Install Conda https://conda.io/docs/installation.html

//OSX / Linux Windows conda create -n maths python=3.5 source activate maths conda install pandas matplotlib jupyter notebook scipy scikit-learn nb_conda

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