Skip to main content

Machine Learning and It's Types


                           Machine Learning and It's Types

                               


Machine Learning is ability to automatically learn and improve from experience without being explicitly programmed. So rather than typing the code for all the times and do knowledge engineering, machine learning helps the machine  to learn from previous data and find insights and pattern from it. 
Basically Data is train on given data set and and applied machine learning algorithm and it find insights.
Simply put, Machine learning makes a computer act and think like a human.


Types of machine learning

  •         Supervised Learning

In supervised learning you use labeled data,which is a data set that has been classified, to infer a learning algorithm. The data set is used as the basis for predicting the classification of other unlabeled data through the use of machine learning algorithms.


Supervised and Unsupervised learning

  •  Unsupervised Learning
      In unsupervised learning there is no label attached with data. So algorithm do clustering here to find similar class of label and infer the insights from it.The best time to use unsupervised machine learning is when you do not have data on desired outcomes, such as determining a target market for an entirely new product that your business has never sold before. Some applications are: Clustering, Anomaly detection.


  •     Reinforcement Learning
       Reinforcement learning is the training of machine learning models to make a sequence of decision. The agent learns to achieve a goal in an uncertain, potentially complex environment. {agent based learning}



      If you like this post comment and share this blog



Comments

  1. Capsule theory is an excellent concept to talk about, but you can't ignore the relation of capsule theories with machine learning services companies .

    ReplyDelete
  2. Hi i see your project in https://github.com/Aakash1822/Projects Leaf Disease Detection using Image Processing i want to run this project in local PC. Can you please help me how to run this project i use only few python codes and i never use tensor flow like advance libraries. Please help me my mail id jegatheesan_s@yahoo.co.in.

    ReplyDelete

Post a Comment

Popular posts from this blog

Rising of the AI in the human centric Development

Rising of the AI in the human centric Development The rising of the artificial intelligence in later 90's have make a rapid impact in field of technology and from 21st century the blooming of a mechanism makes several impact in various industries including software, education, healthcare and many more. As the world becomes increasingly reliant on technology, the role of  artificial intelligence  (AI) in human-centric development has risen to the forefront. From healthcare to transportation to education, AI is being used to improve the lives of people around the globe. Major areas where artificial intelligence AI makes an Impact One area where AI has made significant strides is in the healthcare industry. AI-powered virtual assistants can now assist doctors in diagnosing and treating patients, freeing up valuable time for medical professionals. In addition, AI-powered wearable devices can track a person's health and alert them to any potential issues. The transportation industr...

The Magic of Data Visualization using Matplotlib

      The Magic of Data Visualization Using Matplotlib Matplotlib is a multiplatform data visualization library built on Numpy arrays and designed to work with broader Scipy Stack. Matplotlib was developed by John Hunter in 2003 with version 0.1. This project is supported by Space Telescopic institute for complete development and extension for better capabilities. Matplotlib library enhances the plotting and visualization technique in python. As using the matplotlib we can create various plots, histogram, maps, chart and many more plotting. Visualization of Data     Important features of Matplotlib   It play and operates well with many operating systems and graphics back-ends.   Matplotlib have strength of running cross platform graphics engine smoothly and reliable to different types of graphics system.   There are various API’s and wrappers make this library to useful to dive into Matplotlib’s syntax to adjust the final plot output. Customizatio...

Components of Data Science Life Cycle

                                            Components of Data Science Life Cycle Data Science continues to evolve as the one of the most promising and demanding career of 21st century. The insights drawn from the data is very much useful and profitable for the businesses when processed with intelligent algorithms to find pattern and insights from it. The complete Data science follows a life cycle pattern which defines the steps of each stage of data and apply them to make it processed in more informative and easier way. The components of Data Science life cycle consist of five stages. Each stage have different tasks which perform on data during complete life-cycle span of Data science.                                                        ...