学习笔记之C / C++
摘要:All contents have already been moved to haoran119/c-cpp (github.com). 面试总结之C/C++ - 浩然119 - 博客园 (cnblogs.com) 学习笔记之C++ How to Program(part) - 浩然119 - 博
阅读全文
posted @
2019-02-26 14:33
浩然119
阅读(651)
推荐(0)
学习笔记之Python Debug ( pdb )
摘要:26.2. pdb — The Python Debugger — Python 2.7.16 documentation https://docs.python.org/2.7/library/pdb.html Debugging — Spyder 3 documentation https://
阅读全文
posted @
2019-02-26 14:26
浩然119
阅读(421)
推荐(0)
学习笔记之k-nearest neighbors algorithm (k-NN)
摘要:k-nearest neighbors algorithm - Wikipedia https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm Not to be confused with k-means clustering. In p
阅读全文
posted @
2019-02-22 13:36
浩然119
阅读(1196)
推荐(0)
学习笔记之与 30 家公司过招,得到了这章面试心法
摘要:与 30 家公司过招,得到了这章面试心法 - 算法与数据结构 https://mp.weixin.qq.com/s/Ml5RdaK4KMSZMctWko7wwA 总结下来,技术面试大致有三种情形,下边一一来讲讲。 一、考察数据结构和算法为主 IT 公司一般都会考察数据结构和算法能力,其中以百度与爱奇
阅读全文
posted @
2019-02-19 13:07
浩然119
阅读(255)
推荐(0)
学习笔记之TensorFlow
摘要:TensorFlow https://www.tensorflow.org/ An open source machine learning framework for everyone TensorFlow™ is an open source software library for high
阅读全文
posted @
2019-02-19 13:01
浩然119
阅读(267)
推荐(0)
学习笔记之逃离数学焦虑、算法选择,思考做好机器学习项目的3个核心问题
摘要:逃离数学焦虑、算法选择,思考做好机器学习项目的3个核心问题 - 机器学习算法与Python学习 https://mp.weixin.qq.com/s/qNC-KEOQLxAqBO3-oUfM2g 当我们做一个机器学习项目时,不纠结于各个模型算法的内部细节,从整体的角度看具体问题该如何更可靠更高效得出
阅读全文
posted @
2019-02-18 15:26
浩然119
阅读(229)
推荐(0)
学习笔记之三张图读懂机器学习 :基本概念、五大流派与九种常见算法 - 超级数学建模
摘要:三张图读懂机器学习 :基本概念、五大流派与九种常见算法 - 超级数学建模 https://mp.weixin.qq.com/s/qiQz1FpP0FHzo-cXKTBb8w 机器学习正在进步,我们似乎正在不断接近我们心中的人工智能目标。语音识别、图像检测、机器翻译、风格迁移等技术已经在我们的实际生活
阅读全文
posted @
2019-02-18 11:40
浩然119
阅读(443)
推荐(0)
学习笔记之DevOps
摘要:DevOps - Wikipedia https://en.wikipedia.org/wiki/DevOps DevOps (a clipped compound of "development" and "operations") is a software development method
阅读全文
posted @
2019-02-16 19:33
浩然119
阅读(611)
推荐(0)
学习笔记之深度学习(Deep Learning)
摘要:深度学习 - 维基百科,自由的百科全书 (wikipedia.org) 深度学习(deep learning)是机器学习的分支,是一种试图使用包含复杂结构或由多重非线性变换构成的多个处理层对数据进行高层抽象的算法。 深度学习是机器学习中一种基于对数据进行表征学习的算法。观测值(例如一幅图像)可以使用
阅读全文
posted @
2019-02-16 19:09
浩然119
阅读(1765)
推荐(0)
学习笔记之Python最简编码规范
摘要:Python最简编码规范 https://www.cnblogs.com/Chayeen/p/8884776.html 0、前言 本文是阅读《Python Coding Rule》之后总结的最为精华及简单的编码规范,根据每个人不同喜好有些地方会有不同的选择,我只是做了对自己来说最简单易行的选择,仅供
阅读全文
posted @
2019-02-16 11:10
浩然119
阅读(251)
推荐(0)
学习笔记之Java
摘要:All contents are moved to haoran119/java (github.com). Java (programming language) - Wikipedia https://en.wikipedia.org/wiki/Java_(programming_languag
阅读全文
posted @
2019-02-16 09:24
浩然119
阅读(487)
推荐(0)
学习笔记之GitHub
摘要:GitHub https://github.com/ GitHub - Wikipedia https://en.wikipedia.org/wiki/GitHub GitHub (originally known as Logical Awesome LLC) is a web-based hos
阅读全文
posted @
2019-02-12 15:44
浩然119
阅读(189)
推荐(0)
学习笔记之Data analysis
摘要:Data analysis - Wikipedia https://en.wikipedia.org/wiki/Data_analysis Data analysis is a process of inspecting, cleansing, transforming, and modeling
阅读全文
posted @
2019-02-12 15:14
浩然119
阅读(1843)
推荐(0)
学习笔记之机器学习(Machine Learning)
摘要:机器学习 - 维基百科,自由的百科全书 https://zh.wikipedia.org/wiki/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0 机器学习是人工智能的一个分支。人工智能的研究历史有着一条从以“推理”为重点,到以“知识”为重点,再到以“学习”为重点的自然、清
阅读全文
posted @
2019-02-12 14:49
浩然119
阅读(2276)
推荐(0)
学习笔记之Visual Studio Code (VSCode) & Clang
摘要:All contents are moved to haoran119/learning-notes (github.com). Mac上XCode太占空间,卸载然后安装VSCode和Clang。在VSCode中再安装extension C/C++和Code Runner,配置Tasks: Conf
阅读全文
posted @
2019-01-29 10:02
浩然119
阅读(3715)
推荐(0)
学习笔记之Supervised Learning with scikit-learn | DataCamp
摘要:Supervised Learning with scikit-learn | DataCamp https://www.datacamp.com/courses/supervised-learning-with-scikit-learn At the end of day, the value o
阅读全文
posted @
2018-12-11 14:41
浩然119
阅读(303)
推荐(0)
学习笔记之1001 Inventions That Changed the World
摘要:1001 Inventions That Changed the World: Jack Challoner: 9780764161360: Amazon.com: Books https://www.amazon.com/1001-Inventions-That-Changed-World/dp/
阅读全文
posted @
2018-11-26 11:27
浩然119
阅读(949)
推荐(0)
学习笔记之scikit-learn
摘要:scikit-learn: machine learning in Python — scikit-learn 0.20.0 documentation https://scikit-learn.org/stable/index.html Simple and efficient tools for
阅读全文
posted @
2018-11-21 20:06
浩然119
阅读(679)
推荐(0)
学习笔记之Machine Learning by Andrew Ng | Stanford University | Coursera
摘要:Machine Learning by Andrew Ng | Stanford University | Coursera https://www.coursera.org/learn/machine-learning Machine learning is the science of gett
阅读全文
posted @
2018-11-20 14:09
浩然119
阅读(480)
推荐(0)
学习笔记之Everything
摘要:Everything (software) - Wikipedia https://en.wikipedia.org/wiki/Everything_(software) Everything is a desktop search utility for Windows that can rapi
阅读全文
posted @
2018-11-20 13:30
浩然119
阅读(243)
推荐(0)