I'm learning Machine Learning (ML) course on bitTiger and Coursera this Summer.
Tools using: Matlab, PyCharm, TensorFlow, Caffe (Language: Python, Matlab)
I hope to become a ML engineer, and build robots help people.
Theory:
- basic theories of machine learning
- classical algorithms (Kmeans, K-nn and SVM)
- Linear, Logistic, Softmax regression
- How to solve Overfitting problem? (Reduce features; Regularization)
- data preprocessing methods (rescale/standardize/normalize/binarize)
- theory of Neuron
- basic structure and theory of MLP (Backpropagation algorithm)
Coding:
- realize Linear/Logistic/Softmax regression using python sklearn
- realize perceptron learning algorithm, and using dataset to train and test model