• 大小: 19.33M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-20
  • 语言: 其他
  • 标签: 其他  

资源简介

1PatternRecognitionandMachineLearning.rar

资源截图

代码片段和文件信息

from setuptools import setup find_packages


setup(
    name=“prml“
    version=“0.0.1“
    description=“Collection of PRML algorithms“
    author=“ctgk“
    python_requires=“>=3.6“
    install_requires=[“numpy“ “scipy“]
    packages=find_packages(exclude=[“test“ “test.*“])
    test_suite=“test“


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件   12167143  2017-11-17 13:15  1 Pattern Recognition and Machine Learning\Pattern Recognition and Machine Learning(中文版).pdf

     文件    8471158  2017-11-17 13:15  1 Pattern Recognition and Machine Learning\Pattern Recognition and Machine Learning.pdf

    .......      1082  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\.gitignore

    .......      1061  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\LICENSE

    .......    140714  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch01_Introduction.ipynb

    .......    201850  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch02_Probability_Distributions.ipynb

    .......    776833  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch03_Linear_Models_for_Regression.ipynb

    .......    131252  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch04_Linear_Models_for_Classfication.ipynb

    .......    464674  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch05_Neural_Networks.ipynb

    .......    252737  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch06_Kernel_Methods.ipynb

    .......    147893  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch07_Sparse_Kernel_Machines.ipynb

    .......     54649  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch09_Mixture_Models_and_EM.ipynb

    .......    112918  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch10_Approximate_Inference.ipynb

    .......    105582  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch11_Sampling_Methods.ipynb

    .......    101802  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch12_Continuous_Latent_Variables.ipynb

    .......    396385  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\notebooks\ch13_Sequential_Data.ipynb

    .......      1486  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\clusterings\k_means.py

    .......        57  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\clusterings\__init__.py

    .......      1404  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\features\gaussian.py

    .......      1325  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\features\polynomial.py

    .......      1681  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\features\sigmoidal.py

    .......       212  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\features\__init__.py

    .......      1522  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\feature_extractions\autoencoder.py

    .......      2149  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\feature_extractions\bayesian_pca.py

    .......      4921  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\feature_extractions\pca.py

    .......       232  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\feature_extractions\__init__.py

    .......       994  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\kernel\gaussian_process_classifier.py

    .......      3361  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\kernel\gaussian_process_regressor.py

    .......       590  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\kernel\kernel.py

    .......       972  2018-04-14 12:02  1 Pattern Recognition and Machine Learning\PRML-master\prml\kernel\polynomial.py

............此处省略410个文件信息

评论

共有 条评论