All Projects → alexbw → Bayarea Dl Summerschool

alexbw / Bayarea Dl Summerschool

Licence: apache-2.0
Torch notebooks and slides for the Bay Area Deep Learning Summer School

Projects that are alternatives of or similar to Bayarea Dl Summerschool

Hands On Exploratory Data Analysis With Python
Hands-on Exploratory Data Analysis with Python, published by Packt
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Ucl Deep Learning Ans Reinforcement Learning
Deep learning and Reinforcement learning lecture and course work
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Pyspark Predictive Maintenance
Predictive Maintenance using Pyspark
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Datascience book
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Adversarially Learned Anomaly Detection
ALAD (Proceedings of IEEE ICDM 2018) official code
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Math of machine learning
This is the code for "Mathematcs of Machine Learning" by Siraj Raval on Youtube
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Kmeans pytorch
kmeans using PyTorch
Stars: ✭ 98 (-1.01%)
Mutual labels:  jupyter-notebook
Noisy labels
TRAINING DEEP NEURAL-NETWORKS USING A NOISE ADAPTATION LAYER
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Ml Sound Classifier
Machine Learning Sound Classifier
Stars: ✭ 98 (-1.01%)
Mutual labels:  jupyter-notebook
Mv3d tf
Tensorflow implementation of Multi-View 3D Object Detection Network (in progress)
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Afnet
Code for paper in CVPR2019, 'Attentive Feedback Network for Boundary-aware Salient Object Detection'
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Facedetector
A re-implementation of mtcnn. Joint training, tutorial and deployment together.
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Delf enhanced
Wrapper of DELF Tensorflow Model
Stars: ✭ 98 (-1.01%)
Mutual labels:  jupyter-notebook
Pytorch Bert Document Classification
Enriching BERT with Knowledge Graph Embedding for Document Classification (PyTorch)
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Btctrading
Time Series Forecast with Bitcoin value, to detect upward/down trends with Machine Learning Algorithms
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Gp regression
A Primer on Gaussian Processes for Regression Analysis (PyData NYC 2019)
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
100days Ml Code
100天机器学习 (翻译+ 实操)
Stars: ✭ 98 (-1.01%)
Mutual labels:  jupyter-notebook
Deeplearning
Python implementation of Deep Learning book
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Libpysal
Core components of Python Spatial Analysis Library
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook
Organic
Code repo for optimizing distributions of molecules.
Stars: ✭ 99 (+0%)
Mutual labels:  jupyter-notebook

bayarea-dl-summerschool

Torch notebooks and slides for the Bay Area Deep Learning Summer School

Installation Instructions

Install anaconda if you don't have it (instructions here for OS X)

wget http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh
sh Miniconda-latest-MacOSX-x86_64.sh -b -p $HOME/anaconda

Add anaconda to your $PATH

export PATH=$HOME/anaconda/bin:$PATH

Install Lua & Torch

conda install lua=5.2 lua-science -c alexbw
# Although, you could install other Lua versions like 2.0 (LuaJIT), 5.1, 5.2 and 5.3

Clone this repository and start the notebook server

git clone https://github.com/alexbw/bayarea-dl-summerschool.git
cd bayarea-dl-summerschool
itorch notebook
# Will open a browser tab, then you can navigate to the notebooks
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].