Skip to content

This code refers to all experiments in our paper "Autonomous Deep Learning: Continual Learning Approach for Dynamic Environments"

License

Notifications You must be signed in to change notification settings

andriash001/ADL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autonomous Deep Learning

This is the code of Autonomous Deep Learning. It is capable of constructing the network structure from scratch with the absence of user-defined parameters. The main file is ADL.m while the file for executing is run_ADL.m. There are four datasets provided here that is, electricity pricing, weather, SEA, and hyperplane. The main file ADL.m can be downloaded from this link https://www.researchgate.net/publication/335022278_ADL_Code. This is also implemented in python, the code can be found in https://github.com/SeptivianaSavitri/adl_python.