This is the Linux app named Learning to Learn in TensorFlow whose latest release can be downloaded as learning-to-learnsourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Learning to Learn in TensorFlow with OnWorks for free.
Bu uygulamayı çalıştırmak için şu talimatları izleyin:
- 1. Bu uygulamayı PC'nize indirdiniz.
- 2. Dosya yöneticimize https://www.onworks.net/myfiles.php?username=XXXXX istediğiniz kullanıcı adını girin.
- 3. Bu uygulamayı böyle bir dosya yöneticisine yükleyin.
- 4. Bu web sitesinden OnWorks Linux çevrimiçi veya Windows çevrimiçi öykünücüsünü veya MACOS çevrimiçi öykünücüsünü başlatın.
- 5. Yeni başladığınız OnWorks Linux işletim sisteminden, istediğiniz kullanıcı adıyla https://www.onworks.net/myfiles.php?username=XXXXX dosya yöneticimize gidin.
- 6. Uygulamayı indirin, kurun ve çalıştırın.
EKRAN
Ad
Learning to Learn in TensorFlow
AÇIKLAMA
Learning to Learn, created by Google DeepMind, is an experimental framework that implements meta-learning—training neural networks to learn optimization strategies themselves rather than relying on manually designed algorithms like Adam or SGD. The repository provides code for training and evaluating learned optimizers that can generalize across different problem types, such as quadratic functions and image classification tasks (MNIST and CIFAR-10). Using TensorFlow, it defines a meta-optimizer model that learns by observing and adapting to the optimization trajectories of other models. The project allows users to compare performance between traditional optimizers and the learned optimizer (L2L) on various benchmarks, demonstrating how optimization strategies can be learned through experience. The design supports both single-variable and high-dimensional problems, and includes tools for evaluating how well a learned optimizer performs on unseen tasks.
Özellikler
- Trains neural networks to learn optimization strategies through meta-learning
- Supports multiple benchmark problems (quadratic, MNIST, CIFAR-10)
- Includes train and evaluation scripts with configurable parameters
- Allows easy integration of new optimization problems via TensorFlow
- Provides a learned optimizer (L2L) and baseline comparisons with Adam
- Tracks and saves optimizer performance across training epochs
Programlama dili
Python
Kategoriler
This is an application that can also be fetched from https://sourceforge.net/projects/learn-2learn-tensorflow.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.