Giter Club home page Giter Club logo

basic-machine-learning's Introduction

Welcome to Basic of Machine Learning !!!!

Definition:

Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. Machine learning focuses on the development of computer programs that can access data and use it learn for themselves.

The process of learning begins with observations or data, such as examples, direct experience, or instruction, in order to look for patterns in data and make better decisions in the future based on the examples that we provide. The primary aim is to allow the computers learn automatically without human intervention or assistance and adjust actions accordingly.

How to use this repo:

This repo is just for the introduction to Machine Learning. This repo consists of Ipython notebooks which will help you to analyse that what is going on each step. Graphs are also there so that you can check the performance of the the algorithm that that has been discussed in the notebook

Requirements:

  • Python 3.X
  • Anaconda
Note: Make sure the kernel of Ipython is installed for Python3

Getting Started

To understand the basis of Machine Learning, we must understand that there are 4 simple steps involved in the process:

  1. Train Data Set
  2. Choosing the Algorithm
  3. Applying ML algorithm to train the system
  4. Test Data Set

Aim: To predict the pizza price

Pre-requiste Knowledge

Price price follows a linear relationship with several parameters like diameter, quantity of cheese, veg or non veg, pizza toppings. Therefore Simple Linear Regression can be applied to estimate the price of the pizza.

Train Data Set: sample_data.csv containing columns like cost, diameter, toppings etc

How It works

  1. CSV file is read using pandas
  2. Train Data is chosen
  3. A modeler is generated using Linear Regression
  4. Cost are predicted with the random pizza size

Linear Regression take two input parameters: X and y. X being the independent quantity and y being the dependent quantity because linear regression take the form of straight line whose equation is given by ``` y = mx+c ```, y=dependent, x=independent, m=slope of the line and c being the y-intercept.

In our pizza price prediction system X=['size','pizza toppings'..etc] and y=['cost']

basic-machine-learning's People

Contributors

kybrdbnd avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

hanuor

basic-machine-learning's Issues

Help Required!!!!

Please oh dear Sir. Help me learn machine through machine learning. I join my hands together and plead you

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.