码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
[转]You Could Become an AI Master Before You Know It. Here’s How.
转自:https://www.technologyreview.com/s/608921/ai-algorithms-are-starting-to-teach-ai-algorithms/# You Could Become an AI Master Before You Know It. Her ...
分类:其他好文   时间:2017-11-06 15:06:46    阅读次数:217
并查集
本文主要介绍解决动态连通性一类问题的一种算法,使用到了一种叫做并查集的数据结构,称为Union-Find。 更多的信息可以参考Algorithms 一书的Section 1.5,实际上本文也就是基于它的一篇读后感吧。 原文中更多的是给出一些结论,我尝试给出一些思路上的过程,即为什么要使用这个方法,而 ...
分类:其他好文   时间:2017-11-06 15:02:05    阅读次数:158
Red Black Tree
https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/video-lectures/lecture-10 ...
分类:其他好文   时间:2017-11-03 21:50:52    阅读次数:490
解决方案:System.InvalidOperationException: 此实现不是 Windows 平台 FIPS 验证的加密算法的一部分。
System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. 引发该问题的原因是系统启动了FIPS, ...
分类:编程语言   时间:2017-11-02 11:36:56    阅读次数:172
系统学习数据结构算法
决定在 上开始补习基础, 先加入: https://www.coursera.org/learn/algorithms-part1 其中 Welcome 给出了 BooKSite Our booksite, which is open to everyone and contains a wealt ...
分类:编程语言   时间:2017-11-01 00:05:36    阅读次数:226
生成学习算法(Generative Learning algorithms)
一:引言在前面我们谈论到的算法都是在给定x的情况下直接对p(y|x;Θ)进行建模。例如,逻辑回归利用hθ(x) = g(θTx)对p(y|x;Θ)建模。现在考虑这样一个分类问题,我们想根据一些特征来区别动物是大象(y=1)还是狗(y=0)。给定了这样一个训练集,逻辑回归或感知机算法要做的就是去找到一... ...
分类:编程语言   时间:2017-10-31 20:41:32    阅读次数:207
强化学习(David Silver)1:简介
1、书 《An introduction to Reforcement Learning》Sutton and Barto, 1998,400页 《Algorithms for Reforcement Learning》Szepesvari,2010,偏数学,不到100页 2、强化学习的特点 不存在 ...
分类:其他好文   时间:2017-10-20 21:34:53    阅读次数:248
Introduction to Algorithms
1.直接插入排序 应用:属于比较排序的一种,最基础的排序方法,稳定,时间复杂度为O(n^2),空间复杂度为S(1). 方法:设置待排数字角标为i,j = i, 把j对应数字与其前的字数逐个对比交换完成后,i++即可. 1 public class Paixu { 2 public int[] pai ...
分类:其他好文   时间:2017-10-15 22:24:44    阅读次数:321
有关机器学习的论文中的英语词汇
machine learning : 机器学习 deep learning : 深度学习 image processing : 图像处理 natural language processing : 自然语言处理 algorithms : 算法 training data set : 训练数据集 fa ...
分类:其他好文   时间:2017-10-12 00:53:23    阅读次数:160
Spark之 spark简介、生态圈详解
来源:http://www.cnblogs.com/shishanyuan/p/4700615.html 1、简介 1.1 Spark简介Spark是加州大学伯克利分校AMP实验室(Algorithms, Machines, and People Lab)开发通用内存并行计算框架。Spark在201 ...
分类:其他好文   时间:2017-10-11 20:39:54    阅读次数:218
784条   上一页 1 ... 25 26 27 28 29 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!