Machine Learning Basic Introduction
Hyderabad School Of Artificial Intelligence
Contrive an Empire of AI
What is Machine Learning??
Machine learning is way of “Statistical learning”. It is a study of Statistical Algorithms in programming language which can understand by Computers. That’s why we treat these as Computer Algorithms which can improve their experience day to day by use of data. It detects patterns in data & learn how the patterns are to make predictions & recommendations through the data by processing the data.??
Machine Learning provides Predictions & Prescriptions.?
Types of Analytics??
Types of Machine Learning?
Supervised Learning:?
An Algorithm which uses training data to learn the relationship of given inputs to a given output. We use supervised learning When you need an algorithm to calculate how to classify the input data & the type of behavior you want to predict.?
Unsupervised Learning:?
An Algorithm explores variables without having any Target variable. We don’t classify the data here in Unsupervised Learning. The algorithm itself find patterns & classify the data for you.?
Reinforcement Learning:?
An algorithm learns to perform a task simply by trying to maximize result it receives for its computation. We don’t have lots of training data here. The way to learn about the environment is to interact with it.??
?
Supervised Learning Again have 2 types.?
Regression Analysis we will use when target variable is numeric continuous. We will use Regression in finance & investment to value assets & future prediction of value of the properties or Stocks Etc. We use regression in CAPM (Capital asset pricing model). In various companies Regression is used by managers to forecast sales & employee retention or recruiting the best people.?
?
Classification we will use when the target variable is Numeric Discrete or Categorical ordinal or Nominal. Classification categorizes the object belongs to which class among various classes of the target variable. Basically, Classification is a Predictive Modeling. Mostly classification is used in medical sector & Transport Planning sector to get accuracy of the tasks they have done.??
?
Advantages of Supervised Learning:?
Disadvantages of Supervised Learning:?
?
领英推荐
Unsupervised Learning have 2 types?
?
Clustering is forming a group of data points having similar qualities in a large group of datasets. Simply forming a group of similar quality items. Clustering has 2 types. In hard clustering a datapoint belongs to one cluster only where in soft clustering the pattern provided is a probability likelihood of a data point which belongs to each cluster. In anomaly detection, Genetic research widely using clustering.?
?
Dimensionality Reduction means reducing the features of a dataset. When there are large number of features the model complexity increases. That’s we called as curse of dimensionality. When we are trying to get arbitrary function with certain accuracy the number of dimensions required for the estimate grows exponentially. This causes for more sparsity which means the feature having a zero value. If any data having more sparse features the time of execution & space for the data increases. In email classification widely using this technique.??
?
Advantages of Unsupervised Learning:?
?
?
?
Disadvantages of Unsupervised Learning:?
?
Reinforcement Learning have 2 types?
When a task is getting strength & frequency increasing due to behavior of an event occurs it is called Positive Reinforcement Learning.??
When a negative condition is stopped or avoided the behavior is strengthen that is called Negative Reinforcement Learning.??
?
Advantages of Reinforcement Learning:?
Disadvantages of Reinforcement Learning:?