在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:dgkim5360/the-elements-of-statistical-learning-notebooks开源软件地址:https://github.com/dgkim5360/the-elements-of-statistical-learning-notebooks开源编程语言:Jupyter Notebook 100.0%开源软件介绍:Jupyter Notebooks for the Elements of Statistical Learning (WIP)It aims to summarize and reproduce the textbook "The Elements of Statistical Learning" 2/E by Hastie, Tibshirani, and Friedman. Currently working the early chapters, I try to implement without frameworks like scikit-learn for showing the algorithms that the textbook introduces to me. Also starting with the neural networks, I decided to use PyTorch which seems less magical (They say that InstallationUse your favorite virtualenv system and install the below dependencies; quite standard ones.
(esl) $ pip install ipython numpy scipy matplotlib pandas jupyter
# The command below installs pytorch for Python 3.6 without CUDA support.
# For other settings, consult with pytorch.org.
(esl) $ pip install http://download.pytorch.org/whl/cpu/torch-0.3.1-cp36-cp36m-linux_x86_64.whl ExecutionJust run |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论