All Projects → dfm → Gp

dfm / Gp

Licence: mit
A tutorial about Gaussian process regression

Projects that are alternatives of or similar to Gp

Invisible Cloak
Stars: ✭ 143 (+1.42%)
Mutual labels:  jupyter-notebook
Selfconsistency
Code for the paper: Fighting Fake News: Image Splice Detection via Learned Self-Consistency
Stars: ✭ 143 (+1.42%)
Mutual labels:  jupyter-notebook
Visualizing cnns
Using Keras and cats to visualize layers from CNNs
Stars: ✭ 143 (+1.42%)
Mutual labels:  jupyter-notebook
Disprcnn
Code release for Stereo 3D Object Detection via Shape Prior Guided Instance Disparity Estimation (CVPR 2020)
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Design Of Experiment Python
Design-of-experiment (DOE) generator for science, engineering, and statistics
Stars: ✭ 143 (+1.42%)
Mutual labels:  jupyter-notebook
Animl
Reproduction of "Model-Agnostic Meta-Learning" (MAML) and "Reptile".
Stars: ✭ 143 (+1.42%)
Mutual labels:  jupyter-notebook
Pandas tutorial
Pandas tutorial for SciPy2015 and SciPy2016 conference
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Complete Python Bootcamp
Lectures for Udemy - Complete Python Bootcamp Course
Stars: ✭ 1,879 (+1232.62%)
Mutual labels:  jupyter-notebook
Faster Rcnn tensorflow
This is a tensorflow re-implementation of Faster R-CNN: Towards Real-Time ObjectDetection with Region Proposal Networks.
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Tutorial Softweightsharingfornncompression
A tutorial on 'Soft weight-sharing for Neural Network compression' published at ICLR2017
Stars: ✭ 143 (+1.42%)
Mutual labels:  jupyter-notebook
Vmls Companions
These are companion notebooks written in Julia and Python for: "Introduction to Applied Linear Algebra" by Boyd and Vandenberghe.
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Gator
Conda environment and package management extension from within Jupyter
Stars: ✭ 143 (+1.42%)
Mutual labels:  jupyter-notebook
Machine learning for good
Machine learning fundamentals lesson in interactive notebooks
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Machinelearningnote
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Practicalai Cn
AI实战-practicalAI 中文版
Stars: ✭ 2,375 (+1584.4%)
Mutual labels:  jupyter-notebook
Celeste.jl
Scalable inference for a generative model of astronomical images
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Dlfs code
Code for the book Deep Learning From Scratch, from O'Reilly September 2019
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Main
CS579: Online Social Network Analysis at the Illinois Institute of Technology
Stars: ✭ 143 (+1.42%)
Mutual labels:  jupyter-notebook
Data Science Question Answer
A repo for data science related questions and answers
Stars: ✭ 2,000 (+1318.44%)
Mutual labels:  jupyter-notebook
Part2
Stars: ✭ 143 (+1.42%)
Mutual labels:  jupyter-notebook

This repository contains an interactive IPython worksheet (worksheet.ipynb) designed to introduce you to Gaussian Process models. Only very minimal experience with Python should be necessary to get something out of this.

Some of this worksheet was originally prepared for a lab section at the Penn State Astrostats summer school in 2014 and it has been updated and adapted several times since then.

Remember: the best reference for anything related to Gaussian Processes is Rasmussen & Williams.

Prerequisites

You'll need the standard scientific Python stack (numpy, scipy, and matplotlib), a recent (3+) version of IPython/Jupyter (including the notebook), and emcee installed. If you don't already have a working Python installation (and maybe even if you do), I recommend using the Anaconda distribution and then running pip install emcee.

Usage

After you have your Python environment set up, download the code from this repository by running:

git clone https://github.com/dfm/gp.git

or by clicking here.

Then, navigate into the gp directory and run

cp worksheet.ipynb worksheet_in_progress.ipynb
jupyter notebook

This might open a web browser with the correct URL, but if not, you can copy and paste the URL that it prints to the terminal into your browser. Click on worksheet_in_progress.ipynb to get started.

License

This repository and the worksheet are copyright 2015-2017 Dan Foreman-Mackey and they are made available under the terms of the MIT license.

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