- 快召唤伙伴们来围观吧
- 微博 QQ QQ空间 贴吧
- 文档嵌入链接
- 复制
- 微信扫一扫分享
- 已成功复制到剪贴板
机器学习基础知识介绍
展开查看详情
1 .Machine Learning Tutorial Basic introduction
2 . Computer Version Nature Language Processing Robotic/Automatic Biology
3 .
4 .Basic Concept Cross Validation Over Fitting Activation Function Supervised Learning UnSupervised Learning Batch Epoch Layer Train Set Test Set Feature Dimensionality Generalization Maxpooling L1 /L2 Benchmark Baseline
5 .Basic Concept
6 .Basic Concept
7 .Supervised/Unsupervised Learning
8 .Supervised Learning
9 .Supervised Learning
10 .Unsupervised Learning
11 .Basic Algorithm K NN K Means Naïve Bayes Decision Tree Gradient Boosting algorithms SVM Random Forest Linear Regression Logistic Regression Dimensionality Reduction Algorithms
12 .How do you choose a machine learning algorithm ?
13 .How do you choose a machine learning algorithm ?
14 .Something Funny In Security 鱼叉式网络钓鱼 生成相似的密码进行攻击 Webshell , XSS,DGA,Malware (since 1994), Tojan 检测 病毒检测绕过 , 生成病毒 去马赛克 生成相似人脸 , 手写签名 聊天机器人 ………
15 .Output Input Feature Engineering Data PreProcessing
16 .With Python Or R Python and Pythonic ML library Common library
17 .With Python Or R Python and Pythonic ML library Common library Don’t fighting language, Pythonic
18 .With Python Or R Python and Pythonic ML library Common library Tensorflow Keras Scikit -Learn Pytorch
19 .With Python Or R Python and Pythonic ML library Common library Pandas Numpy Scipy Matplotlib Pyplot Ndarray Scikit -image Image
20 .R: I forget it ... Easily And Powerful
21 .Examples: DGA/XSS/ Webshell MNIST
22 .MNIST DGA/XSS/ Webshell
23 .Mnist And Fashion- Mnist Pro Beginners Online Demo
24 .Algorithm 1 : KNN
25 .Principle Wikipedia
26 .Principle
27 .Code in Python
28 .Code in Python
29 .Algorithm 2 : SVM