All Projects → Relph1119 → Machinelearning Watermelonbook

Relph1119 / Machinelearning Watermelonbook

周志华-机器学习

Projects that are alternatives of or similar to Machinelearning Watermelonbook

Covid19
Analyses about the COVID-19 virus
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Pytorch Tutorials Kr
🇰🇷PyTorch에서 제공하는 튜토리얼의 한국어 번역을 위한 저장소입니다. (Translate PyTorch tutorials in Korean🇰🇷)
Stars: ✭ 148 (-1.33%)
Mutual labels:  jupyter-notebook
Testovoe
Home assignments for data science positions
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Machinehack
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Forecasting
Time Series Forecasting Best Practices & Examples
Stars: ✭ 2,123 (+1315.33%)
Mutual labels:  jupyter-notebook
Phonetic Similarity Vectors
Source code to accompany my paper "Poetic sound similarity vectors using phonetic features"
Stars: ✭ 148 (-1.33%)
Mutual labels:  jupyter-notebook
Covid19 inference forecast
Stars: ✭ 148 (-1.33%)
Mutual labels:  jupyter-notebook
Person Reid Tiny Baseline
Open source person re-identification in Pytorch
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning
python,机器学习笔记,machine learning,nlp
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Www old.julialang.org
Julia Project web site (Old)
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Predicting Stock Prices With Linear Regression
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Machine Learning
🌎 machine learning tutorials (mainly in Python3)
Stars: ✭ 1,924 (+1182.67%)
Mutual labels:  jupyter-notebook
Carnd Mercedes Sf Utilities
Tools for Sensor Fusion processing.
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Practicaldl
A Practical Guide to Deep Learning with TensorFlow 2.0 and Keras materials for Frontend Masters course
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Transformers Ru
A list of pretrained Transformer models for the Russian language.
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook
Covid 19 Eda Tutorial
This tutorial's purpose is to introduce people to the [2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE](https://github.com/CSSEGISandData/COVID-19) and how to explore it using some foundational packages in the Scientific Python Data Science stack.
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Deeplab v2
基于v2版本的deeplab,使用VGG16模型,在VOC2012,Pascal-context,NYU-v2等多个数据集上进行训练
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Slayerpytorch
PyTorch implementation of SLAYER for training Spiking Neural Networks
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook
Time Series Forecasting Of Amazon Stock Prices Using Neural Networks Lstm And Gan
Project analyzes Amazon Stock data using Python. Feature Extraction is performed and ARIMA and Fourier series models are made. LSTM is used with multiple features to predict stock prices and then sentimental analysis is performed using news and reddit sentiments. GANs are used to predict stock data too where Amazon data is taken from an API as Generator and CNNs are used as discriminator.
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook
Pyomogallery
A collection of Pyomo examples
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook

《机器学习》(周志华-西瓜书)训练营(深度之眼-第十期)

课程资料

课程安排

总课时:11 周

第一周

  • 1 学习机器学习绪论
  • 2 达观杯NLP算法大赛

第二周

  • 3 学习线性模型
  • 4 学习sklearn包中逻辑回归算法的使用

第三周

  • 5 决策树的分裂准则
  • 6 决策树的剪枝和连续值处理
  • 7 学习sklearn包中决策树算法的使用

第四周

  • 8 支持向量机原始模型的建立和求解
  • 9 核函数和软间隔支持向量机
  • 10 了解sklearn包中svm算法的使用

第五周

  • 11 极大似然估计与朴素贝叶斯
  • 12 EM算法
  • 13 了解sklearn包中的朴素贝叶斯算法的适用

第六周

  • 14 神经网络结构
  • 15 BP算法
  • 16 深度学习初探
  • 17 了解sklearn包中神经网络的使用

第七周

  • 18 经验误差与过拟合
  • 19 评估方法
  • 20 性能度量
  • 21 了解sklearn包中模型评估方法的使用

第八周

  • 22 特征降维
  • 23 特征选择
  • 24 了解sklearn包中特征选择和降维算法的使用

第九周

  • 25 集成学习
  • 26 结合策略
  • 27 实验-lightGBM的使用

第十周

  • 28 聚类
  • 29 HMM
  • 30 了解sklearn包中K-means算法的使用

第十一周

  • 31 K-摇臂赌博机和天池o2o比赛初级
  • 32 有/无模型学习和天池o2o比赛进阶

项目目录

Books----------------------------------作业汇总和西瓜书笔记pdf文档
Note-----------------------------------笔记文件夹
+----image-----------------------------笔记截图
+----markdown--------------------------markdown格式视频笔记
+----notebook--------------------------JupyterNotebook格式视频笔记
Week1----------------------------------第一周作业
Week2----------------------------------第二周作业
Week3----------------------------------第三周作业
Week4----------------------------------第四周作业
Week5----------------------------------第五周作业
Week6----------------------------------第六周作业
Week7----------------------------------第七周作业
Week8----------------------------------第八周作业
Week9----------------------------------第九周作业
Week10---------------------------------第十周作业
Week11---------------------------------第十一周作业

总结

  前后用了一周时间结合Vay-keen大神的笔记做的整理,首先感谢Vay-keen大神为我们这些学习者节约了寻找相关辅助学习资料的时间,笔记中有很多相关的知识是书中没有的,同时笔者也加入了一些其他的辅助公式推导,在此也要感谢南瓜书的作者,是他们的开源公式推导帮助了我们。
  在学这本书之前,笔者曾经学了李航老师的第一版《统计学习方法》和《机器学习实战》,当时对里面一些公式部分不是很理解,这次系统性地学习了一遍西瓜书,结合了《统计学习方法》中的例题,更加深入的理解了机器学习中这些经典的算法,为接下来的《百面》一书的学习打下基础。笔者整理出了西瓜书笔记的PDF版本,供各位学习者下载使用。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].