• Complain

Harsh Bhasin - Machine Learning for Beginners

Here you can read online Harsh Bhasin - Machine Learning for Beginners full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: BPB Publications, genre: Children. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Harsh Bhasin Machine Learning for Beginners
  • Book:
    Machine Learning for Beginners
  • Author:
  • Publisher:
    BPB Publications
  • Genre:
  • Year:
    2020
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Machine Learning for Beginners: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Machine Learning for Beginners" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Harsh Bhasin: author's other books


Who wrote Machine Learning for Beginners? Find out the surname, the name of the author of the book and a list of all author's works by series.

Machine Learning for Beginners — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Machine Learning for Beginners" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Table of Contents
Guide

Machine Learning for Beginners Learn to Build Machine Learning Systems - photo 1

Machine Learning
for
Beginners

Machine Learning for Beginners - image 2

Learn to Build Machine Learning
Systems Using Python

Machine Learning for Beginners - image 3

Harsh Bhasin
Machine Learning for Beginners - image 4

www.bpbonline.com

FIRST EDITION 2020

Copyright BPB Publications, India

ISBN: 978-93-89845-42-6

All Rights Reserved. No part of this publication may be reproduced or distributed in any form or by any means or stored in a database or retrieval system, without the prior written permission of the publisher with the exception to the program listings which may be entered, stored and executed in a computer system, but they can not be reproduced by the means of publication.

LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY

The information contained in this book is true to correct and the best of authors & publishers knowledge. The author has made every effort to ensure the accuracy of these publications, but cannot be held responsible for any loss or damage arising from any information in this book.

All trademarks referred to in the book are acknowledged as properties of their respective owners but BPB Publications cannot guarantee the accuracy of this information.

Distributors:

BPB PUBLICATIONS

20, Ansari Road, Darya Ganj

New Delhi-110002

Ph: 23254990/23254991

MICRO MEDIA

Shop No. 5, Mahendra Chambers,

150 DN Rd. Next to Capital Cinema,

V.T. (C.S.T.) Station, MUMBAI-400 001

Ph: 22078296/22078297

DECCAN AGENCIES

4-3-329, Bank Street,

Hyderabad-500195

Ph: 24756967/24756400

BPB BOOK CENTRE

376 Old Lajpat Rai Market,

Delhi-110006

Ph: 23861747

Published by Manish Jain for BPB Publications, 20 Ansari Road, Darya Ganj, New Delhi-110002 and Printed by him at Repro India Ltd, Mumbai

www.bpbonline.com

Dedicated to

My Mother

About the Author

Harsh Bhasin is an Applied Machine Learning researcher. Mr. Bhasin worked as Assistant Professor in Jamia Hamdard, New Delhi, and taught as a guest faculty in various institutes including Delhi Technological University. Before that, he worked in C# Client-Side Development and Algorithm Development.

Mr. Bhasin has authored a few papers published in renowned journals including Soft Computing, Springer, BMC Medical Informatics and Decision Making, AI and Society, etc. He is the reviewer of prominent journals and has been the editor of a few special issues. He has been a recipient of a distinguished fellowship.

Outside work, he is deeply interested in Hindi Poetry, progressive era; Hindustani Classical Music, percussion instruments.

His areas of interest include Data Structures, Algorithms Analysis and Design, Theory of Computation , Python, Machine Learning and Deep learning.

About the Reviewer

Yogesh is the Chief Technology Officer at Byprice, a price comparison platform powered by advanced machine learning and deep learning models. He has successfully deployed 4 business critical applications in the last 2 years by harnessing the power of machine learning.

He has worked with recommendation systems, text similarity algorithms, deep learning models and image processing.

He is a visionary who understands how to drive product market fit for highly scalable solutions. He has 8 years of experience and has successfully deployed more than a dozen large scale B2B and B2C applications. He has worked as a senior software developer in one of Latin Americas largest e-commerce company, Linio, which serves 15 million users every month.

His vast experience in different fields of Software Engineering, Data Science and Storage Engines helps him in creating simple solutions for complex problems.

He graduated in Software Engineering from Delhi College of Engineering, INDIA.

He loves music, gardening and answering technical questions on StackOverflow.

Acknowledgments

YOU DONT HAVE TO BE GREAT TO START,
BUT YOU HAVE TO START TO BE GREAT.

ZIG ZIGLAR

I would like to thank a few people who helped me to start. Professor Moin Uddin, former Vice-Chancellor, Delhi Technological University has been a guiding light in my life. Late Professor A. K. Sharma had always encouraged me to do better and Professor Naresh Chauhan, YMCA Institute of Science and Technology, Faridabad has always been supportive.

I would also like to thank my students Aayush Arora, Arush Jasuja, and Deepanshu Goel for their help. I would also like to thank BPB Publications for giving all the support provided when needed. Also would like to thank Yogesh for his efforts, for the feedback given by him.

Lastly, I would like to thank my mother and sister, my friends, and my pets: Zoe and Xena for bearing me.

Preface

Data is being collected by websites, mobile applications, dispensations (on various pretexts), and even by devices. This data must be analyzed to become useful. The patterns extracted by this data can be used for targeted marketing, for national security, for propagating believes and myths, and for many other tasks. Machine Learning helps us in explaining the data by a simple model. It is currently being used in various disciplines ranging from Biology to Finance and hence has become one of the most important subjects.

There is an immediate need for a book that not only explains the basics but also includes implementations. The analysis of the models using various datasets needs to be explained, to find out which model can be used to explain a given data. Despite the presence of excellent books on the subject, none of the existing books covers all the above points.

This book covers major topics in Machine Learning. It begins with data cleansing and presents a brief overview of visualization. The first chapter of this book talks about introduction to Machine Learning, training and testing, cross-validation, and feature selection. The second chapter presents the algorithms and implementation of the most common feature selection techniques like Fisher Discriminant ratio and mutual information.

The third chapter introduces readers to Linear Regression and Gradient Descent. The later would be used by many algorithms that would be discussed later in the book. Some of the important classification techniques like K-nearest neighbors, logistic regression, Nave Bayesian, and Linear Discriminant Analysis have been discussed and implemented in the next chapter. The next two chapters focus on Neural Networks and their implementation. The chapters systematically explain the biological background, the limitations of the perceptron, and the backpropagation model. The Support Vector Machines and Kernel methods have been discussed in the next chapter. This is followed by a brief overview and implementation of Decision Trees and Random Forests.

Various feature extraction techniques have been discussed in the book. These include Fourier Transform, STFT, and Local Binary patterns. The book also discusses Principle Component Analysis and its implementation.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Machine Learning for Beginners»

Look at similar books to Machine Learning for Beginners. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Machine Learning for Beginners»

Discussion, reviews of the book Machine Learning for Beginners and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.