Posts

Showing posts from June, 2020

Supervised Learning

Image
4)Supervised Learning Supervised Learning  is the  machine learning  task of learning a function that maps an input to an output based on example input-output pairs. Here the mapping is done by the label data provided by the user There are many features there in the  Supervised Learning. Some of them are Features of Supervised Learning Support vector machines * Linear regression * Logistic regression * Naive Bayes Linear Discriminant Analysis Decision Trees * K-Nearest Neighbors * Neural Networks * Similarity Learning Steps to do in Supervised Learning In order to solve a given problem of supervised learning, one has to perform the following steps: Determine the type of training examples. Before doing anything else, the user should decide what kind of data is to be used as a training set. In the case of  handwriting analysis , for example, this might be a single handwritten character, an entire handwritten word, or an entire line of handwriting. Gather...

Packages In Machine Learning

Image
3)Packages In Machine Learning Here I'm Discussing with you the important python packages which are more widely used in Machine Learning 3.a) Pandas 3.b)NumPy 3.c)Matplotlib 3.d)Scikit-learn 3.e)Tensorflow & Keras 3.a) Pandas  Python Pandas package is mainly used for  DataManipulation(changes in data) and Analysis It is a free package which is used in Machine Learning The name Pandas is derived from the term 'Panel Data' We can create the DataFrames by using pandas which are used in most while Doing the Machine Learning practice Installation of Pandas     Open Your command prompt and simply type ' pip install pandas  ' , thats it and pandas package will be installed As we all know the basics of the python programming we know how to import a particular package pandas is also imported in the same way Creating Our Own Dataset By Using pandas Creating DataSet Output Loading the csv files  Deleting a column or row syntax for deleting Output If you want to ...

Types In Machine Learning

Image
2)Types In Machine Learning Algorithms Supervised Learning Unsupervised Learning Semi-Supervised Learning Reinforcement Learning Self Learning Feature Learning Sparse Dictionary Learning Anomaly detection Robot Learning Association Rules But here I'm discussing only about the  Supervised Learning Unsupervised Learning Explaining Briefly The Differences Between The Supervised Learning & Unsupervised Learning Supervised Learning refers to the data which contains the labels before going to the training process But In the Unsupervised Learning there will be no labels present,The machine classifies the group of different images by identifing the similar features or patterns and seperates them Difference Between  Supervised and Unsupervised Learning Further classes we will discuss more on Supervised and Unsupervised Learning Just Mail Your Doubts to   sudeepdeep340@gmail.com < Prev >                     ...

Introduction To Machine Learning

Image
1)WHAT EXACTLY IS MACHINE LEARNING?                     MACHINE LEARNING ,Now the fastest growing technology around the world. why one should learn machine learning is ,To settle in your life Quickly and to get highest paid salary . The future will be Machine Learning . There is  no doubt in this. So, what Exactly the Machine Learning is? In my opinion ML is writing a particular Piece of code which gives intelligence to the machine (In this case Our Computer).  It is seen as a subset of A rtificial Intelligence . Mathematics likes statistics and probability are essential for deeper understanding of machine learning Machine Learning is used to make predictions and classifications which makes Humans life more simpler!! Weather prediction classification Predictons are like 'House-prices in particular area' , 'Predicting RainFall ' etc.. Classifications are like ' spam and not spam mails ', 'classification between two or more o...

Complete Machine Learning Tutorial Using Python(Zero to Mastery)

Image
Greetings from Me!!                           Hello EveryOne!! Thank you for being Here. Myself Sudeep. This Blog is mainly for the Beginners Who are newly Started Machine Learning. I will here to Explain The Fundamentals in Machine Learning and its Algorithms. Please Be with me Through Out this Course and Later  you will Able to solve the machine Learning Projects By Using the algorithms that I teach you in this course!! Why You Need to choose this blog? It is because being a middle class family in India I Know that many guys are not afford to buy any online courses which are at very high cost. I bought many online courses in Udemy and in many websites and accquire some knowledge. Many students like me are having lack of money and are unable to learn machine learning. So my aim is to teach them with all my skills I accquired through those courses and make your Quarantine more useful. What are the Requirements?  ...