摘要:
LaTex基本语法 1.LaTeX文件的通常语法如下: \documentstyle{article} \begin{document} This is a first example of a simple input file. \end{document} 如果是中文,将\documentst 阅读全文
阅读排行榜
学习OpenCV——鼠标事件(画框)
2016-04-17 19:33 by GarfieldEr007, 1856 阅读, 收藏,
摘要:
[cpp] view plain copy print? [cpp] view plain copy print? 图1: 图2: from: http://blog.csdn.net/yangtrees/article/details/7573919 阅读全文
神经网络从被人忽悠到忽悠人(二)
2016-05-22 18:36 by GarfieldEr007, 1852 阅读, 收藏,
摘要:
引子 Minsky说过神经网络无法解决异或问题。60年代关于神经网络的研究还取得了一定的进展,但是都没有取得重大的突破。70年代,神经网络的研究进入了萧条期,人工智能里产生了许多不同的方向,神经网络,好像被人们所忘记。 直到1986年,David Rumelhar和Geoffery Hinton等人 阅读全文
Java 得到泛型中得到T.class
2018-11-14 21:10 by GarfieldEr007, 1836 阅读, 收藏,
摘要:
Class <T> entityClass = (Class <T>) ((ParameterizedType) getClass().getGenericSuperclass()).getActualTypeArguments()[0]; getGenericInterfaces()和getGen 阅读全文
matlab中实现Gabor滤波器
2016-04-10 14:02 by GarfieldEr007, 1826 阅读, 收藏,
摘要:
1.spatialgabor.m描述gabor函数 % SPATIALGABOR - applies single oriented gabor filter to an image%% Usage:% [Eim, Oim, Aim] = spatialgabor(im, wavelength, a 阅读全文
浙公网安备 33010602011771号