ctgk/PRML

Jupyter Notebook

PRML algorithms implemented in Python

jupyterprmlnotebookpython
스타 성장
스타
11.7k
포크
3.2k
주간 성장
+5
이슈
17
5k10k
2023년 1월2024년 3월2025년 6월2026년 9월
README

PRML

Python codes implementing algorithms described in Bishop's book "Pattern Recognition and Machine Learning"

Required Packages

  • python 3
  • numpy
  • scipy
  • jupyter (optional: to run jupyter notebooks)
  • matplotlib (optional: to plot results in the notebooks)
  • sklearn (optional: to fetch data)

Notebooks

The notebooks in this repository can be viewed with nbviewer or other tools, or you can use Amazon SageMaker Studio Lab, a free computing environment on AWS (prior registration with an email address is required. Please refer to this document for usage).

From the table below, you can open the notebooks for each chapter in each of these environments.

nbviewer Amazon SageMaker Studio Lab
ch1. Introduction Open in SageMaker Studio Lab
ch2. Probability Distributions Open in SageMaker Studio Lab
ch3. Linear Models for Regression Open in SageMaker Studio Lab
ch4. Linear Models for Classification Open in SageMaker Studio Lab
ch5. Neural Networks Open in SageMaker Studio Lab
ch6. Kernel Methods Open in SageMaker Studio Lab
ch7. Sparse Kernel Machines Open in SageMaker Studio Lab
ch8. Graphical Models Open in SageMaker Studio Lab
ch9. Mixture Models and EM Open in SageMaker Studio Lab
ch10. Approximate Inference Open in SageMaker Studio Lab
ch11. Sampling Methods Open in SageMaker Studio Lab
ch12. Continuous Latent Variables Open in SageMaker Studio Lab
ch13. Sequential Data Open in SageMaker Studio Lab

If you use the SageMaker Studio Lab, open a terminal and execute the following commands to install the required libraries.

conda env create -f environment.yaml  # might be optional
conda activate prml
python setup.py install
관련 저장소
tqdm/tqdm

:zap: A Fast, Extensible Progress Bar for Python and CLI

PythonPyPIcliOtherprogressbarprogressmeter
tqdm.github.io
31.3k1.5k
trekhleb/homemade-machine-learning

🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained

Jupyter NotebookMIT Licensepythonjupyter
24.8k4.2k
plotly/dash

Data Apps & Dashboards for Python. No JavaScript Required.

PythonPyPIMIT Licensedashplotly
plotly.com/dash
24.4k2.3k
bokeh/bokeh

Interactive Data Visualization in the browser, from Python

PythonPyPIBSD 3-Clause "New" or "Revised" Licensebokehpython
bokeh.org
20.4k4.3k
ipython/ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

PythonPyPIBSD 3-Clause "New" or "Revised" Licenseipythonjupyter
ipython.readthedocs.org
16.8k4.5k
emilwallner/Screenshot-to-code

A neural network that transforms a design mock-up into a static website.

HTMLOtherkerasdeep-learning
16.5k1.5k
FavioVazquez/ds-cheatsheets

List of Data Science Cheatsheets to rule the world

tutorialMIT Licensedatasciencepython
16.3k4k
kubeflow/kubeflow

Machine Learning Toolkit for Kubernetes

Apache License 2.0mlkubernetes
kubeflow.org
15.9k2.7k
jupyterlab/jupyterlab

JupyterLab computational environment.

TypeScriptnpmBSD 3-Clause "New" or "Revised" Licensejupyterlabjupyter
jupyterlab.readthedocs.io
15.3k4.1k
jpmorganchase/python-training

Python training for business analysts and traders

Jupyter NotebookApache License 2.0pythonjupyter
14.1k2.3k
Data-Centric-AI-Community/fg-data-profiling

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

PythonPyPIMIT Licensepandas-profilingpandas-dataframe
docs.sdk.ydata.ai
13.7k1.8k
jupyter/notebook

Jupyter Interactive Notebook

Jupyter NotebookBSD 3-Clause "New" or "Revised" Licenseclosemberjupyter
jupyter-notebook.readthedocs.io
13.3k5.8k