Machine Learning With Python
Review for the implementation of machine learning algorithms with python.
Sample post listing for the category machine_learning
.
Review for the implementation of machine learning algorithms with python.
Gradient descent and data parallelism for large scale machine learning problems.
About how to use the collaborative filtering algorithm to build a recommemder system.
Introduction to several useful unsupervised algorithms for clustering, dimensionality reduction and anomaly detection.
The algorithm of SVM for linear classfication. Kernal functions are introduced for the application of SVM in non-linear classfications.
An introductin to evaluating and designing machine learning algorithms. Specifically, we talk about the balance between bias and variances and the learning c...
Problem representation and learning algorithms for neural networks.
A brief introduction to machine learning. Foundamental concepts and algorithms for regression and classification are given.