A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
-
Updated
Aug 27, 2020
{{ message }}
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code
A collection of research papers on decision, classification and regression trees with implementations.
Highly cited and useful papers related to machine learning, deep learning, AI, game theory, reinforcement learning
I'm submitting a ...
[/] enhancement
Summary
As a result of upgrading the Tensorflow version to 0.15.1, we should refactor all the dataSycn with arraySync. This will greatly improve the overall readability of the code.
Jupyter Notebooks for Springer book "Python for Probability, Statistics, and Machine Learning"
Teaching Materials for Dr. Waleed A. Yousef
A series of Python Jupyter notebooks that help you better understand "The Elements of Statistical Learning" book
Jupyter notebooks for summarizing and reproducing the textbook "The Elements of Statistical Learning" 2/E by Hastie, Tibshirani, and Friedman
My notes and codes (jupyter notebooks) for the "The Elements of Statistical Learning" by Trevor Hastie, Robert Tibshirani and Jerome Friedman
Lecture Slides and R Sessions for Trevor Hastie and Rob Tibshinari's "Statistical Learning" Stanford course
统计学习方法训练营课程作业及答案,视频笔记在线阅读地址:https://relph1119.github.io/statistical-learning-method-camp
TAPAS - Translational Algorithms for Psychiatry-Advancing Science
An Introduction to Statistical Learning with Applications in PYTHON
Generalized Linear Models in Sklearn Style
Advanced Normalization Tools in R
Solutions to labs and excercises from An Introduction to Statistical Learning, as Jupyter Notebooks.
Introduction to Statistical Learning with R을 Python으로
A list of classic books make better you understand not only how it works, but why it works.
D-Lab's Machine Learning Working Group at UC Berkeley, with supervised & unsupervised learning tutorials in R and Python
李航《统计学习方法》笔记和 Python 实现(不基于任何代数运算库)。
Fixed Income Analytics, Portfolio Construction Analytics, Transaction Cost Analytics, Counter Party Analytics, Asset Backed Analytics
SuperLearner guide: fitting models, ensembling, prediction, hyperparameters, parallelization, timing, feature selection, etc.
Statistical Models with Regularization in Pure Julia
Add a description, image, and links to the statistical-learning topic page so that developers can more easily learn about it.
To associate your repository with the statistical-learning topic, visit your repo's landing page and select "manage topics."
I'm sorry if I missed this functionality, but
CLIversion hasn't it for sure (I saw the related code only ingenerate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.Of course, piping is a solution, but not for development in Jupyter Notebook, for example.