Pradeep Singh - Fundamentals and Methods of Machine and Deep Learning

Здесь есть возможность читать онлайн «Pradeep Singh - Fundamentals and Methods of Machine and Deep Learning» — ознакомительный отрывок электронной книги совершенно бесплатно, а после прочтения отрывка купить полную версию. В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Жанр: unrecognised, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Fundamentals and Methods of Machine and Deep Learning: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Fundamentals and Methods of Machine and Deep Learning»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

FUNDAMENTALS AND METHODS OF MACHINE AND DEEP LEARNING
The book provides a practical approach by explaining the concepts of machine learning and deep learning algorithms, evaluation of methodology advances, and algorithm demonstrations with applications.
Audience

Fundamentals and Methods of Machine and Deep Learning — читать онлайн ознакомительный отрывок

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Fundamentals and Methods of Machine and Deep Learning», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

SVMs are utilized in ML since they can discover complex connections between the information without the need to do a lot of changes. It is an incredible choice when you are working with more modest datasets that have tens to a huge number of highlights. They normally discover more precise outcomes when contrasted with different calculations in light of their capacity to deal with little, complex datasets.

Figure 1.4 shows the hyper-plane that categorizes two classes.

Figure 14SVM 11 17 Decision Tree Decision tree groups are dependent on - фото 10

Figure 1.4SVM [11].

1.7 Decision Tree

Decision tree groups are dependent on the element values. They utilize the strategy for Information Gain and discover which element in the dataset, give the best of data, making it a root node, etc., till they can arrange each case of the dataset. Each branch in the decision tree speaks to an element of the dataset [4, 5]. They are one of the most generally utilized calculations for classification. An analysis of the decision tree, the decision tree is utilized to visually and signify the decision and the process of decision making. As the term suggests it utilizes a tree-like representation of choices. Tree models are the objective variable that can take a discrete arrangement of values termed as classification trees; in this tree model, leaves signify the class labels, and combinations of features of class labels are signified by the branches.

Consider an example of listing the students eligible for the placement drive. Now, the scenario is whether the student can attend the drive or not? There are “n” different deciding factors, which has to be investigated for appropriate decision. The decision factors are whether the student has qualified the grade, what is the cut-off, whether the candidate has cleared the test, and so on. Thus, the decision tree model has the following constituents. Figure 1.5 depicts the decision tree model [2]:

Figure 15Decision tree Root Node The root node in this example is the - фото 11

Figure 1.5Decision tree.

• Root Node: The root node in this example is the “grade”.

• Internal Node: The intermediate nodes with an incoming edge and more than 2 outgoing edge.

• Leaf Node: The node without an out-going edge; also known as a terminal node.

For the currently developed decision tree in this example, initially, the test condition from the root hub is tested and consigns the control to one of the active edges; thus, the condition is again tried and a hub is allocated. The tree is supposed to be ended when all the test conditions lead to a leaf hub. The leaf hub consists of class-labels, which vote against or in favor of the choice.

1.8 Machine Learning Applications in Daily Life

Some of the main areas where we use ML algorithms are in traffic alert systems in Google maps, social media sites like Facebook, in transportation and commuting services like Uber, Product recommendation systems, virtual personal assistant systems, self-driving cars, Google translators, online video streaming services, fraud detection, etc [13].

1.8.1 Traffic Alerts (Maps)

Nowadays, when we decide to go out and in need of assistance for directions and traffic situations on the road we have decided to travel, we usually take the help of Google maps. If in case you decided to travel to a city and decide to take the highway, and the Google traffic alert system suggested that “Even though there is heavy traffic, you are on the fastest route to your destination”, how does the system know all these things? In short, it is a combined data of people actively using the service, the previous data of the route collected over the years, and also involves some own tricks which are acquired by the company to efficiently calculate the traffic. Most of the people who are currently using the Google maps service is indirectly providing their location, speed, and the routes they are going to take in which they are traveling, which helps Google collect data about the traffic, which will help the Google map algorithm predict the traffic and recommend the best routes for future users.

1.8.2 Social Media (Facebook)

Social media applications like Facebook use ML to detect and recognize faces that are used for automatic friend tagging suggestions. The algorithm compares the detected faces with the database of pictures it already has and gives users suggestions. Facebook’s DeepFace algorithm which uses deep learning runs behind the Facebook application to recognize faces and identify the person in the picture. It also provides alternative tags to images already uploaded on Facebook.

1.8.3 Transportation and Commuting (Uber)

Transportation and commuting apps like Uber use ML to provide good services to their clients. It provides a personalized application that is unique to you, for example, it automatically detects your location and gives options either to go home or office or any other frequent places which will be purely based on your search history and patterns. The application uses a ML algorithm on top of historic data on trips to make accurate ETA predictions. There was an increase of 26% in the accuracy of delivery and pickup after implementing ML on their application.

1.8.4 Products Recommendations

This tells you how powerful is the ML recommendation systems are these days. Take for example, you liked an item on Amazon, but add it to your wish list because you cannot afford the item at the current price. Surprisingly, the day after, when you are watching videos on YouTube or some other application you encounter an ad for the item which you have wish-listed before. Even when you switch to another app, say, Facebook, you will still see the same ad on that website. This happens because Google tracks your search history and recommend ads depending on the activities you do. About 35% of Amazon’s wealth is generated by using product recommendation systems like these [18].

1.8.5 Virtual Personal Assistants

Here, virtual assistant finds some useful information when the user asks some questions via text or voice. There are many applications of ML which are being in these kinds of applications. Applications involve speech verifi-cation and identification systems, speech-text conversions, NLP, and text-to-speech conversion. The only thing you have to do is ask a simple question like, “What is my schedule for tomorrow?” or maybe “Show my upcoming booking”, then assistants search for information related to questions to collect information. Recently, chatbots use a personal assistant, which is being used in many food ordering company applications, online coaching or training sites, and also many in many transport applications [19].

1.8.6 Self-Driving Cars

This may be one of the most breath taking the implementation of ML in the modern world. Tesla uses deep learning and other algorithms to build a self-driving car. As the computation required for this is very high, we need matching hardware to run these algorithms, NVIDIA provides the necessary hardware to run these computationally expensive models.

1.8.7 Google Translate

Before when you remember the times when you go to a new place where the language used there is completely new to you and you find it difficult to communicate with the locals or find places you wanted to go, this was mainly because you could not understand what is written on the local spots. But nowadays, Google’s GNMT is a neural machine algorithm that has a dictionary of thousands of millions of words of many different languages, uses natural language processing to very efficiently and accurately translate any sentences or words. Even the tone of every sentence matters, it uses techniques like NER.

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Fundamentals and Methods of Machine and Deep Learning»

Представляем Вашему вниманию похожие книги на «Fundamentals and Methods of Machine and Deep Learning» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Fundamentals and Methods of Machine and Deep Learning»

Обсуждение, отзывы о книге «Fundamentals and Methods of Machine and Deep Learning» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x