post_img

深度学习

摘要

神经网络基础 一、逻辑回归( Logic Regression ) 1 问题的模型 模型: 其中xx为输入量,y^​预测量,σ() …

post_img

CS61b学习-part6

摘要

8.6 Implementation Inheritance and Default Method 让我们谈谈另一种类型的继承,这 …

post_img

强化学习

摘要

基本概念 1.基本术语 Attention 2.角色与环境的交互 2.1交互流程 2.2随机性 3.奖励,回报,价值函数 3.1奖 …

post_img

CS61b学习-part5

摘要

8.1 The Desire for Generality 今天我们将会讨论一个全新的主题,称为继承。为了铺垫,让我们考虑在过去几 …

post_img

CS61b学习-part4

摘要

7.1 A new way 程序员如何知道他的程序可行? what evidence did you have for proje …