Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 612 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 612 Bytes

This repo contains simple machine learning projects with the implementation of different algorithms.

LIST:

  1. dominant color extraction- extracting dominant colors from any image using KMeans clustering
  2. Face detection - real time face detection and recognition using opencv
  3. cat_dogs_colorization.ipynb - automatic colorization of B/W cat dogs images using CNN
  4. cifar-10-colorization- Data preprocessing of cifar-10 data and colorization of images using cnn
  5. Text_gen_markov- Text generation from shakespeare writings using hidden markov models
  6. lstm- Number seqeunce generation using lstm