码迷,mamicode.com
首页 >  
搜索关键字:stanford    ( 475个结果
stanford-parser for C#
在项目里用到C#对英文句子进行词性标注,比较成熟的英文词性标注软件是stanford-parser。它个C#版本,也是借助于IKVM完成JAVA-C#的转换。具体配置步骤如下: 1、下载stanford-parser的jar包 http://nlp.stanford.edu/software/lex-parser.shtml 2、下载C#版本的工程 https://github.com/...
分类:Windows程序   时间:2015-07-18 17:09:34    阅读次数:459
stanford parser 使用说明
preface: 最近忙着的项目想试着用斯坦福的parser,来解析句子生成句法分析树,然后分析子树,与treekernal结合起来,训练。stanford parser神器下载下来了,可使用却是蛋疼。一大堆说明,却没个方便快捷关于总的介绍。 一、必先利其器 stanford parser主页:http://nlp.stanford.edu/software/lex-parser.sh...
分类:其他好文   时间:2015-07-12 00:20:50    阅读次数:244
stanford推荐阅读目录
stanford推荐阅读目录stanford deep learning 网站上推荐的阅读目录:UFLDL Recommended ReadingsIf you're learning about UFLDL (Unsupervised Feature Learning and Deep Learn...
分类:其他好文   时间:2015-07-03 19:04:25    阅读次数:178
Ubuntu-14.04下安装TinyOS-2.1.2
Ubuntu-14.04下安装TinyOS-2.1.2 参考:http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_TinyOS_2.1.11. 更新源在 /etc/apt/sources.list 里添加下面一行...
分类:系统相关   时间:2015-07-03 14:05:12    阅读次数:368
堪称最好的A*算法
原文地址:http://theory.stanford.edu/~amitp/GameProgramming/相关链接:http://www-cs-students.stanford.edu/%7Eamitp/gameprog.html#Pathshttp://blog.csdn.net/b2b16...
分类:编程语言   时间:2015-07-02 09:49:50    阅读次数:123
[转]自然语言分词简介
一.分词软件简介主流分词软件挑重要的讲,目前的分词软件很多,也比较杂。这里列举一些效果比较好的分词软件。Stanford Word Segmenter (Java,GPL) 老牌美帝斯坦佛大学NLP小组出品nlpbamboo (C++, BSD) PostgreSQL的大大们制作的一个基于CRF++...
分类:编程语言   时间:2015-07-01 17:27:55    阅读次数:301
stanford-segmenter一个简单例子
1.简介 stanford分词目前支持 Arabic 和 Chinese。它的原理是基于CRFs, CRFs分词的原理不难懂,就是把分词当作另一种形式的命名实体识别,利用特征建立概率图模型后,用Veterbi算法求最短路径。stanford nlp提供了源码demo,目前的版本是3.5.2。 下载地址:http://nlp.stanford.edu/software/segmenter.s...
分类:其他好文   时间:2015-07-01 10:00:10    阅读次数:888
CheeseZH: Stanford University: Machine Learning Ex4:Training Neural Network(Backpropagation Algorithm)
1. Feedforward and cost function;2.Regularized cost function:3.Sigmoid gradientThe gradient for the sigmoid function can be computed as:where:4.Random...
分类:Web程序   时间:2015-06-29 19:42:52    阅读次数:1812
PLY格式文件详解
链接:http://blog.csdn.net/szchtx/article/details/7587999 http://cdu.net.cn/3D/2014-04-23/705.html    一、PLY简介         PLY文件格式是Stanford大学开发的一套三维mesh模型数据格式,图形学领域内很多著名的模型数据,比如Stanford的三维扫描数据库(其中包...
分类:其他好文   时间:2015-06-28 18:53:59    阅读次数:175
CheeseZH: Stanford University: Machine Learning Ex3: Multiclass Logistic Regression and Neural Network Prediction
Handwritten digits recognition (0-9)Multi-class Logistic Regression1. Vectorizing Logistic Regression(1) Vectorizing the cost function(2) Vectorizing ...
分类:Web程序   时间:2015-06-26 12:48:04    阅读次数:807
475条   上一页 1 ... 31 32 33 34 35 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!