All Projects → ArthurZC23 → Machine Learning A Probabilistic Perspective Solutions

ArthurZC23 / Machine Learning A Probabilistic Perspective Solutions

Licence: other
My solutions to Kevin Murphy Machine Learning Book

Projects that are alternatives of or similar to Machine Learning A Probabilistic Perspective Solutions

Hyperparameter Optimization
Implementation of Bayesian Hyperparameter Optimization of Machine Learning Algorithms
Stars: ✭ 457 (-2.14%)
Mutual labels:  jupyter-notebook
Instcolorization
Stars: ✭ 461 (-1.28%)
Mutual labels:  jupyter-notebook
Graph Neural Networks
Stars: ✭ 464 (-0.64%)
Mutual labels:  jupyter-notebook
Fastquant
fastquant — Backtest and optimize your trading strategies with only 3 lines of code!
Stars: ✭ 457 (-2.14%)
Mutual labels:  jupyter-notebook
Gantts
PyTorch implementation of GAN-based text-to-speech synthesis and voice conversion (VC)
Stars: ✭ 460 (-1.5%)
Mutual labels:  jupyter-notebook
Neural Turing Machines
Attempt at implementing system described in "Neural Turing Machines." by Graves, Alex, Greg Wayne, and Ivo Danihelka. (http://arxiv.org/abs/1410.5401)
Stars: ✭ 462 (-1.07%)
Mutual labels:  jupyter-notebook
Deep Learning Traffic Lights
Code and files of the deep learning model used to win the Nexar Traffic Light Recognition challenge
Stars: ✭ 457 (-2.14%)
Mutual labels:  jupyter-notebook
Interview Questions
机器学习/深度学习/Python/Go语言面试题笔试题(Machine learning Deep Learning Python and Golang Interview Questions)
Stars: ✭ 462 (-1.07%)
Mutual labels:  jupyter-notebook
Generative Adversarial Network Tutorial
Tutorial on creating your own GAN in Tensorflow
Stars: ✭ 461 (-1.28%)
Mutual labels:  jupyter-notebook
Rl Book
Source codes for the book "Reinforcement Learning: Theory and Python Implementation"
Stars: ✭ 464 (-0.64%)
Mutual labels:  jupyter-notebook
Memeproject
Dank Learning codebase, generate a meme from any image using AI. Uses a modified version of the Show and Tell image captioning network
Stars: ✭ 459 (-1.71%)
Mutual labels:  jupyter-notebook
Artificial Intelligence For Trading
Content for Udacity's AI in Trading NanoDegree.
Stars: ✭ 459 (-1.71%)
Mutual labels:  jupyter-notebook
Scene Graph Benchmark.pytorch
A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
Stars: ✭ 462 (-1.07%)
Mutual labels:  jupyter-notebook
Automated Feature Engineering
Automated feature engineering in Python with Featuretools
Stars: ✭ 458 (-1.93%)
Mutual labels:  jupyter-notebook
Additive Margin Softmax
This is the implementation of paper <Additive Margin Softmax for Face Verification>
Stars: ✭ 464 (-0.64%)
Mutual labels:  jupyter-notebook
Urban Sound Classification
Urban sound classification using Deep Learning
Stars: ✭ 456 (-2.36%)
Mutual labels:  jupyter-notebook
Timeseries seq2seq
This repo aims to be a useful collection of notebooks/code for understanding and implementing seq2seq neural networks for time series forecasting. Networks are constructed with keras/tensorflow.
Stars: ✭ 462 (-1.07%)
Mutual labels:  jupyter-notebook
How to make a text summarizer
This is the code for "How to Make a Text Summarizer - Intro to Deep Learning #10" by Siraj Raval on Youtube
Stars: ✭ 467 (+0%)
Mutual labels:  jupyter-notebook
Python3 In One Pic
Learn python3 in one picture.
Stars: ✭ 4,514 (+866.6%)
Mutual labels:  jupyter-notebook
Udacity Deep Learning
Udacity Deep Learning MOOC assignments
Stars: ✭ 463 (-0.86%)
Mutual labels:  jupyter-notebook

Machine-Learning-A-Probabilistic-Perspective-Solutions

Motivation

Hey there. I am recording the solutions of the exercises of the fourth printing of this book in this repository. The only exercises that I do not intend to do in this first run are those which explicit require MATLAB. Any computational exercise will be done in Python using a Jupyter notebook. I will follow a schema where I give a introduction and some insight into the problem, solve it and then make some remarks on the solution. I strongly reccomend the reading of the Intro and Conclusion section of the exercises that you're interested in. I intend to update the solutions in a reasonable pace, starting now (January 2017).

I hope this might help anyone who has an interest in the book and Machine Learning as a whole.

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