Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Data-efficient Training of Machine Learning Models

NotificationsYou must be signed in to change notification settings

Bernardo1998/craig

 
 

Repository files navigation

ICML Paper: Data-efficient Training of Machine Learning Models

Training on MNIST:

Change the flags in the code (line 22-23 mnist.py)

Traing on random subsets: subset, random = True, True

Traing on craig subsets: subset, random = True, False

Training ResNet on CIFAR10:

Traing on random subsets: python train_resnet.py -s 0.1 -w -b 512

Traing on craig subsets: python train_resnet.py -s 0.1 -w -b 512 -g --smtk 0

Training Logistic Regression:

Traing on random subsets: python logistic.py --data covtype --method sgd -s 0.1 --greedy 0

Traing on craig subsets: python logistic.py --data covtype --method sgd -s 0.1 --greedy 1

You can use -b, -g to specify the learning rate, otherwise the learning rate will be tuned.

Please note that we used the greedy implementation fromsummary analythics, and the running times are reported accordingly. To use the provided python implementation, please use the flag smtk=0.

About

Data-efficient Training of Machine Learning Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp