Metadata-Version: 2.3
Name: dashai_test_image_classification_plugin
Version: 0.0.4
Summary: Image Classification Plugin for DashAI
Project-URL: Homepage, https://github.com/DashAISoftware/DashAI
Project-URL: Issues, https://github.com/DashAISoftware/DashAI/issues
Author: DashAI team
Author-email: dashaisoftware@gmail.com
Keywords: DashAI,Dataloader,Model,Task
Requires-Python: >=3.8
Requires-Dist: dashai-test-classification-metrics-plugin
Requires-Dist: torchvision==0.14.0
Description-Content-Type: text/markdown

# Models

**MLP Image Classifier:** 
  This model aims to classify images using a Multi-Layer Perceptron (MLP) neural network. The model transform each image into a vector of pixels and then feed it to the MLP. The MLP is a feedforward neural network with one hidden layer. The hidden layer uses the ReLU activation function and the output layer uses the softmax activation function. The model is trained using the cross-entropy loss function and the Adam optimizer.