码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
基于CGAL的Delaunay三角网应用
[toc] 1. 背景 本应用基于CGAL中的Delaunay进行三角网构建, 通过PyQt5和vtk进行界面展示 1.1 CGAL CGAL是Computational Geometry Algorithms Library(计算几何算法库)的缩写,用C++语言提供高效、可靠的算法库。被广泛应用于 ...
分类:其他好文   时间:2018-11-30 22:41:22    阅读次数:713
2019年第一季度学习计划
Data Structures & Algorithms in Java Second Edition (801页,图片多)2019年1月底前 ...
分类:其他好文   时间:2018-11-30 18:23:41    阅读次数:413
Algorithms: Design and Analysis, Part 1 - Programming Assignment #1
自我总结: 1.编程的思维不够,虽然分析有哪些需要的函数,但是不能比较好的汇总整合 2.写代码能力,容易挫败感,经常有bug,很烦心,耐心不够好 题目: In this programming assignment you will implement one or more of the inte ...
分类:其他好文   时间:2018-11-25 00:03:34    阅读次数:426
实验四:Tensorflow实现了四个对抗图像制作算法--readme
文章来源:Github Four adversarial image crafting algorithms are implemented with Tensorflow. The four attacking algorithms can be found in attacks folder. ...
分类:编程语言   时间:2018-11-19 13:30:38    阅读次数:683
如何才能增强数据结构和算法的能力-数据结构可视化网站
所以,两个建议:1. 可视化数据结构,把它画出来,在你的脑海中可视化,可以更好地帮助你直观地理解它。(推荐两个数据结构可视化网站:Data Structure Visualization和 VisuAlgo - visualising data structures and algorithms t ...
分类:编程语言   时间:2018-11-16 20:53:19    阅读次数:197
#leetcode-algorithms-4 Median of Two Sorted Arrays
leetcode algorithms 4 Median of Two Sorted Arrays There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two ...
分类:其他好文   时间:2018-11-16 18:20:43    阅读次数:148
Discrete Log Algorithms :Baby-step giant-step
离散对数的求解 1.暴力 2.Baby-step giant-step 3.Pollard’s ρ algorithm …… 下面搬运一下Baby-step giant-step 的做法 这是在 https://ctf-wiki.github.io/ctf-wiki/crypto/asymmetri ...
分类:其他好文   时间:2018-11-16 00:32:16    阅读次数:202
Machine Learning:机器学习算法
原文链接:https://riboseyim.github.io/2018/02/10/Machine Learning Algorithms/ 摘要 机器学习算法分类:监督学习、半监督学习、无监督学习、强化学习 基本的机器学习算法:线性回归、支持向量机(SVM)、最近邻居(KNN)、逻辑回归、决策 ...
分类:编程语言   时间:2018-11-15 12:02:21    阅读次数:166
TED系列:算法的影响
The Influence of algorithms https://www.ted.com/playlists/323/the_influence_of_algorithms 第一集:How Algorithms shape our world 讲者是华尔街的程序员,专门设计交易算法,更快的交易 ...
分类:编程语言   时间:2018-11-07 23:03:11    阅读次数:209
Feature Scaling: Normalization and Standardization
Most algorithms will probably benefit from standardization more than from normalization. Some algorithms assume that our data is centered at 0. For ex ...
分类:其他好文   时间:2018-10-18 10:51:59    阅读次数:230
784条   上一页 1 ... 15 16 17 18 19 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!