代填坑项目
Todo List~~~
- Neural Network Notes
- K-neighbors and SVM method
- Relu function
- multiclass classification (softmax) and numerical round-off error (using linear output and ‘from_logits=True’)
- Adam algorithm(Adaptive Moment Estimation)
- CNN (Convolutional Neural Network)
- forward prop and backward prop
- vectorization in gradient descent (coding: np.dot(w, x))
- python broadcasting: one dimension should equal and the other must be 1