ctgk/PRML
Jupyter NotebookPRML algorithms implemented in Python
jupyterprmlnotebookpython
주요 지표
스타 성장
스타
11.7k
포크
3.2k
주간 성장
+5
이슈
17
5k10k
2023년 1월2023년 8월2024년 3월2024년 11월2025년 6월2026년 1월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.
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
관련 저장소