今日发布了最新版Visual Studio community edition, 主要看点:1. .NET开源了2. Visual Studio开始支持 Android 和 iOS 编程并自带Android模拟器.3. 引入了LLVM (low level virtual machine),意味着可...
分类:
其他好文 时间:
2014-11-14 12:23:15
阅读次数:
174
Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 本系列文章是Andrew Ng 在斯坦福的机器学习课程 CS 229 的学习笔记。Machine Learning Algorithms Study Notes系列文...
分类:
系统相关 时间:
2014-11-14 10:30:14
阅读次数:
279
暂时没啥心得,直接上例子。 1 2 3 4 fasd 5 6 25 26 27 28 129 1****130 2****231 3****332 4****433 5****534 6****635 参考:http://yansong.me/2013/01/11/learning-hist...
分类:
Web程序 时间:
2014-11-13 20:36:46
阅读次数:
226
本人还没有做过自然语言处理,但是基于Deep Learning 的关注,自然也了解了一些Word2vec的强大。
Word2vec 是google 在2013年提供的一款将词表征为实数值向量的高效工具。而Word2vec
输出的词向量可用于做NLP 相关的工作,比如聚类、找同义词、词性分析等。Word2vec 大受欢迎的一个原因是其高效性, Tomas Mikolov 在[1]...
分类:
其他好文 时间:
2014-11-13 16:47:26
阅读次数:
192
Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 2Supervised Learning32.1Perceptron Learning Algorithm (PLA)32.1.1PLA -- "知错能改"演算法42...
分类:
系统相关 时间:
2014-11-13 16:30:48
阅读次数:
527
Machine Learning Algorithms Study Notes 高雪松 @雪松Cedro Microsoft MVP 目 录 1Introduction11.1What is Machine Learning11.2学习心得和笔记的框架12Supervised Learning32....
分类:
系统相关 时间:
2014-11-13 16:15:19
阅读次数:
292
1、问题描述
如标题所示,在开启Eclipsede...
分类:
编程语言 时间:
2014-11-13 13:01:06
阅读次数:
170
//A组n人 B组m人 //最多有多少人匹配 每人仅仅有匹配一次# include# include# includeusing namespace std;int n,m,k;int pp[1100][1100],map[1100],vis[1100];int bfs(int x)//二分匹配模板...
分类:
系统相关 时间:
2014-11-13 10:48:05
阅读次数:
190
IBatisNet和其他的ORMapping的工具相比较,可以说是一个sqlmap,所以在Why use iBATIS SQL Maps? 中有一条理由是You already know SQL, why waste time learning something else?所以在我们的实际框架中更...
分类:
数据库 时间:
2014-11-13 10:30:48
阅读次数:
151