Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

README.md

Logistic回归以及softmax回归

问题描述

  1. 完成 logistic_regression-exercise.ipnb中的填空

    • 填空一:实现sigmoid的交叉熵损失函数(不使用tf内置的loss 函数)
  2. 完成 softmax_regression-exercise.ipnb中的填空

    • 填空一:在__init__构造函数中建立模型所需的参数
    • 填空二:实现softmax的交叉熵损失函数(不使用tf内置的loss 函数)