Git Product home page Git Product logo

cat-dog-audio-classification-mlp's Introduction

Cat-Dog-Audio-Classification-MLP

๐Ÿฑ๐Ÿถ Classifying Cat and Dog Sounds with a Multi-Layer Perceptron (MLP) Identify and distinguish between the unique sounds of cats and dogs using machine learning and neural networks.

Objective:

To develop and train a multi-layer perceptron (MLP) neural network model to accurately classify audio recordings into two categories: cat sounds and dog sounds.

This assignment requires you to multi-layer perceptron to classify animal sounds of two classes' only cats and dogs. Then, measure the accuracy of your neural network model.

Assignment Phases:

  • Ensure the dataset is balanced in terms of the number of samples for each class.
  • The data should be pre-processed into a suitable format for neural network training (e.g., Mel-frequency cepstral coefficients (MFCCs), spectrograms)
  • Design a multi-layer perceptron neural network using a framework of your choice (e.g., TensorFlow, PyTorch, Keras, or SKlearn).
  • Split the dataset into training, validation, and test sets.
  • Train the model on the training set. Implement batch learning and an appropriate loss function.
  • Validate the model using the validation set to tune hyperparameters (like learning rate, number of hidden units, etc.)
  • Evaluate the final model on the test set.
  • Calculate the model's accuracy, and optionally other metrics like precision, recall, and F1-score.
  • BONUS: Provide a confusion matrix to show the model's performance in classifying each class.

Data set link:

https://www.kaggle.com/datasets/mmoreaux/audio-cats-and-dogs

cat-dog-audio-classification-mlp's People

Contributors

fadymaher24 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.