- Intelligent Projects Using Python
- Santanu Pattanayak
- 254字
- 2021-07-02 14:10:47
Transfer Learning
Transfer learning is the process of transferring the knowledge gained in one task in a specific domain to a related task in a similar domain. In the deep learning paradigm, transfer learning generally refers to the reuse of a pre-trained model as the starting point for another problem. The problems in computer vision and natural language processing require a lot of data and computational resources, to train meaningful deep learning models. Transfer learning has gained a lot of importance in the domains of vision and text, since it alleviates the need for a large amount of training data and training time. In this chapter, we will use transfer learning to solve a healthcare problem.
Some key topics related to transfer learning that we will touch upon in this chapter are as follows:
- Using transfer learning to detect diabetic retinopathy conditions in the human eye, and to determine the retinopathy's severity
- Exploring the advanced pre-trained convolutional neural architectures that can be used to train a convolutional neural network (CNN) that is capable of detecting diabetic retinopathy in fundus images of the human eye
- Looking at the different image preprocessing steps required for the practical implementation of a CNN
- Learning to formulate a cost function that is appropriate for the problem at hand
- Defining the appropriate metrics for measuring the performance of a trained model
- Generating additional data using affine transformations
- Training intricacies related to the appropriate learning rate, the selection of the optimizer, and so on
- Going over an end-to-end Python implementation
- ATmega16單片機(jī)項(xiàng)目驅(qū)動(dòng)教程
- Augmented Reality with Kinect
- FPGA從入門(mén)到精通(實(shí)戰(zhàn)篇)
- Intel FPGA/CPLD設(shè)計(jì)(高級(jí)篇)
- INSTANT ForgedUI Starter
- AMD FPGA設(shè)計(jì)優(yōu)化寶典:面向Vivado/SystemVerilog
- The Deep Learning with Keras Workshop
- 基于Apache Kylin構(gòu)建大數(shù)據(jù)分析平臺(tái)
- BeagleBone Robotic Projects
- 基于PROTEUS的電路設(shè)計(jì)、仿真與制板
- 3D Printing Blueprints
- 單片微機(jī)原理及應(yīng)用
- 可編程邏輯器件項(xiàng)目開(kāi)發(fā)設(shè)計(jì)
- Corona SDK Mobile Game Development:Beginner's Guide
- 計(jì)算機(jī)組裝與維護(hù)教程