Skip to content

Developed an image classification script using TensorFlow and Convolutional Neural Networks (CNNs), utilizing the Keras dataset with ten classifications. Trained the neural network to recognize those and then applied the model to classify images from the internet, demonstrating its real-world applicability and accuracy.

Notifications You must be signed in to change notification settings

DularaWijerathne/Image_Classification

Repository files navigation

STEPS

  1. Import the necessary libraries (e.g., TensorFlow).

  2. Create or load your neural network model.

  3. Compile the model by specifying an optimizer, a loss function, and evaluation metrics.

  4. Finally, use the model.fit method to train the model on your training data, specifying the number of training epochs and providing validation data.

About

Developed an image classification script using TensorFlow and Convolutional Neural Networks (CNNs), utilizing the Keras dataset with ten classifications. Trained the neural network to recognize those and then applied the model to classify images from the internet, demonstrating its real-world applicability and accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published