码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
Proximal Algorithms 2 Properties
[TOC] 可分和 如果$f$可分为俩个变量:$f(x, y)=\varphi(x) + \psi(y)$, 于是: 如果$f$是完全可分的,即$f(x) = \sum_{i=1}^n f_i (x_i)$: $$ (\mathbf{prox}_f(v))_i = \mathbf{prox}_{f_ ...
分类:其他好文   时间:2019-06-08 13:04:28    阅读次数:91
Books for computer programmers
Introduction to Algorithms 3rd Thomas H. Cormen Cracking the coding Interview about coding and interview 6th Design Patterns Elements of Reusable Obje ...
分类:其他好文   时间:2019-06-06 22:52:36    阅读次数:107
Proximal Algorithms 1 介绍
[TOC] "Proximal Algorithms" 定义 令$f: \mathrm{R}^n \rightarrow \mathrm{R} \cup \{+ \infty \}$为闭的凸函数,即其上镜图: $$ \mathbf{epi} f = \{ (x, t) \in \mathrm{R}^ ...
分类:其他好文   时间:2019-06-03 18:56:26    阅读次数:244
leetcode-algorithms-92. Reverse Linked List II
leetcode algorithms 92. Reverse Linked List II Reverse a linked list from position m to n. Do it in one pass. Note: 1 ≤ m ≤ n ≤ length of list. Exampl ...
分类:其他好文   时间:2019-06-01 23:17:25    阅读次数:127
关于图算法 & 图分析的基础知识概览
网址:https://learning.oreilly.com/library/view/graph-algorithms-/9781492060116/ 你肯定没有读过这本书,因为这本书的发布日期是2019年5月。本文会覆盖该书的大部分内容,读完这篇,你能够了解图算法的基本概念。关于此书,作为市面 ...
分类:编程语言   时间:2019-05-26 09:28:07    阅读次数:135
01背包、完全背包、多重背包
参考(都有些错误):https://github.com/guanjunjian/Interview-Summary/blob/master/notes/algorithms/%E7%BB%8F%E5%85%B8%E7%AE%97%E6%B3%95/01%E8%83%8C%E5%8C%85.mdht... ...
分类:其他好文   时间:2019-05-23 20:59:00    阅读次数:112
二叉树之红黑树(RBTree)
详解以后再补充。。。 红黑树和AVL树6层模式下的最少结点数 通过图可以看到红黑树可以实现更少的结点,反过来说就是同样的结点数红黑树最大数高会超过AVL树 https://www.cs.usfca.edu/~galles/visualization/Algorithms.html这个网站可以测试动态 ...
分类:其他好文   时间:2019-05-20 01:03:19    阅读次数:136
[High Performance Computing] {Udacity} L5: Comparison-based Sorting
Please download and read: Introduction to Algorithms, Third Edition, Chapter 27 Multithreaded Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ro ...
分类:其他好文   时间:2019-05-19 09:51:39    阅读次数:111
ARTS打卡计划第一周
Algorithms: https://leetcode-cn.com/problems/two-sum/ Review: https://www.infoq.cn/article/EafgGJEtqQTAa_0sP62N Q版本,慢慢雏形已经出来。 Tips: c++11 : 1.nullptr ...
分类:其他好文   时间:2019-05-13 01:13:31    阅读次数:146
5中聚类方法介绍
概要 原文参考链接:https://towardsdatascience.com/the-5-clustering-algorithms-data-scientists-need-to-know-a36d136ef68 聚类是常用于机器学习中的将数据分组合并的方法。聚类是一种非监督学习方法,其目的旨 ...
分类:其他好文   时间:2019-05-12 10:21:55    阅读次数:114
784条   上一页 1 ... 10 11 12 13 14 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!