ageron / handson-ml3

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

Open siavashr99 opened 3 months ago

siavashr99 commented 3 months ago

It's not clear why the theta in this formula is transposed. Screenshot from 2024-07-21 10-16-13

I believe it should've been the X that gets to be transposed. So this is the correct equation. Screenshot from 2024-07-21 10-18-39