Flashield's Blog

Just For My Daily Diary

Flashield's Blog

Just For My Daily Diary

Day: May 30, 2024

03.course-maximum-pooling【最大池化】

Introduction 简介 In Lesson 2 we began our discussion of how the base in a convnet performs feature extraction. We learned about how the first two operations in this process occur in a Conv2D layer with relu activation. 在第 2 课中,我们开始讨论卷积网络中的基础如何执行特征提取。我们了解了此过程中的前两个操作如何在具有 relu 激活的 Conv2D 层中发生。 In this lesson, we’ll look at the third (and final) […]

02.exercise-convolution-and-relu【练习:卷积和ReLU】

This notebook is an exercise in the Computer Vision course. You can reference the tutorial at this link. Introduction 介绍 In this exercise, you’ll work on building some intuition around feature extraction. First, we’ll walk through the example we did in the tutorial again, but this time, with a kernel you choose yourself. We’ve mostly […]

Scroll to top