1 .if satement 与其它语言不同的是,scala if statement 返回的是一个值 scala> val a = if ( 6 > 0 ) 1 else -1a: Int = 1 2. while statement 3. do.. while statement 4 for s ...
分类:
其他好文 时间:
2019-01-30 18:37:13
阅读次数:
101
01 Machine learning infographic 图片解读机器学习的基本概念、五大流派与九种常见算法 EN:http://usblogs.pwc.com/emerging technology/machine learning 101/ CN:https://zhuanlan.zhih ...
分类:
其他好文 时间:
2019-01-30 00:18:08
阅读次数:
190
Scikit Learn 通用机器学习 Sklearn(scikit learn: machine learning in Python):https://scikit learn.org/ 中文文档:https://github.com/apachecn/scikit learn doc zh/ ...
分类:
其他好文 时间:
2019-01-30 00:15:12
阅读次数:
212
在看完所有的可汗统计学视频后,我结合了前几次Datawhale的同志们的精华进行重新再一次学习,记录一下其中的一些重要知识 统计学习基本方法 统计学习(statistical learning)是关于计算机基于数据构建概率统计模型并运用模型对数据进行预测和分析的一门学科。统计学习也称为统计机器学习( ...
分类:
其他好文 时间:
2019-01-29 22:04:30
阅读次数:
182
keras+tensorflow: based on AMD GPU https://rustyonrampage.github.io/deep learning/2018/10/18/tensorfow amd.html 在win7上简单试验了一下,会有版本匹配的问题,可能会出现keras中某些方 ...
分类:
其他好文 时间:
2019-01-29 20:30:52
阅读次数:
169
MySQL 常用指令小结 l 创建数据库:CREATE DATABASE table_name; l 删除数据库:DROP DATABASE table_name; l 展示数据库:SHOW DATABASE; l 选择数据库:USE table_name; 注意: 所有的数据库名,表名,表中的字段 ...
分类:
数据库 时间:
2019-01-28 17:37:14
阅读次数:
218
一、早停法简介(Early Stopping)当我们训练深度学习神经网络的时候通常希望能获得最好的泛化性能(generalization performance,即可以很好地拟合数据)。但是所有的标准深度学习神经网络结构如全连接多层感知机都很容易过拟合:当网络在训练集上表现越来越好,错误率越来越低的 ...
分类:
其他好文 时间:
2019-01-27 19:08:15
阅读次数:
2878
[toc] 文章名称 AMPS: Application Aware Multipath Flow Routing Using Machine Learning 来源 2017 Twenty third National Conference on Communications (NCC) 时间 2 ...
分类:
其他好文 时间:
2019-01-27 19:01:03
阅读次数:
171
The Fundamentals of Machine Learning The Machine Learning Landscape End to End Machine Learning Project Classification Training Models Support Vector ...
分类:
系统相关 时间:
2019-01-27 13:10:04
阅读次数:
265
Machine Learning in Practice: kth-Nearest Neighbor ...
分类:
编程语言 时间:
2019-01-26 18:46:26
阅读次数:
234