Skip to main content

Posts

Showing posts from November, 2019

Introduction to machine learning

Read or watch me on youtube (HINDI) https://www.youtube.com/watch?v=iHOntnTQ3kU Machine learing is based on data and data is oil to run the business and making decisions. Now a days small and large business are using machine learing and artificial intellience to achieve the maximum profit. Types of data..... 1. labelled data in supervised data 2. unlabelled data ( cluster on the basis of their semilarities) 3. No predefined data ... Python is a great language to make it possible to use data and make data meaningfull. Python is widely used to visualize data on the screen and make it useable. IOT and machine learing are connected where ML use algorithms to make decisions. Types of machine learning.... 1. Supervised Learning 1.1 Regression 1.2 Classification 2. Unsupervised Learning 1.1 Clustering 1.2 Dimensionality Reduction 3 Reinforcement Learning 1. Supervised Learning...... use supervised learning when the output data is known. the algorithm will predi...