Code Monkey home page Code Monkey logo

deep-learning's Introduction

Deep Learning Projects Collection

This repository showcases a collection of projects exploring various deep learning architectures and techniques across image classification, object detection, image generation, and natural language processing. Each project emphasizes different aspects of deep learning, from understanding model architectures to preprocessing data and evaluating model performance.

Projects Overview

1. Image Classification with CNNs

  • Objective: Explore CNN architectures for classifying images into categories (airplanes, buses, cats, dogs, pizzas).
  • Insights: Demonstrated the impact of padding and depth on classification accuracy.

2. Creating Your Own Object Detection Dataset

  • Objective: Develop a custom dataset for object detection.
  • Insights: Quality data curation is crucial for object detection models' performance.

3. Object Detection with YOLO

  • Objective: Implement the YOLO model for object detection.
  • Insights: YOLO efficiently processes real-time data, with challenges in detecting small objects and reducing false positives.

4. Generative Adversarial Networks (GANs) for Image Generation

  • Objective: Generate realistic images using GANs, focusing on pizza images.
  • Insights: GANs can produce high-quality images, with architectural variations affecting image fidelity.

5. Sentiment Analysis with GRUs

  • Objective: Conduct sentiment analysis using GRUs.
  • Insights: GRUs are effective in capturing temporal dependencies in text data for sentiment classification.

6. Exploring Vision Transformers (ViTs) for Image Classification

  • Objective: Apply ViTs for image classification and compare their performance against CNNs.
  • Insights: ViTs show promise in leveraging global context for classification, though they may require more data and resources.

Navigate into each project's directory to find detailed instructions on running the experiments, including data preparation, model training, and evaluation.

Prerequisites

  • Python 3.8+
  • PyTorch 1.7.1+
  • torchvision 0.8.2+
  • Other dependencies listed in requirements.txt of each project.

deep-learning's People

Contributors

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