码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
算法(第四版)C#题解——2.1
写在前面 整个项目都托管在了 Github 上:https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp 这一节内容可能会用到的库文件有 Sort和 SortData,同样在 Github 上可以找到。 善用 Ctrl + F 查找题目 ...
分类:编程语言   时间:2018-01-02 21:22:49    阅读次数:882
Easy_Array总结
一星期把 https://leetcode.com/problemset/algorithms/?topicSlugs=array&difficulty=Easy 整完。 总结如下: 所谓算法,使用通用的逻辑解决特定情况下变化性问题。 需求的结果具有一定预见性,规律;或者结果通过另加标识处理当前问题 ...
分类:其他好文   时间:2018-01-02 11:30:56    阅读次数:133
TensorFlow迭代速度变慢的问题
最近用TensorFlow实现遗传算法(Genetic Algorithms),发现迭代速度越来越慢,用time.time()观察以后,发现每次迭代都要比上一次慢0.5秒左右,但是每次迭代的计算量是差不多的。研究后发现,这是因为每次迭代都在计算图(Graph)里面增加了新的节点,节点越来越多,导致M ...
分类:其他好文   时间:2017-12-30 18:08:44    阅读次数:240
Princeton-Algorithms-Part1-Week1-AnalysisOfAlgorithms
Slides from Princeton Algorithms. If you do it as a lg, lg plot very often you'll get a straight line. And the slope of the straight line is the key t ...
分类:其他好文   时间:2017-12-30 12:19:07    阅读次数:149
Princeton-Algorithms-Part1-Week1-Percolation
Assignment specification: https://www.coursera.org/learn/algorithms-part1/programming/Lhp5z/percolation Idea1: Virtual top and bottom sites Running ti ...
分类:其他好文   时间:2017-12-29 19:59:53    阅读次数:187
Notes on Design Patterns
一些笔记。 strategy : facilitates the switch of the different but related algorithms/behaviors observer proxy : controls the access to the real subject ; s ...
分类:其他好文   时间:2017-12-29 15:03:38    阅读次数:148
MIT公开课:算法导论 笔记(一)
课程链接:http://open.163.com/special/opencourse/algorithms.html 第一课:算法分析基础 1.介绍插入排序与归并排序,计算并比较最坏运行时间 2.算法分析重点与渐近分析方法 以下为个人笔记,根据字幕整理 第一课 算法分析 总结 解决问题的方法和方式 ...
分类:编程语言   时间:2017-12-24 17:28:20    阅读次数:266
2017年12月19日 课程二(Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization),第二周(Optimization algorithms) —— 2.Programming assignments:Optimization
Optimization Welcome to the optimization's programming assignment of the hyper-parameters tuning specialization. There are many different optimization ...
分类:Web程序   时间:2017-12-19 12:36:36    阅读次数:226
最大最小距离算法
title: 最大最小距离算法 date: 2017 12 16 17:36:54 tags: 聚类算法 categories: Algorithms 课程设计 使用最大最小距离算法做聚类分析 cpp / 使用最大最小距离法做聚类分析 1. 任选一个样本作为聚类中心z1 2. 选择离z1距离最大的样 ...
分类:编程语言   时间:2017-12-16 19:48:49    阅读次数:202
Stanford Algorithms(一): 大数相乘(c++版)
Stanford Algorithms(一): 大数相乘(c++版) 刚不就在中国大学Mooc上参加了陈越老师的 的课程,收获很大.觉得趁热打铁,也把算法的部分也给一块学了吧,就在Coursera上注册了一个斯坦福大学的算法课,课程的量很重,估计要学一个学期吧,慢慢的学,稳扎稳打. 课程里推荐了很多 ...
分类:编程语言   时间:2017-12-03 17:21:22    阅读次数:171
784条   上一页 1 ... 23 24 25 26 27 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!