All Projects → GreedyAIAcademy → Machine Learning

GreedyAIAcademy / Machine Learning

讲解常见的机器学习算法

Projects that are alternatives of or similar to Machine Learning

Tensorflow Segmentation
Semantic image segmentation in Tensorflow
Stars: ✭ 260 (-1.52%)
Mutual labels:  jupyter-notebook
Applied Ml
https://madewithml.com/
Stars: ✭ 252 (-4.55%)
Mutual labels:  jupyter-notebook
Marketvectors
Implementations for my blog post [here](https://medium.com/@TalPerry/deep-learning-the-stock-market-df853d139e02#.flflpo3xf)
Stars: ✭ 263 (-0.38%)
Mutual labels:  jupyter-notebook
Startupdatascience
Stars: ✭ 260 (-1.52%)
Mutual labels:  jupyter-notebook
Anomaly detection
Stars: ✭ 262 (-0.76%)
Mutual labels:  jupyter-notebook
Multifit
The code to reproduce results from paper "MultiFiT: Efficient Multi-lingual Language Model Fine-tuning" https://arxiv.org/abs/1909.04761
Stars: ✭ 262 (-0.76%)
Mutual labels:  jupyter-notebook
Python Is Cool
Cool Python features for machine learning that I used to be too afraid to use. Will be updated as I have more time / learn more.
Stars: ✭ 2,962 (+1021.97%)
Mutual labels:  jupyter-notebook
Graph Based Deep Learning Literature
links to conference publications in graph-based deep learning
Stars: ✭ 3,428 (+1198.48%)
Mutual labels:  jupyter-notebook
Reborn
Stars: ✭ 262 (-0.76%)
Mutual labels:  jupyter-notebook
Patents Public Data
Patent analysis using the Google Patents Public Datasets on BigQuery
Stars: ✭ 263 (-0.38%)
Mutual labels:  jupyter-notebook
Machine Learning In Action
个人使用jupyter notebook整理的peter的《机器学习实战》代码,使其更有层次感,更加连贯,也加了一些自己的修改,以及注释
Stars: ✭ 261 (-1.14%)
Mutual labels:  jupyter-notebook
Understanding Nn
Tensorflow tutorial for various Deep Neural Network visualization techniques
Stars: ✭ 261 (-1.14%)
Mutual labels:  jupyter-notebook
Da Faster Rcnn
An implementation of our CVPR 2018 work 'Domain Adaptive Faster R-CNN for Object Detection in the Wild'
Stars: ✭ 263 (-0.38%)
Mutual labels:  jupyter-notebook
Matplotlib Venn
Area-weighted venn-diagrams for Python/matplotlib
Stars: ✭ 260 (-1.52%)
Mutual labels:  jupyter-notebook
Cogan
Stars: ✭ 263 (-0.38%)
Mutual labels:  jupyter-notebook
Artline
A Deep Learning based project for creating line art portraits.
Stars: ✭ 3,061 (+1059.47%)
Mutual labels:  jupyter-notebook
Docs L10n
Translations of TensorFlow documentation
Stars: ✭ 262 (-0.76%)
Mutual labels:  jupyter-notebook
Icsharp
C# kernel for Jupyter
Stars: ✭ 263 (-0.38%)
Mutual labels:  jupyter-notebook
Helk
The Hunting ELK
Stars: ✭ 3,097 (+1073.11%)
Mutual labels:  jupyter-notebook
Deeplearning.ai Notes
These are my notes which I prepared during deep learning specialization taught by AI guru Andrew NG. I have used diagrams and code snippets from the code whenever needed but following The Honor Code.
Stars: ✭ 262 (-0.76%)
Mutual labels:  jupyter-notebook

机器学习课程 (copyright by greedyai)

日期 主题 知识点详情 项目
6月23日(13:00-14:30) 机器学习介绍 1.1 机器学习、深度学习与人工智能1.2 监督学与非监督学习1.3 回归于分类1.4 强化学习1.5 科学库的使用1.6 数据预处理技术 [实践] 通过投放广告的金额预测销售额
6月26日(20:00-21:30) K-NN 最近邻 2.1 K-NN的核心思想2.2 利用K-NN解决分类问题2.3 利用K-NN解决回归问题 [实战] 预测市场中二手车的价格
6月30日(13:00-14:30) 线性回归与逻辑回归 3.1 线性回归原理3.2 逻辑回归原理3.3 逻辑回归的目标函数3.4 梯度下降法3.5 随机梯度下降法 [实战一] 预测A股哪些股票会涨[实战二] 预测是否银行客户会开设定期存款帐户
7月3日(20:00-21:30) 朴素贝叶斯 4.1 朴素贝叶斯原理4.2 朴素贝叶斯与垃圾邮件识别问题4.3 为什么叫朴素?4.4 文本与单词的表示4.5 tf-idf文本向量 [实战] 把新闻按照不同主题做分类
7月7日(13:00-14:30) SVM支持向量机 5.1 Margin的介绍5.2 SVM的核心思想5.3 线性SVM的原理5.4 限制条件与Hinge Loss5.5 如何将二元分类器转为多元分类器 [实战] 基于SVM的人脸识别引擎
7月14日(20:00-21:30) 决策树与随机森林 6.1 决策树的介绍6.2 熵与信息增益6.3 决策树核心原理6.4 欠拟合与过拟合6.5 从决策树到随机森林6.6 随机森林的训练6.7 集成学习方法优点 [实战] 预测哪些员工可能会离职
7月17日(13:00-14:30) Boosting 7.1 Boosting与Bagging方法比较7.2 Boosting的核心原理7.3 GBDT的介绍7.4 XGBoost的介绍 [实战] 搭建金融评分卡模型做风险控制
7月21日(20:00-21:30) 矩阵分解 8.1 什么是隐含变量8.2 矩阵分解介绍8.3 矩阵分解的目标函数8.4 梯度下降法8.5 矩阵分解与商品推荐 [实战] 搭建电商商品的推荐系统
7月24日(13:00-14:30) K-means 9.1 K-means算法原理9.2 K-means与EM9.3 随机初始化与局部最优解9.4 距离计算的潜在问题9.5 K-means++介绍 [实战] 通过用户分群优化营销流程
7月28日(20:00-21:30) 主题模型 10.1 贝叶斯模型的特点10.2 贝叶斯模型与集成模型10.3 采样与近似优化10.4 吉布斯采样10.5 主题模型中的混合主题提取10.6 如何判断收敛 [实战] 搭建情感分析系统

机器学习特训营预习

时间安排 知识点 视频地址
贪心学院《机器学习特训营》预习课 第一天 anaconda安装 /jupyternotebook安装 https://zhuanlan.zhihu.com/p/69021839
贪心学院《机器学习特训营》预习课 第二天 矩阵的数学理解 https://zhuanlan.zhihu.com/p/69177926
贪心学院《机器学习特训营》预习课 第三天 排序算法 https://zhuanlan.zhihu.com/p/69491107
贪心学院《机器学习特训营》预习课 第四天 贝叶斯定理 https://zhuanlan.zhihu.com/p/69492871
贪心学院《机器学习特训营》预习课 第五天 插入排序的代码实现 https://zhuanlan.zhihu.com/p/69836202
贪心学院《机器学习特训营》预习课 第六天 导数的理解 https://zhuanlan.zhihu.com/p/69933889
贪心学院《机器学习特训营》预习课 第七天 简单的优化 https://zhuanlan.zhihu.com/p/70111190
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].