MachineLearningPractice
MachineLearningPractice copied to clipboard
Some practices using statistical machine learning technique based on some dataset. (notes and doing from scratch)
* [christophM/interpretable-ml-book: Book about interpretable machine learning](https://github.com/christophM/interpretable-ml-book) * [Interpretable Machine Learning](https://christophm.github.io/interpretable-ml-book/)
With PLA https://liangweide.gitbooks.io/machine-learning-notebook/content/chapter1.html https://www.csie.ntu.edu.tw/~htlin/course/ml13fall/doc/02_handout.pdf https://www.coursera.org/lecture/ntumlone-mathematicalfoundations/perceptron-learning-algorithm-pla-GNlJL
I think your implementation for derivative of F with respect to Vj is different from the paper. You foget to multiply g(-fij) with Ui in the first term of dV