Giter Club home page Giter Club logo

machine-learning---dhishna-2k19's Introduction

Machine Learning - DHISHNA-2k19

##Day 1:

-Intro: Training with data for a purpose -Data mining: Collecting data from large data area. -Types: 1.Supervised learning 2.Unsupervised 3.Reinforcement -Supervised: --Training data with label --Based on testing data

-Unsupervised: No label given. --All data given for training. Labelled based on similarity which is created by the system. -Reinforcemnt: --Feedback obtained during running and this is used to catagorize data. --eg:chess(cant predit next movemnt) --realtime data training

-Algorthm must be anallyzed. -Ml can be done in any language. -For python,IDLE-- Software:Anaconda has many libraries,packages for ml. -Enabling python for Anaconda -hello world in python -Preprocessing: data needs to be preprocessed before training. -numpy: create arrays -ski-learn: pre functions and packages available for ml. ::preprocessing. from sklearn import preprocessing - preprocessing.x - use 'as' for abbreviation for -Mean removal, standard deviation -scale :standard,minmap,organised

standard:data scaled to 0 , standard deviation as 1 minmap: scaled to a range (0 to 1),

-Normalizer L1,L2 l1:least absolute deviation l2:least squares l1: result of normalisation is an array.. and the absolute sum of row is always 1 l2: result is an array... square of each element in a row and sum them we get 1.

  • Normalised class in preprocessing we create object and pass data to get l1 normalization

-Binarization: Setting limit to data giving raw data -- >threshold then binerized to 1 and <threshold binerized to 0.

-Label encoding: machine cant understand text, it only understand numbers. number is labelled or assigned to text. processing based on label. fit and transform is used for same excpt that transform can be used later using inverse_transform but fit cannot

-Data Analysis : iris

##Day 2:

-SVM: support vector machine more accuracy divides the classes. the line that divides is called hiper line. svm find s the hyperline. trial and run error method to get equal distance between two points of diffrent classes. half the distance between them initial line.

-linear svm classification -non linear svm classification -matplot

-svm : lin,rbf,poly

-KNN

machine-learning---dhishna-2k19's People

Contributors

siddharth1698 avatar

Watchers

James Cloos avatar

Forkers

ajaymathew522

machine-learning---dhishna-2k19's Issues

Heyya!

You dont have any issues!

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.