All Projects → dennybritz → Nn From Scratch

dennybritz / Nn From Scratch

Implementing a Neural Network from Scratch

Projects that are alternatives of or similar to Nn From Scratch

Data What Now
All codes from the DataWhatNow blog.
Stars: ✭ 100 (-92.72%)
Mutual labels:  jupyter-notebook
Noworkflow
Supporting infrastructure to run scientific experiments without a scientific workflow management system.
Stars: ✭ 100 (-92.72%)
Mutual labels:  jupyter-notebook
Context aug
Context-driven data augmentation for Object Detection (ECCV'18)
Stars: ✭ 101 (-92.65%)
Mutual labels:  jupyter-notebook
Text Classification
An example on how to train supervised classifiers for multi-label text classification using sklearn pipelines
Stars: ✭ 100 (-92.72%)
Mutual labels:  jupyter-notebook
Dadoware
Brazilian-Portuguese word list and instructions booklet for Diceware
Stars: ✭ 100 (-92.72%)
Mutual labels:  jupyter-notebook
Codeinquarantine
Stars: ✭ 101 (-92.65%)
Mutual labels:  jupyter-notebook
Deep Image Analogy Pytorch
Visual Attribute Transfer through Deep Image Analogy in PyTorch!
Stars: ✭ 100 (-92.72%)
Mutual labels:  jupyter-notebook
Cvnd localization exercises
Notebooks for learning about object motion and localization methods in the last section of CVND.
Stars: ✭ 101 (-92.65%)
Mutual labels:  jupyter-notebook
Sequana
Sequana: a set of Snakemake NGS pipelines
Stars: ✭ 100 (-92.72%)
Mutual labels:  jupyter-notebook
Hass Deepstack Face
Home Assistant custom component for using Deepstack face recognition
Stars: ✭ 101 (-92.65%)
Mutual labels:  jupyter-notebook
Awesome Pytorch List Cnversion
Awesome-pytorch-list 翻译工作进行中......
Stars: ✭ 1,361 (-0.95%)
Mutual labels:  jupyter-notebook
Deep Learning Coursera
Deep Learning Specialization by Andrew Ng, deeplearning.ai.
Stars: ✭ 1,366 (-0.58%)
Mutual labels:  jupyter-notebook
Airbnb Amenity Detection
Repo for 42 days project to replicate/improve Airbnb's amenity (object) detection pipeline.
Stars: ✭ 101 (-92.65%)
Mutual labels:  jupyter-notebook
Maps Location History
Get, Concatenate and Process you location history from Google Maps TimeLine
Stars: ✭ 99 (-92.79%)
Mutual labels:  jupyter-notebook
Genetic Algorithm
Genetic algorithm tutorial for Python
Stars: ✭ 101 (-92.65%)
Mutual labels:  jupyter-notebook
Mxnet Finetuner
An all-in-one Deep Learning toolkit for image classification to fine-tuning pretrained models using MXNet.
Stars: ✭ 100 (-92.72%)
Mutual labels:  jupyter-notebook
Unet
Generic U-Net Tensorflow 2 implementation for semantic segmentation
Stars: ✭ 100 (-92.72%)
Mutual labels:  jupyter-notebook
Data Driven Discretization 1d
Code for "Learning data-driven discretizations for partial differential equations"
Stars: ✭ 101 (-92.65%)
Mutual labels:  jupyter-notebook
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (-92.72%)
Mutual labels:  jupyter-notebook
Mish Cuda
Mish Activation Function for PyTorch
Stars: ✭ 101 (-92.65%)
Mutual labels:  jupyter-notebook

Please read the blog post that goes with this code!

iPython notebook setup

# Create and activate new virtual environment (optional)
virtualenv venv
source venv/bin/activate
# Install requirements
pip install -r requirements.txt
# Start the notebook server
jupyter notebook
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].