platform & onlinebook AI Google https://developers.google.cn/machine-learning/guides/rules-of-ml/ DeepMind OpenAI 伯克利(配套《动手做深度学习》) http://courses.d2l. ...
分类:
其他好文 时间:
2019-11-03 01:15:59
阅读次数:
119
Linear regression SVM(support vector machines) Advantages: ·Effective in high dimensional spaces. ·Still effective in cases where number of dimensions ...
分类:
系统相关 时间:
2019-11-02 20:05:07
阅读次数:
87
· mbmlbook Sample code for the Model-Based Machine Learning book. machine-learningprobabilistic-programmingprobabilistic-graphical-modelsprobabilistic ...
分类:
Web程序 时间:
2019-10-30 18:48:35
阅读次数:
168
文献名:Fast and accurate bacterial species identification in urine specimens using LC-MS/MS mass spectrometry and machine learning(利用质谱技术和机器学习模型在尿液样本中快速准 ...
分类:
系统相关 时间:
2019-10-21 11:53:40
阅读次数:
79
我的工程实践是机器学习相关,因此我在GitHub上选了下面的源代码进行学习:https://github.com/WillKoehrsen/machine-learning-project-walkthrough 一、对源代码的分析 1、目录结构 该源代码使用Python语言,在jupyter no ...
分类:
其他好文 时间:
2019-10-13 12:42:59
阅读次数:
90
Sparse PCA 稀疏主成分分析 2016-12-06 16:58:38 qilin2016 阅读数 15677 文章标签: 统计学习算法 更多 分类专栏: Machine Learning Sparse PCA 稀疏主成分分析 2016-12-06 16:58:38 qilin2016 阅读数 ...
分类:
其他好文 时间:
2019-10-10 09:12:28
阅读次数:
139
Week1 Question 4 Some of the problems below are best addressed using a supervised learning algorithm, and the others with an unsupervised learning alg ...
分类:
系统相关 时间:
2019-10-05 10:39:03
阅读次数:
157
# pandas 数据预处理 基于numpy # 读取csv文件(逗号隔开的文件) import pandas,os,numpy as np path = r"D:\desktop\Workspace\PythonWorkSpace\Machine-Learning\asstes\csv\2019_... ...
分类:
编程语言 时间:
2019-09-25 15:56:31
阅读次数:
87
本节主要用于机器学习入门,介绍两个简单的分类模型: 决策树和随机森林 不涉及内部原理,仅仅介绍基础的调用方法 1. How Models Work 以简单的决策树为例 This step of capturing patterns from data is called fitting or tra ...
分类:
系统相关 时间:
2019-09-07 22:01:17
阅读次数:
172
CSE599:online and adaptive machine learning Lecture 3:Stochastic Multi-Armed Bandits, Regret Minimization csdn bandit 算法(3) -- UCB算法 推荐系统的EE问题及Bandit算 ...
分类:
其他好文 时间:
2019-09-02 09:40:39
阅读次数:
83