Skip to content

algorithmX is a deep learning and reinforcement learning tools created by @SamuelNg

Notifications You must be signed in to change notification settings

samuelwunjust/algorithmX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

algorithmX

algorithmX is a deep learning and reinforcement learning tools created by @samuelng this repository has the open sorce code of algorithmX and the expriements on common or popular neural work algorithmX will keep updating

2023.5.11 algorithmX now support load data(FashionMinist) some common neural network :VGG,AlexNet,GoogleLeNet,ResNet DenseNet the train function &the evaulate_accuracy function

import algorithmX as alx
train_iter,test_iter=alx.load_data()
num_epochs=10,lr=0.01,device=("cuda")
alx.train(train_iter,test_iter,num_epochs,lr,device)

2023.5.27 update the train_and_evaluate function with tqdm version

About

algorithmX is a deep learning and reinforcement learning tools created by @SamuelNg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages