Giter VIP home page Giter VIP logo

bmdata's Introduction

BMDATA

Compilation of small projects during BMDATA courses:

Multi-Classification-clothes

This work use multi-class classification to with a dataset of clothes. The objective is to predict the class of an image between 8 classes.

The approached subjects are :

  • Image Processing
  • Creation and training of a classical Convolutionnal Neural Network
  • Transfer Learning from pretrained VGG16 on ImageNet
  • KNN to find similar images
  • PCA to visualize image clusters from their features

As a result, built models were able to predict with an accuracy of ~90%.

The dataset is available at this link. The models weights and optimizer parameters are available at this link

TPAutoencoder

I study autoencoders with the stl10 dataset. The objective is to predict the class of the images. The approached subjects are :

  • Image Processing
  • Basic Autoencoders
  • Transfer Learning (from .npy files)
  • Features Extraction The autoencoder has already been trained.

TPTimeSeries

This work was about time series. The idea was to compare the best netowrks between CNN2D, CNN1D and LSTM with an application on movement recognition. The approached subjects are :

  • Time series Processing
  • Application of Conv2D, Conv1D and LSTM, and comparison of their performances.
  • LSTM with pad and masking sequences

NLP_MLP_Movie classification

A Basic NN to predict the sentiment of a movie review. The subject approached are :

  • Texts processing
  • Creation of a dictionnary and one-hot encoding of texts
  • Creation and Training of a MLP
  • Visualisation of the predictions

TPEmotion

Sentiment classification of a face. The subject approached are :

  • Image processing
  • Classification : MLP and CNN
  • Video Capture on Colab
  • Comparison between landmarks and face to predict sentiment

bmdata's People

Contributors

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