Machine Learning 文章导读
Machine Learning Algorithms
Linear Regression and Gradient Descent
Local Weighted Regression Algorithm
Generative Model vs Discriminative Model
Naive Bayes and Laplace Smoothing
Bootstrap,Bagging and Random Forest
Regularization from Large Weights Perspective
SVM(2):Lagrange Duality求解线性可分SVM的最佳边界
Recommender System:
User-Based Collaborative Recommender System
Item-Based Collaborative Recommender System
Content-Based Recommender System
其它:
高斯辨别分析 Gaussian Discriminant Analysis
Overfit,Underfit and Regularization
Neural Network and Deep Learning
Neural Network Basic
Parameter Initializations in Deep Learning
Feedforward Neural Network and BackPropagation Algorithm
Gradient Vanishing Problem in Deep Learning
L2 Regularization for Neural Networks
Activation Functions and Their Derivatives
Optimization Algorithms
Gradient Descent(Batch/Stochastic/Mini-Batch)
Gradient Descent with Momentum and Nesterov Momentum
Deep Learning
Grid Search for Tensorflow Deep Learning
Tensorflow(1):num_units in BasicLSTMCell
RNN(1): Architecture of Naive RNN
RNN(2): BPTT and Long-term Dependencies
RNN(3): LSTM and the Movie <Inside Out>
CNN(2):Sparse Interactions, Receptive Field and Parameter Sharing
CNN(3):Convolution and Channels