Flashield's Blog

Just For My Daily Diary

Flashield's Blog

Just For My Daily Diary

Day: August 29, 2024

06.course-data-augmentation【数据增强】

Introduction 简介 Now that you’ve learned the fundamentals of convolutional classifiers, you’re ready to move on to more advanced topics. 现在您已经了解了卷积分类器的基础知识,可以继续学习更高级的主题了。 In this lesson, you’ll learn a trick that can give a boost to your image classifiers: it’s called data augmentation. 在本课中,您将学习一种可以增强图像分类器的技巧:它被称为数据增强。 The Usefulness of Fake Data 虚假数据的用处 The best way to improve the performance […]

05.exercise-custom-convnets【练习:自定义卷积网络】

This notebook is an exercise in the Computer Vision course. You can reference the tutorial at this link. Introduction 介绍 In these exercises, you’ll build a custom convnet with performance competitive to the VGG16 model from Lesson 1. 在这些练习中,您将构建一个自定义卷积网络,其性能可与第 1 课中的 VGG16 模型相媲美。 Get started by running the code cell below. 通过运行下面的代码单元开始。 # Setup feedback […]

Scroll to top