Skip to content
/ NPACS Public

Implementation of "Parameter Continuation Methods for the Optimization of Deep Neural Networks" accepted at ICMLA 19. https://ieeexplore.ieee.org/abstract/document/8999318

Notifications You must be signed in to change notification settings

harsh306/NPACS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File ae.py contains the modal and TF graph.

File npc.py contains Natural parameter continuation (NPC) method (without secant).

File main.py contains NPCS method with secant.

File ops2.py contains basic operations.

File example.json has list of hyperparameter to tune.

Folder csmote has the code for Continuous-SMOTE.