JourneyToCoding

Code for Fun

A recommender system is a subclass of information filtering system that provides suggestions for items that are most pertinent to a particular user. This post includes the course notes of recommender system course by Andrew Ng.

Read more »

Unsupervised learning is a type of algorithm that learns patterns or data groupings from unlabeled data without the need for human intervention. This post includes the course notes of unsupervised learning course by Andrew Ng.

Read more »

Decision trees are decision support hierarchical model that use tree model to make judgment or decision. Decision trees are commonly used in decision analysis, but are also a popular tool in machine learning.

Read more »

Neural network, which is also called artificial neural networks (ANNs) or neural networks (NNs) is an advanced model in machine learning. This post includes the course notes of neural network course by Andrew Ng.

Read more »

Supervised learning is the most commonly used type of machine learning. This post includes the course notes of supervised learning course by Andrew Ng.

Read more »

Machine learning is a broad subfield of artifial intelligence. This post includes the course notes of machine learning introduction course by Andrew Ng.

Read more »

正则表示式是一个强大的字符串匹配语言。Linux中的许多命令都支持正则表达式,如grep。

Read more »
0%