摘要:
A Survey on Making Deep Learning Models Smaller, Faster, and Better https://arxiv.org/abs/2106.08962 Decoding-Time Controlled Text Generation with Exp 阅读全文
阅读排行榜
K-fold Train Version3
2021-05-20 13:27 by DataBases, 52 阅读, 收藏,
摘要:
# config.pyTRAINING_FILE = "../input/mnist_train_folds.csv"MODEL_OUTPUT = "../models/"# model_dispatcher.pyfrom sklearn import treefrom sklearn import 阅读全文
Pytorch LogisticRegressionModel BC
2021-06-27 18:19 by DataBases, 51 阅读, 收藏,
摘要:
import torchimport torch.nn.functional as Fx_data = torch.Tensor([[1.0], [2.0], [3.0]])y_data = torch.Tensor([[0], [0], [1]])# #class LogisticRegressi 阅读全文
Evaluation metrics for Supervised Machine Learning problems
2021-05-18 16:35 by DataBases, 51 阅读, 收藏,
摘要:
classification problems, Evaluation metrics: Accuracy: def accuracy(y_true, y_pred): """ Function to calculate accuracy :param y_true: list of true va 阅读全文
CMU "Neural Networks for NLP"
2021-05-21 12:22 by DataBases, 46 阅读, 收藏,
摘要:
"Neural Networks for NLP" slides : http://phontron.com/class/nn4nlp2021/schedule.html videos : https://www.youtube.com/playlist?list=PL8PYTP1V4I8AkaHE 阅读全文
浙公网安备 33010602011771号