码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
算法(第四版)C#题解——1.5
写在前面整个项目都托管在了 Github 上:https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp这一节内容可能会用到的库文件有 Measurement 和 TestCase,同样在 Github 上可以找到。善用 Ctrl + F... ...
分类:编程语言   时间:2017-10-07 16:13:07    阅读次数:1036
moost — Last.fm's collection of C++ utility libraries(功能很多)
libmoost libmoost is a collection of C++ utility libraries, including: algorithms (set intersection, hashing, variable length encoding, ...) abstracti ...
分类:编程语言   时间:2017-10-05 19:35:25    阅读次数:244
[Javascript] Classify JSON text data with machine learning in Natural
In this lesson, we will learn how to train a Naive Bayes classifier and a Logistic Regression classifier - basic machine learning algorithms - on JSON ...
分类:编程语言   时间:2017-10-03 20:37:14    阅读次数:240
[Javascript] Classify text into categories with machine learning in Natural
In this lesson, we will learn how to train a Naive Bayes classifier or a Logistic Regression classifier - basic machine learning algorithms - in order ...
分类:编程语言   时间:2017-10-03 19:43:51    阅读次数:205
分类和逻辑回归(Classification and logistic regression),广义线性模型(Generalized Linear Models) ,生成学习算法(Generative Learning algorithms)
分类和逻辑回归(Classification and logistic regression) http://www.cnblogs.com/czdbest/p/5768467.html 广义线性模型(Generalized Linear Models) http://www.cnblogs.com ...
分类:编程语言   时间:2017-09-23 16:11:53    阅读次数:152
memetic algorithm
The ?rst use of the term memetic algorithms in the computing literature appeared in work by Moscato (1989). He presented a heuristic that combined sim ...
分类:其他好文   时间:2017-09-19 17:55:53    阅读次数:191
An overview of gradient descent optimization algorithms
原文地址:An overview of gradient descent optimization algorithms An overview of gradient descent optimization algorithms Note: If you are looking for a re ...
分类:其他好文   时间:2017-09-14 16:57:40    阅读次数:252
leetcode -- Algorithms -- 4_ Median of Two Sorted Arrays
00 There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity ...
分类:其他好文   时间:2017-09-11 22:42:06    阅读次数:181
leetcode -- Algorithms -- 3_ Longest Substring Without Repeating Characters
But failed with time exceed. The one with better solution is shown as below: Much simpler. Ich denke, dass muss ich härter arbeiten. Nächste Station, ...
分类:其他好文   时间:2017-09-09 17:19:30    阅读次数:163
[fb 面经] intervals sweep line
Leetcode 上的题 Merge Intervals Insert Intervals Meeting Rooms Meeting RoomsII Topcoder tutorial: Sweep Line Algorithms some from gitbook about sweep lin ...
分类:其他好文   时间:2017-09-03 10:00:38    阅读次数:242
784条   上一页 1 ... 26 27 28 29 30 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!