Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.17 KB

File metadata and controls

12 lines (10 loc) · 1.17 KB

Machine-Learning

C++ and Python Codes from my projects

Contents

  1. InformationGain_Based_Feature_Extration algorithm developed in C++
  2. Basic Spam classifier using SKLearn. Jupyter Notebook link.
  3. MagnaTagATune dataset preprocessing (first step to the music genre classification neural net). Jupyter Notebook link.
  4. Some basic things to know about Caffe deep learning framework.
  5. A well explained version of Caffe's example code on Image Classification. Jupyter Notebook link.
  6. Another version of Caffe's example code w/ Lenet Architecture included. Jupyter Notebook link.
  7. ppmtotiff.sh: Shell script to convert image files from ppm format to tiff.