- Hands-On Meta Learning with Python
- Sudharsan Ravichandiran
- 293字
- 2021-07-02 14:29:16
Meta learning
Meta learning is an exhilarating research domain in the field of AI right now. With plenty of research papers and advancements, meta learning is clearly making a major breakthrough in AI. Before getting into meta learning, let's see how our current AI model works.
Deep learning has progressed rapidly in recent years with great algorithms such as generative adversarial networks and capsule networks. But the problem with deep neural networks is that we need to have a large training set to train our model and it will fail abruptly when we have very few data points. Let's say we trained a deep learning model to perform task A. Now, when we have a new task, B, that is closely related to A, we can't use the same model. We need to train the model from scratch for task B. So, for each task, we need to train the model from scratch although they might be related.
Is deep learning really the true AI? Well, it is not. How do we humans learn? We generalize our learning to multiple concepts and learn from there. But current learning algorithms master only one task. Here is where meta learning comes in. Meta learning produces a versatile AI model that can learn to perform various tasks without having to train them from scratch. We train our meta learning model on various related tasks with few data points, so for a new related task, it can make use of the learning obtained from the previous tasks and we don't have to train them from scratch. Many researchers and scientists believe that meta learning can get us closer to achieving AGI. We will learn exactly how meta learning models learn the learning process in the upcoming sections.
- 漫話大數據
- Redis使用手冊
- Python金融大數據分析(第2版)
- 使用GitOps實現Kubernetes的持續部署:模式、流程及工具
- Hadoop大數據實戰權威指南(第2版)
- INSTANT Cytoscape Complex Network Analysis How-to
- 網站數據庫技術
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 大數據技術入門
- 探索新型智庫發展之路:藍迪國際智庫報告·2015(下冊)
- INSTANT Android Fragmentation Management How-to
- 編寫有效用例
- Deep Learning with R for Beginners
- Spring Boot 2.0 Cookbook(Second Edition)
- Practical Convolutional Neural Networks