码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
A Brief Review of Supervised Learning
There are a number of algorithms that are typically used for system identification, adaptive control, adaptive signal processing, and machine learning ...
分类:其他好文   时间:2016-09-24 21:40:06    阅读次数:197
深度学习将替代机器学习并淘汰它们吗?
原文链接:http://www.kdnuggets.com/2014/10/deep-learning-make-machine-learning-algorithms-obsolete.html ...
分类:其他好文   时间:2016-09-21 17:37:59    阅读次数:500
UVa 1025 A Spy in the Metro(动态规划)
传送门 Description Secret agent Maria was sent to Algorithms City to carry out an especially dangerous mission. After several thrilling events we find he ...
分类:其他好文   时间:2016-09-17 00:18:11    阅读次数:227
POJ3974 Palindrome
Time Limit: 15000MS Memory Limit: 65536KB 64bit IO Format: %lld & %llu Description Andy the smart computer science student was attending an algorithms ...
分类:其他好文   时间:2016-09-14 01:43:15    阅读次数:185
c# 调用MD5CryptoServiceProvider出现 System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
进注册表按Win+R运行regedit修改下面的值为0就可以了HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy\Enabled ...
分类:Windows程序   时间:2016-09-10 17:50:59    阅读次数:492
Algorithms算法题<1.1>
1.1.27 二项分布。估计用一下代码计算binomial(100,50,0.25)将会产生的递归调用次数: 用这段代码来计算该二项分布的值是不现实的,因为这里是使用递归调用函数来实现的,在函数调用前,编译器要做很多准备工作,所以递归的层数较多时,程序运行速度会极慢,一种改善的方法是使用循环来代替递 ...
分类:编程语言   时间:2016-09-09 22:00:47    阅读次数:301
梯度下降优化算法综述
梯度下降优化算法综述?? 该文翻译自An overview of gradient descent optimization algorithms。?? 总所周知,梯度下降算法是机器学习中使用非常广泛...
分类:编程语言   时间:2016-09-09 08:52:38    阅读次数:416
(转) An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms Table of contents: Gradient descent variantsChallenges Batch gradient descent Stochastic gradi ...
分类:其他好文   时间:2016-09-07 01:28:29    阅读次数:261
Ehcache(2.9.x) - API Developer Guide, Cache Eviction Algorithms
About Cache Eviction Algorithms A cache eviction algorithm is a way of deciding which element to evict when the cache is full. In Ehcache , the memory ...
分类:Windows程序   时间:2016-09-06 22:41:07    阅读次数:221
深度学习(综述,2015,应用)
Deep Learning Algorithms with Applications to Video Analytics for A Smart City: A Survey
分类:其他好文   时间:2016-09-06 09:12:35    阅读次数:317
784条   上一页 1 ... 41 42 43 44 45 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!