- 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使用手冊
- Hands-On Machine Learning with Microsoft Excel 2019
- 新型數據庫系統:原理、架構與實踐
- Live Longer with AI
- Mockito Cookbook
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- 大數據營銷:如何讓營銷更具吸引力
- 智能數據時代:企業大數據戰略與實戰
- Lego Mindstorms EV3 Essentials
- Proxmox VE超融合集群實踐真傳
- 數據中心數字孿生應用實踐
- Hadoop大數據開發案例教程與項目實戰(在線實驗+在線自測)
- 深入理解InfluxDB:時序數據庫詳解與實踐
- Visual Studio 2013 and .NET 4.5 Expert Cookbook
- Oracle高性能SQL引擎剖析:SQL優化與調優機制詳解