深度學習&PyTorch筆記 (2) logistic 迴歸

logistic 適用於分類問題。 同之前引入所需要的庫 import torch import torch.nn as nn from torch.autograd import Variable import numpy as np import matplotlib.pyplot as plt 建立模型,使用Sigmoid函數 class LogisticRegression(nn.Modu
相關文章
相關標籤/搜索