All Projects → hse-aml → Bayesian Methods For Ml

hse-aml / Bayesian Methods For Ml

Materials for "Bayesian Methods for Machine Learning" Coursera MOOC

Projects that are alternatives of or similar to Bayesian Methods For Ml

Cc6204
Material del curso de Deep Learning de la Universidad de Chile
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Cs224d
CS224D Assignments
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Stylegan2 Projecting Images
Projecting images to latent space with StyleGAN2.
Stars: ✭ 102 (-4.67%)
Mutual labels:  jupyter-notebook
Ml Course Hse
Машинное обучение на ФКН ВШЭ
Stars: ✭ 1,800 (+1582.24%)
Mutual labels:  jupyter-notebook
Jupyterworkflow
Reproducible Data Analysis Workflow in Jupyter
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Cs570
Code for CS570, Essentials of Data Science
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Stream
STREAM: Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Amazon Sagemaker Stock Prediction Archived
Workshop to demonstrate how to apply NN based algorithms to stock market data and forecast price movements.
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Caffe Excitationbp
Implementation of Excitation Backprop in Caffe
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Tensorflow2.0
学习笔记代码
Stars: ✭ 107 (+0%)
Mutual labels:  jupyter-notebook
Msu Datascience Ml Tutorial 2018
Machine learning with Python tutorial at MSU Data Science 2018
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Are You Fake News
Bias detection in the news. Back and front end for areyoufakenews.com
Stars: ✭ 105 (-1.87%)
Mutual labels:  jupyter-notebook
Beymani
Hadoop, Spark and Storm based anomaly detection implementations for data quality, cyber security, fraud detection etc.
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Sklearn tutorial
Materials for my scikit-learn tutorial
Stars: ✭ 1,521 (+1321.5%)
Mutual labels:  jupyter-notebook
Bingham Rotation Learning
A Smooth Representation of SO(3) for Deep Rotation Learning with Uncertainty.
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Deep Learning Interview
深度学习面试汇总,基本知识点的查漏补缺
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Cnn Yelp Challenge 2016 Sentiment Classification
IPython Notebook for training a word-level Convolutional Neural Network model for sentiment classification task on Yelp-Challenge-2016 review dataset.
Stars: ✭ 106 (-0.93%)
Mutual labels:  jupyter-notebook
Penkit
Tools for pen plotting in Python
Stars: ✭ 107 (+0%)
Mutual labels:  jupyter-notebook
Bilibli notes2
攻城狮之家B站视频课程课件合集2,1号仓库https://github.com/JokerJohn/bilibili_notes.git
Stars: ✭ 107 (+0%)
Mutual labels:  jupyter-notebook
Reinforcement learning
Reinforcement Learning research
Stars: ✭ 107 (+0%)
Mutual labels:  jupyter-notebook

Bayesian Methods for Machine Learning course resources

https://www.coursera.org/learn/bayesian-methods-in-machine-learning

Wellcome to our GitHub repo for the course. You can clone the repository and solve the assignments locally, or run them on Google Colab.

Running on Google Colab

Google has released its own flavour of Jupyter called Colab, which has free GPUs!

Here's how you can use it:

  1. Open https://colab.research.google.com, click Sign in in the upper right corner, use your Google credentials to sign in.
  2. Click GITHUB tab, paste https://github.com/hse-aml/bayesian-methods-for-ml and press Enter
  3. Choose the notebook you want to open, e.g. week2/em_assignment.ipynb
  4. Click File -> Save a copy in Drive... to save your progress in Google Drive
  5. To use GPU click Runtime -> Change runtime type and select GPU in Hardware accelerator box
  6. If you run many notebooks on Colab, they can continue to eat up memory, you can check GPU memory usage with ! nvidia-smi.
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].