码迷,mamicode.com
首页 >  
搜索关键字:ann    ( 3876个结果
[LeetCode#51]N-Queens
The problem:Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return...
分类:其他好文   时间:2015-01-30 01:23:52    阅读次数:174
LeetCode N-Queens
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:其他好文   时间:2015-01-23 00:45:21    阅读次数:194
百家姓英文对照
你知道的你姓氏英文怎么写?不知道可以对照中国百家姓姓氏中英文对照表查一下:中国姓氏(按拼音顺序A~Z排列)A:艾--Ai安--Ann/An敖--AoB:巴--Pa白--Pai包/鲍--Paul/Pao班--Pan贝--Pei毕--Pih卞--Bein卜/薄--Po/Pu步--Poo百里--Pai-l...
分类:其他好文   时间:2015-01-12 17:32:18    阅读次数:202
【leetcode】N-Queens
N-QueensThen-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:其他好文   时间:2015-01-09 19:18:00    阅读次数:243
记一个文本分类系统的实现
基于信息检索课程,完成实现了一个文本分类系统,现记录一下整个实现过程。 文本分类以文本数据为分类对象,本质上是机器学习方法在信息检索领域的一种应用,可以继承机器学习领域的很多概念和方法,但同时也需要结合信息检索领域的特点进行处理。主要研究的方向是:文本分词方法、文本特征提取方法、分类算法。 本人主要使用了5种常用的分类算法,分别是kNN、Rocchio、NBC、SVM和ANN,对每种算法的结果...
分类:其他好文   时间:2014-12-29 16:49:34    阅读次数:185
N-Queens
Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:其他好文   时间:2014-11-30 20:03:29    阅读次数:162
[UFLDL]多层神经网络的python实现
上周写完了该代码,但是由于没有注意到softmax相关的实现故结果不对,更正后可以得到正确结果,用200幅图片训练200次可以得到90%以上的正确率,参数设置还有待于优化,另外可以考虑用多线程加速,此处目前还有问题(有待于修改,慎用)。推导请参考之前的文章http://blog.csdn.net/xuanyuansen/article/details/41214115。...
分类:编程语言   时间:2014-11-27 12:42:24    阅读次数:323
算法竞赛与入门经典---P66 [UVA 10635] Prince and Princess
Prince and PrincessInput:Standard InputOutput:Standard OutputTime Limit:3 SecondsIn ann x nchessboard, Prince and Princess plays a game. The squares i...
分类:编程语言   时间:2014-11-27 01:27:51    阅读次数:228
N-Queens
N-QueensThen-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:其他好文   时间:2014-11-24 22:18:45    阅读次数:231
【UFLDL】多层神经网络
原英文教程地址见:http://ufldl.stanford.edu/tutorial/supervised/MultiLayerNeuralNetworks 本文是在学习该教程时记得笔记,供参考。周末的时候利用空闲时间用python实现了一下,但是训练结果总是不对,原因尚未查清楚,如果公式推导有误请指出,谢谢!...
分类:其他好文   时间:2014-11-17 19:27:28    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!