python
文章平均质量分 70
Yunxu_Li
微信:Top_Lee_
展开
-
部分遗留Python语法(0)
以下大部分均搬运自:Python's @classmethod and @staticmethod Explained @classmethod & @staticmethod class Student(object): def __init__(self, first_name, last_name): self.first_name = first_name self.last_name = last_name @classmethod转载 2021-01-15 14:17:36 · 165 阅读 · 0 评论 -
Deep learning with python 中文版读书摘录
参考:https://www.jianshu.com/p/6c08f4ceab4c 关于数据表征: 关于机器学习: 关于深度学习(层间可视化): 之前的一个问题似乎有了答案:每个层的卷积核应当是有序不变的。 关于损失函数: 关于反向传播和优化器(Optimizer): 深度学习的严冬: 神经网络简史: SVM: 决策树、随机森林、梯度增强机 ...原创 2020-12-30 11:26:12 · 345 阅读 · 0 评论