美文网首页
Logistic regression

Logistic regression

作者: xiaofeixiazyh | 来源:发表于2018-06-15 15:39 被阅读0次
    • Build the general architecture of a learning algorithm,including:
      • Initializing parameters
      • Calculating the cost function and its gradient
      • Using an optimization algorithm(gradient descent)
    • Gather all three function above into a main model function, in the right order.

    1 import the packages
    2 overview of the problem set

    • dataset = train set / test set

    相关文章

      网友评论

          本文标题:Logistic regression

          本文链接:https://www.haomeiwen.com/subject/fieeeftx.html