markdown机器学习笔记(代码片段)

author author     2022-12-14     519

关键词:

### Time series data
1. https://www.analyticsvidhya.com/blog/2016/02/time-series-forecasting-codes-python/
2. http://scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
3. https://machinelearningmastery.com/time-series-forecasting-methods-in-python-cheat-sheet/
4. https://www.analyticsvidhya.com/blog/2018/02/time-series-forecasting-methods/
5. https://www.youtube.com/watch?v=e8Yw4alG16Q
6. https://medium.com/@josemarcialportilla/using-python-and-auto-arima-to-forecast-seasonal-time-series-90877adff03c
7. https://www.digitalocean.com/community/tutorials/a-guide-to-time-series-forecasting-with-arima-in-python-3
8. https://www.sciencedirect.com/science/article/pii/S0925231217309864
9. http://publications.lib.chalmers.se/records/fulltext/242944/242944.pdf

### Neural Networks/Deep Learning
1. https://www.youtube.com/watch?v=aircAruvnKk
2. https://www.youtube.com/watch?v=b99UVkWzYTQ&list=PLjJh1vlSEYgvGod9wWiydumYl8hOXixNu

### Data pre-processing
1. https://app.pluralsight.com/library/courses/pandas-data-wrangling-machine-learning-engineers/table-of-contents
2. https://developers.google.com/machine-learning/guides/text-classification/step-3
3. https://app.pluralsight.com/library/courses/python-scikit-learn-building-machine-learning-models/table-of-contents

### Recommendation Systems
1. https://app.pluralsight.com/library/courses/algorithms-recommendation-systems/table-of-contents
2. https://github.com/guymorita/recommendationRaccoon
3. https://github.com/apache/predictionio/

### Anomaly Detection
1. https://towardsdatascience.com/outlier-detection-with-isolation-forest-3d190448d45e
2. https://www.quora.com/What-is-the-difference-between-random-forest-and-isolation-forest
3. https://stackoverflow.com/questions/43063031/how-to-use-isolation-forest
4. https://quantdare.com/isolation-forest-algorithm/
5. https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/one-class-support-vector-machine
6. https://www.kaggle.com/mlg-ulb/creditcardfraud/kernels

### Cheatsheets & Aggregations
1. https://medium.com/machine-learning-in-practice/cheat-sheet-of-machine-learning-and-python-and-math-cheat-sheets-a4afe4e791b6
2. https://medium.com/machine-learning-in-practice/learning-machine-learning-and-nlp-from-185-quora-questions-cebe42e47da8
3. https://medium.com/machine-learning-in-practice/my-curated-list-of-ai-and-machine-learning-resources-from-around-the-web-9a97823b8524

### Model Serialization
1. https://medium.freecodecamp.org/a-beginners-guide-to-training-and-deploying-machine-learning-models-using-python-48a313502e5a

### Miscellaneous References
1. https://gab41.lab41.org/the-10-algorithms-machine-learning-engineers-need-to-know-f4bb63f5b2fa
2. https://medium.com/machine-learning-in-practice/cheat-sheet-of-machine-learning-and-python-and-math-cheat-sheets-a4afe4e791b6
3. https://medium.com/machine-learning-in-practice/my-curated-list-of-ai-and-machine-learning-resources-from-around-the-web-9a97823b8524
4. https://medium.com/machine-learning-in-practice/learning-machine-learning-and-nlp-from-185-quora-questions-cebe42e47da8
5. https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A
6. https://github.com/llSourcell/Learn_Machine_Learning_in_3_Months
7. https://www.datacamp.com/community/tutorials/tutorial-jupyter-notebook
8. https://github.com/kudkudak/python-for-data-processing
9. https://github.com/dipanjanS/practical-machine-learning-with-python
10. https://medium.com/fintechexplained/end-to-end-guide-for-machine-learning-project-146c288186dc

### Important Websites
1. https://www.kaggle.com/
2. https://www.analyticsvidhya.com/
3. https://ai.google/education/
4. http://scikit-learn.org/stable/tutorial/index.html
5. https://github.com/josephmisiti/awesome-machine-learning

## Datasets
1. https://archive.ics.uci.edu/ml/index.php

markdown机器学习(代码片段)

查看详情

markdown学习笔记(代码片段)

查看详情

markdown机器学习入门(代码片段)

查看详情

markdown[markdown基本语法]#学习笔记(代码片段)

查看详情

markdown熊猫学习笔记(代码片段)

查看详情

markdown普通的学习笔记(代码片段)

查看详情

markdown学习git分支笔记(代码片段)

查看详情

markdown学习以太坊smartcontract笔记(代码片段)

查看详情

markdown[vscode配置笔记]#学习笔记#vscode应用(代码片段)

查看详情

markdown第8课机器学习的特征选择(代码片段)

查看详情

markdown第7课为机器学习准备数据(代码片段)

查看详情

markdown[django模板]#学习笔记#web编程#django(代码片段)

查看详情

markdown[vscode快捷键]#学习笔记#vscode应用(代码片段)

查看详情

markdown[django模型]#学习笔记#web编程#django(代码片段)

查看详情

markdown学习笔记(代码片段)

区块元素段落和换行一个Markdown段落是由一个或多个连续的文本行组成,它的前后要有一个以上的空行(空行的定义是显示上看起来像是空的,便会被视为空行。比方说,若某一行只包含空格和制表符,则该行也会被视为空行)... 查看详情

markdown[django常用命令]#学习笔记#web编程#django(代码片段)

查看详情

markdown学习笔记(markdown写代码没有行号的问题)(代码片段)

初次学习编写markdown格式的文件,如有不完善的地方恳请大家指正为了方便,很多指令中间都留了空格目录标题字体引用分割线超链接列表表格代码图片目录的话,写一个@[TOC](这里是目录名字)当然没有空格标题标... 查看详情

markdown[jquery效果-隐藏和显示]#学习笔记#web编程#jquery(代码片段)

查看详情