A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Apache License 2.0
7.84k
stars
3.14k
forks
source link
[QUESTION] What is the correct form of Equation 4-13 in CH. 4 Logistic Regression? #150
It's not clear why the theta in this formula is transposed.
I believe it should've been the X that gets to be transposed. So this is the correct equation.