Cone Crusher is widely used in metallurgical industry, building materials industry, construction industry, chemical industry and silicate industry, ap...
分类:
移动开发 时间:
2014-06-28 10:25:25
阅读次数:
195
## 机器学习的定义-------- Arthur Samuel (1959). Machine Learning: Field of study that gives computers the ability to learn without being explicitly programme...
分类:
其他好文 时间:
2014-06-25 20:48:57
阅读次数:
337
作者:arccosxy 转载请注明出处:http://www.cnblogs.com/arccosxy/准备工作首先,创建一个名为index.html的HTML文件,代码如下: Learning AngularJS接下来就是加载angular.js库,访问https://angularjs....
分类:
Web程序 时间:
2014-06-25 20:08:59
阅读次数:
260
JVM是java的核心和基础,在java编译器和os平台之间的虚拟处理器。它是一种利用软件方法实现的抽象的计算机基于下层的操作系统和硬件平台,可以在上面执行java的字节码程序。
分类:
编程语言 时间:
2014-06-25 12:13:11
阅读次数:
230
一、准备工作 1.确定两台主机处于同一网段,能相互ping通。二、Windows NTP 服务器配置 1. 单击“开始”-》单击“运行”,键入regedit,单击“确定”。 2. 修改注册表 a)HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Se...
分类:
其他好文 时间:
2014-06-25 00:51:38
阅读次数:
280
《机器学习那些事》介绍了一些机器学习应用中需要了解的“民间知识”。
原文为:
A Few Useful Things to Know about Machine Learning
摘录若干要点:
1. 学习 = 表示 + 评价 + 优化
表示(Representation) : 学习器的假设空间(hypothesis space)
评价(Evalua...
分类:
其他好文 时间:
2014-06-24 22:59:39
阅读次数:
325
线性回归(Linear Regression)问题属于监督学习(Supervised Learning)范畴,又称分类(Classification)或归纳学习(Inductive Learning);这类分析中训练数据集中给出的数据类标是确定的;机器学习的目标是,对于给定的一个训练数据集,通过不断的分析和学习产生一个联系属性集合和类标集合的分类函数(Classification Function)或预测函数(Prediction Function),这个函数称为分类模型(Classification Mo...
分类:
其他好文 时间:
2014-06-24 22:58:23
阅读次数:
585
图像金字塔
目标
本文档尝试解答如下问题:
如何使用OpenCV函数 pyrUp 和 pyrDown 对图像进行向上和向下采样。
原理
Note
以下内容来自于Bradski和Kaehler的大作: Learning OpenCV 。
当我们需要将图像转换到另一个尺寸的时候, 有两种可能:
放大 图像 或者缩小 图像。...
分类:
其他好文 时间:
2014-06-24 22:54:22
阅读次数:
346
// Copyright 2013 Yangqing Jia
//
#include
#include
#include "caffe/layer.hpp"
#include "caffe/vision_layers.hpp"
#include "caffe/util/math_functions.hpp"
using std::max;
namespace caffe {
/**...
分类:
其他好文 时间:
2014-06-24 19:34:27
阅读次数:
347
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...