Giter VIP home page Giter VIP logo

josetorronteras / monkey-species-classification Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 68.27 MB

Monkey Species Image dataset for fine-grain classification using a convolutional neural network

Home Page: https://www.kaggle.com/datasets/slothkong/10-monkey-species

Python 5.77% Jupyter Notebook 94.23%
keras tensorflow cnn deep-learning python3 kaggle kaggle-competition kaggle-dataset monkey notebook-jupyter python

monkey-species-classification's Introduction

Monkey Species Classification

Python testing

Table of contents

Quick start

It is necessary to have installed: Python 3.5.2 and download Monkey Species Dataset in Input Folder.

The present code has been developed under python3 using Anaconda Notebook. The simplest way to run the program is opening the notebook.

Monkey Species Classification Notebook Training

Description

The project consists of a convolutional neural network that classifies 10 different monkey species. The dataset used is the Monkey Species Dataset from Kaggle. The model has been trained using the Keras library and the Tensorflow backend. The model has been trained using the Adam optimizer and the categorical crossentropy loss function. The model has been trained for 100 epochs with a batch size of 32.

Project Structure

├── config
│   ├── config.ini
├── input
│   ├── monkey_labels.txt
│   ├── images
├── notebooks
│   ├── Train Model.ipynb
|   ├── Test Model.ipynb
├── source
│   ├── aux_functions.py
│   ├── cnn_model.py
│   ├── get_train_test_data.py
├── logs

Usage

Download the dataset from Kaggle Link and put it in the Input folder. Check the configuration file in the config folder.

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
open jupyter notebook

Results

Accuracy Loss

monkey-species-classification's People

Contributors

dependabot[bot] avatar josetorronteras avatar

Watchers

 avatar  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.