All Projects → xbresson → Ce7454_2019

xbresson / Ce7454_2019

Licence: mit
Deep learning course CE7454, 2019

Projects that are alternatives of or similar to Ce7454 2019

Libfm in keras
This notebook shows how to implement LibFM in Keras and how it was used in the Talking Data competition on Kaggle.
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Subpixel
subpixel: A subpixel convnet for super resolution with Tensorflow
Stars: ✭ 2,114 (+1061.54%)
Mutual labels:  jupyter-notebook
Hands On Data Analysis
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Eeg Notebooks v0.1
Previous version of eeg-notebooks
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Scatteract
Project which implements extraction of data from scatter plots
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Infersent
InferSent sentence embeddings
Stars: ✭ 2,179 (+1097.25%)
Mutual labels:  jupyter-notebook
Lets Plot Kotlin
Kotlin API for Lets-Plot - an open-source plotting library for statistical data.
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Mslearn Aml Labs
Azure Machine Learning Lab Notebooks
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook
Girls In Ai
免费学代码系列:小白python入门、数据分析data analyst、机器学习machine learning、深度学习deep learning、kaggle实战
Stars: ✭ 2,309 (+1168.68%)
Mutual labels:  jupyter-notebook
Pyro2
A framework for hydrodynamics explorations and prototyping
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Deeptoxic
top 1% solution to toxic comment classification challenge on Kaggle.
Stars: ✭ 180 (-1.1%)
Mutual labels:  jupyter-notebook
Deeplearning.ai Note
网易云课堂终于官方发布了吴恩达经过授权的汉化课程-“”深度学习专项课程“”,这是自己做的一些笔记以及代码。下为网易云学习链接
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Berkeley Stat 157
Homepage for STAT 157 at UC Berkeley
Stars: ✭ 2,523 (+1286.26%)
Mutual labels:  jupyter-notebook
Pytorch Vae
A CNN Variational Autoencoder (CNN-VAE) implemented in PyTorch
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Smoke Detect By Yolov5
Yolov5 real time smoke detection system
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Wibd Workshops 2018
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Academiccontent
Free tech resources for faculty, students, researchers, life-long learners, and academic community builders for use in tech based courses, workshops, and hackathons.
Stars: ✭ 2,196 (+1106.59%)
Mutual labels:  jupyter-notebook
Awesome Machine Learning Jupyter Notebooks For Colab
A curated list of Machine Learning and Deep Learning tutorials in Jupyter Notebook format ready to run in Google Colaboratory
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook
Feature Engineering Handbook
A practical feature engineering handbook
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Deeprl Agents
A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
Stars: ✭ 2,149 (+1080.77%)
Mutual labels:  jupyter-notebook

CE7454_2019

Deep learning course CE7454, 2019



Cloud Machine #1 : Google Colab (Free GPU)



Cloud Machine #2 : Binder (No GPU)



Local Installation

  • Follow these instructions (easy steps) :
   # Conda installation
   curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh # Linux
   curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh # OSX
   chmod +x ~/miniconda.sh
   ./miniconda.sh
   source ~/.bashrc
   #install https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe # Windows

   # Clone GitHub repo
   git clone https://github.com/xbresson/CE7454_2019.git
   cd CE7454_2019

   # Install python libraries
   conda env create -f environment.yml
   source activate deeplearn_course

   # Run the notebooks
   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].