All Projects → jasonding1354 → Prml_notes

jasonding1354 / Prml_notes

Licence: mit
该项目是关于机器学习经典书籍《Pattern Recognition and Machine Learning》的学习笔记,我用python实现了书中的一些实例,希望帮助感兴趣的人更好的理解

Projects that are alternatives of or similar to Prml notes

Bioinformatics Coffee Hour
Short lessons from FAS Informatics coffee hour
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Hashtable Benchmarks
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Advanced Lane Detection
An advanced lane-finding algorithm using distortion correction, image rectification, color transforms, and gradient thresholding.
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Bert Bilstm Crf Pytorch
bert-bilstm-crf implemented in pytorch for named entity recognition.
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Mastering Quantum Computing With Ibm Qx
Mastering Quantum Computing with IBM QX, published by Packt
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Srgan Keras
Implementation of SRGAN in Keras. Try at: www.fixmyphoto.ai
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Flowcytometrytools
A python package for visualization and analysis of high-throughput flow cytometry data
Stars: ✭ 70 (-1.41%)
Mutual labels:  jupyter-notebook
Ag Ve Bilgi Guvenligi Ders Notlari
Ağ ve Bilgi Güvenliği; Linux & Temel Komutlar, Python, Risk Analizi, Kriptoloji, Stenografi, Zararlı Kod Analizi, Sızma Testi, Pasif Bilgi Toplama, Pasif Bilgi Toplama, Ağ Güvenliği, Zaafiyet Keşfi, Zararlı Kod Oluşturma Yöntemleri, Dijital Adli Analiz, Web Güvenliği, Sosyal Mühendislik Saldırıları, Mobil Sistem Güvenliği konularında sunum ve uygulamaların olduğu ağ ve bilgi güvenliği ders sayfası.
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Fitbit Analyzer
An experiment to extract meaningful insights from fitbit data
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Cs231n
My Solution to Assignments of CS231n in Winter2016
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Hydrodl
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Finance playground
Juypter notebooks playground to explore and analyse economy and finance ideas
Stars: ✭ 70 (-1.41%)
Mutual labels:  jupyter-notebook
Big Data Engineering Coursera Yandex
Big Data for Data Engineers Coursera Specialization from Yandex
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Sqlworkshops Sql2019workshop
SQL Server 2019 Workshop
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+1554.93%)
Mutual labels:  jupyter-notebook
2014 06 Bikeshare Gender Maps
Data and code for BuzzFeed's bikeshare gender maps.
Stars: ✭ 70 (-1.41%)
Mutual labels:  jupyter-notebook
Hadron Collider Machine Learning
Materials for "Addressing Large Hadron Collider Challenges by Machine Learning" Coursera MOOC
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Mlhep2016
Machine Learning in High Energy Physics 2016
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Mlatimperial2017
Materials for the course of machine learning at Imperial College organized by Yandex SDA
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Map
Map of deep learning and notes from papers.
Stars: ✭ 71 (+0%)
Mutual labels:  jupyter-notebook

PRML_Notes

##项目概要 该项目是关于机器学习经典书籍《Pattern Recognition and Machine Learning》的学习笔记,用python实现了书籍中的大部分实例,希望帮助大家更好的理解抽象的概念和复杂的公式。

##内容目录

1. 概率分布(Probability Distribution)

p1. Figaro库的介绍

Figaro是一个构造概率性模型的Scala库。在Figaro中,该模型由任意数量的数据结构(称作“元素”)组成。每个元素代表在您的情境中可取任意数量值的一个变量。这些数据结构用Scala实现,您可以用这些数据结构编写Scala程序创建模型。可以通过关于元素值的信息提供证据,也可以指定希望在查询中了解的元素。至于推理算法,您可以选择一个Figaro内建推理算法并应用到模型上,根据证据回答您的查询。推理算法以Scala实现,其调用就是一个Scala函数调用。推理结果是查询元素不同值的概率。

p2. 使用Figaro编写概率程序

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