Skip to content

GUI for create and train Alexnet Neural Network dataset with MATLAB

License

Notifications You must be signed in to change notification settings

mguludag/Alexnet-Trainer-MATLAB-AppDesigner-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alexnet-Trainer-MATLAB-AppDesigner-GUI

GUI for create and train Alexnet Neural Network dataset with MATLAB

Description

AlexNet is a convolutional neural network that is trained on more than a million images from the ImageNet database. The network is 8 layers deep and can classify images into 1000 object categories, such as keyboard, mouse, pencil, and many animals. As a result, the network has learned rich feature representations for a wide range of images. The network has an image input size of 227-by-227. For more pretrained networks in MATLAB®, see Pretrained Deep Neural Networks.

Requirements

  • MATLAB 2019b or newer
  • Deep Learning Toolbox
  • Alexnet Support Package

How to use?

  • First resize the images to 227x227
  • Don't mix different class images in same folder
  • Arrange resized images in seperate folders and carefully set each folder's name because code will use foldernames for training (example: cat pictures in cat folder)
  • Train the alexnet
  • Load your created dataset and test the network


resize images screen


train alexnet screen


test screen

About

GUI for create and train Alexnet Neural Network dataset with MATLAB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published