Skip to content

Files

Latest commit

 

History

History

applications

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
      ___          ___          ___          ___                     ___          ___     
     /__/\        /  /\        /  /\        /  /\       ___         /  /\        /__/\    
     \  \:\      /  /:/_      /  /:/_      /  /:/_     /  /\       /  /::\       \  \:\   
      \__\:\    /  /:/ /\    /  /:/ /\    /  /:/ /\   /  /:/      /  /:/\:\       \  \:\  
  ___ /  /::\  /  /:/ /:/_  /  /:/ /::\  /  /:/ /::\ /__/::\     /  /:/~/::\  _____\__\:\ 
 /__/\  /:/\:\/__/:/ /:/ /\/__/:/ /:/\:\/__/:/ /:/\:\\__\/\:\__ /__/:/ /:/\:\/__/::::::::\
 \  \:\/:/__\/\  \:\/:/ /:/\  \:\/:/~/:/\  \:\/:/~/:/   \  \:\/\\  \:\/:/__\/\  \:\~~\~~\/
  \  \::/      \  \::/ /:/  \  \::/ /:/  \  \::/ /:/     \__\::/ \  \::/      \  \:\  ~~~ 
   \  \:\       \  \:\/:/    \__\/ /:/    \__\/ /:/      /__/:/   \  \:\       \  \:\     
    \  \:\       \  \::/       /__/:/       /__/:/       \__\/     \  \:\       \  \:\    
     \__\/        \__\/        \__\/        \__\/                   \__\/        \__\/    


		                   ___          ___          ___          ___     
		                  /  /\        /  /\        /  /\        /__/\    
		                 /  /:/_      /  /::\      /  /::\       \  \:\   
		  ___     ___   /  /:/ /\    /  /:/\:\    /  /:/\:\       \  \:\  
		 /__/\   /  /\ /  /:/ /:/_  /  /:/~/::\  /  /:/~/:/   _____\__\:\ 
		 \  \:\ /  /://__/:/ /:/ /\/__/:/ /:/\:\/__/:/ /:/___/__/::::::::\
		  \  \:\  /:/ \  \:\/:/ /:/\  \:\/:/__\/\  \:\/:::::/\  \:\~~\~~\/
		   \  \:\/:/   \  \::/ /:/  \  \::/      \  \::/~~~~  \  \:\  ~~~ 
		    \  \::/     \  \:\/:/    \  \:\       \  \:\       \  \:\     
		     \__\/       \  \::/      \  \:\       \  \:\       \  \:\    
		                  \__\/        \__\/        \__\/        \__\/    

Transfer Learning

  • Examples of CIFAR10, CIFAR100 classification from pre-trained Imagenet ResNet50 model in transfer_learning/

  • Pre-trained model serves as well conditioned initial guess for transfer learning. In this setting Newton methods perform well due to their excellent properties in local convergence. Low Rank Saddle Free Newton is able to zero in on highly generalizable local minimizers bypassing indefinite regions. Below are validation accuracies of best choices of fixed step-length for Adam, SGD and LRSFN with fixed rank of 40.

  • For more information see the following manuscript