算法
文章平均质量分 83
Flying Squirrel
这个作者很懒,什么都没留下…
展开
-
LeetCode-13. Roman to Integer
文章目录题目描述自己的解法参考答案Four Lines总结Reference题目描述Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.Symbol ValueI 1V 5X 10L 50C 100D 500M原创 2022-05-05 16:31:36 · 373 阅读 · 0 评论 -
LeetCode-9-Palindrome Number
文章目录题目描述自己的解法参考答案Early Stop总结Reference题目描述Given an integer x, return true if x is palindrome integer.An integer is a palindrome when it reads the same backward as forward.For example, 121 is a palindrome while 123 is not.Example 1:Input: x = 121Out原创 2022-05-04 13:31:42 · 442 阅读 · 0 评论 -
LeetCode-1-Two Sum
提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档文章目录题目自己的解法参考答案总结题目Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.You may assume that each input would have exactly one solution, and you may n.原创 2022-05-04 11:34:52 · 235 阅读 · 0 评论 -
机器学习读书笔记(十一):Clustering Analysis
Clustering Analysis原创 2020-02-01 13:22:44 · 1117 阅读 · 0 评论 -
机器学习读书笔记(十)Regression Analysis
Regression AnalysisIntroductionHouse DatasetVisualizing datasetExploratory Data Analysis1. Scatterplot matrix2.Heat mapImplement by yourselfregression model via scikit-learnFitting a robust regression...原创 2020-01-24 19:13:17 · 591 阅读 · 0 评论 -
机器学习读书笔记(八):Sentiment Analysis (Natural Language Processing i.e. NLP)
Sentiment Analysis原创 2020-01-24 15:31:58 · 1091 阅读 · 0 评论 -
机器学习读书笔记(七):Combining Different Models for Ensemble Learning
机器学习读书笔记(七):Combining Different Models for Ensemble Learning原创 2020-01-23 16:41:35 · 684 阅读 · 0 评论