Code Monkey home page Code Monkey logo

machine_learning's Introduction

Machine_Learning

this project will contain some of the most important machine learning and data-analysis techniques

When the new files will be added, corresponding description will also be added with file name and DDMMYY.

base of these programs are machine learning codes influenced from Muller's Machine Learning with Python book. Later on many extra techniques are implemented.

PCA_Muller.py 190818: Principal component analysis example with breast cancer data-set. Detailed description of this code is discussed in Towards Data Science.

270918: RidgeandLin.py, LassoandLin.py: Lasso and Ridge regression examples: From coefficient shrinakge in Ridge to feature selection in Lasso are shown in the code. The concepts and discussion of the results are described here.

081018: bank.csv, data set of selling products of a portuguese company to random customers over phone call(s). Detailed description are available here.

161018: gender_purchase.csv, data-set of two columns describing customers buying a product depending on gender.

111118: winequality-red.csv, red wine data set, where the output is the quality column which ranges from 0 to 10.

121118: pipelineWine.py, Contains a simple example of applying pipeline and gridsearchCV together using the red wine data. More description can be found here.

24112018: lagmult.py, this program just demonstrate a simple constrained optimization problem using figures. Uses Lagrange Multiplier method.

11122018: Consumer_Complaints_short.csv, 3 columns describing the complaints, product_label and category. Complete file can be obtained from Govt.data. File size is around 650 MB. More details about the usage of this file will be uploaded soon when the text classification program is ready.

13122018: Text-classification_compain_suvo.py, Classify the consumer complaints data, which is already described above. The file deals with the complete data-set (650 MB). After testing several ML algorithms, Linear SVM works best. Higher the computer resources, higher amount of rows can be considered for TfidfVectorizer.

1912018: SVMdemo.py, this program shows the effect of using RBF kernel to map from 2d space to 3d space. Animation requires ffmpeg in unix system.

05032019: IBM_Python_Web_Scrapping.ipynb, Deals with basic web scrapping, string handling, image manipulation while we generate fake cover for our band.

machine_learning's People

Contributors

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