- Hands-On Meta Learning with Python
- Sudharsan Ravichandiran
- 189字
- 2021-07-02 14:29:15
Introduction to Meta Learning
Meta learning is one of the most promising and trending research areas in the field of artificial intelligence right now. It is believed to be a stepping stone for attaining Artificial General Intelligence (AGI). In this chapter, we will learn about what meta learning is and why meta learning is the most exhilarating research in artificial intelligence right now. We will understand what is few-shot, one-shot, and zero-shot learning and how it is used in meta learning. We will also learn about different types of meta learning techniques. We will then explore the concept of learning to learn gradient descent by gradient descent where we understand how we can learn the gradient descent optimization using the meta learner. Going ahead, we will also learn about optimization as a model for few-shot learning where we will see how we can use meta learner as an optimization algorithm in the few-shot learning setting.
In this chapter, you will learn about the following:
- Meta learning
- Meta learning and few-shot
- Types of meta learning
- Learning to learn gradient descent by gradient descent
- Optimization as a model for few-shot learning
- Redis使用手冊
- MySQL高可用解決方案:從主從復制到InnoDB Cluster架構(gòu)
- Python數(shù)據(jù)挖掘:入門、進階與實用案例分析
- SQL Server入門經(jīng)典
- Spark核心技術(shù)與高級應用
- Remote Usability Testing
- Python金融數(shù)據(jù)分析(原書第2版)
- Solaris操作系統(tǒng)原理實驗教程
- Python數(shù)據(jù)分析從小白到專家
- 云計算
- 數(shù)據(jù)指標體系:構(gòu)建方法與應用實踐
- 企業(yè)大數(shù)據(jù)處理:Spark、Druid、Flume與Kafka應用實踐
- Oracle 11g數(shù)據(jù)庫管理員指南
- 數(shù)據(jù)挖掘算法實踐與案例詳解
- TypeScript Microservices