Machine Learning explained

machine learning toolshero

Machine Learning: this article provides a practical explanation of Machine Learning. The article starts with an explanation of why machine learning is important and in which industries it is mainly used. You will also find examples of companies that have been successful in implementing machine learning. Enjoy reading!

Machine Learning and the world around us

A lot of people are still unaware of the exciting new world of Machine Learning (ML) and the exponential growth in its adoption to transform the world. The term Machine Learning might not mean much to you because when you hear it, you might imagine a computer playing chess, or maybe a robot bringing you food.

And people usually believe that all these kinds of automated contraptions are far-off in the future, but they are actually not. They are here today and are considerably shaping our lives, work, and communication. In fact, they might even have a part in how you came across this article.

Free Toolshero ebook

What is Machine Learning?

Origins

Before we begin, let us take a quick trip through time to review some pieces of Machine Learning history.

In 1950s, Arthur Samuel of IBM developed the first computer game program, that claimed to beat the checkers world champion.

His design included a scoring function which measured the chances of winning for each side. The program chose its moves using minimax strategy. Arthur designed many mechanisms allowing his program to work better.

In what Samuel called rote learning, the program remembered all positions it had already seen and combined this with values of reward function. Arthur Samuel first came up with the phrase “Machine Learning” in 1952.

Around the same time, Frank Rosenblatt combined Donald Hebb’s model of brain cell interaction with Arthur Samuel’s Machine Learning efforts and invented the Perceptron.

Although it seemed promising, it could not recognize many kinds of visual patterns, like faces. This led to further struggles in Machine Learning researches.

In the 1960s, it was discovered that using more layers in the perceptron would offer more processing power. This led to feedforward neural networks and backpropagation. Backpropagation allows a network to adjust its hidden layers of neurons to adapt to new situations. It is now used to train deep neural networks.

Artificial Neural Network (ANN) is a primary tool used for ML that has hidden layers used to respond to complicated tasks. Neural networks use input/output and hidden layers to transform data. The hidden layers are excellent for finding complex patterns that a human programmer cannot detect.

90s was a golden era for ML. During this decade there were significant contributions to the field. In addition to the developments made on algorithm side, hardware and technology were also improving drastically. The progress continued to the 21st century as we witnessed several beautiful scientific contributions to AI and ML, such as the concept of Deep Learning.

Coming back to “What is Machine Learning” – It is an element of Artificial Intelligence, whereby a computer is programmed with self-teaching abilities and to improve its performance of a specific task, with learning.

The definition of Machine Learning

Machine Learning is all about analyzing big data – the automatic extraction of information and using it to make predictions, deciding whether the prediction is correct or not and learning from these experiences to make more accurate predictions in the future.

There is another term we might bump into Deep Learning. As explained in this article on Yummy Software, Machine Learning and Deep Learning are the same, except that Deep Learning doesn’t rely on humans but on neural networks.

Machine learning, a subset of artificial intelligence (AI), encompasses various techniques, including supervised machine learning, reinforcement learning, and trial and error. In supervised machine learning, algorithms are trained using labeled data to make accurate predictions or classifications.

Decision trees and support vector machines are commonly used supervised learning algorithms that help in analyzing and categorizing data.

The availability of labeled data is crucial for the success of supervised learning models. Logistic regression is another widely employed technique in machine learning, used to model and analyze categorical outcomes.

The ability to learn and improve through reinforcement learning is a prominent feature of machine learning models.

Machine Learning: in practice and examples

Machine Learning is not just another buzzword. Unlike many other hyped technologies, ML is not going away, probably ever, because it has its roots in so many important fields.

It is literally changing the world by transforming many domains around us including healthcare services, education, transportation, food, entertainment, businesses and many more. For a clearer picture, let us get into the details of different transformations that are a result of Machine Learning techniques.

1. Startups building on Machine Learning.

Companies are creating powerful experiences with ML. Some examples of such companies are listed below.

Forkable

Forkable, a food ordering website, uses ML and figures out what you want for lunch and delivers it automatically.

Dark Trace

Dark Trace, the world’s leading AI company for cybersecurity, listens to your company’s network traffic and uses ML to detect emerging security threats to your company.

Nova

Nova, a platform for outbound sales, uses Machine Learning to record which emails performed better for you. Using these records it writes personalized sales emails and also suggests changes to your sales emails.

Blue River Technology

Blue River Technology, a company that creates equipment for farmers, uses Machine Learning and computer vision to diagnose and treat each plant individually.

2. Financial Sector

Many finance companies are already taking advantage of Machine Learning. Financial services’ execs take Machine Learning very seriously for a bunch of good reasons:

  • Reduced operational costs
  • Increased revenues
  • Better compliance
  • Reinforced security

There is a wide range of Machine Learning algorithms and tools that fit great with financial data. Process automation is one of the most important applications of Machine Learning for the finance department. It allows in replacing a lot of manual work, automating repetitive tasks, and increasing productivity. Here are some examples of process automation in banking:

JPMorgen Chase

JPMorgan Chase launched a Contract Intelligence platform that leverages Natural Language Processing, which is one of the Machine Learning techniques. It processes legal documents and extracts essential data from them. This solution reduces a lot of manual work and saves time.

BNY Mello

BNY Mello integrated process automation in their system and it was responsible for $300,000 annual savings.

Wells Fargo

Wells Fargo uses an AI-driven chatbot through Facebook Messenger to communicate with users and provide them assistance with their accounts.

3. Healthcare

The value of Machine Learning in healthcare is huge because of its ability to process large datasets that is beyond human capability and converting analysis of that data into clinical insights. This helps physicians to plan and provide better and quick healthcare ultimately leading to better outcomes, lower costs, and increased patient satisfaction. Here are some real-world examples of Machine Learning in healthcare:

Google

Google has developed a Machine Learning algorithm to aid the identification of cancerous tumors on mammograms. The company has also been using the power of computer-based reasoning to detect cancer and train the tool to look for cell patterns in slides of tissue, the same way a doctor’s brain might work. New findings show that this approach has achieved 89 percent accuracy, beyond the 73 percent score of a human pathologist.

Stanford

Stanford is using Deep Learning (a subfield of ML) algorithm to identify skin cancer. This algorithm gives you an option to receive a diagnosis through your smartphone. Computer scientists at Stanford made a database of nearly 130,000 skin disease images and trained their algorithm to visually diagnose potential cancer.

From the very first test, it performed with great accuracy. The product was tested against 21 board-certified dermatologists and the algorithm matched the performance of the dermatologists.

4. Transportation

Machine Learning has a lot to offer when it comes to monitoring transportation infrastructure for ways to optimize roads and public transportation or predicting the needs of vehicles. Here are some domains that are being revolutionized by Machine Learning:

Self-driving cars

Self-driving cars were science fiction until now. But companies like Uber, Google, Tesla, Ford, and General Motors are escalating their efforts to widely release self-driving cars over the next 5 years.

The self-driven cars are trained with machine vision techniques like Convolutional Neural Networks to recognize the road and obstacles as well as react to hazards like cars in other lanes and pedestrians.

Predicting bridge failures

In 2007, the Interstate 35 West bridge in downtown Minneapolis collapsed, which killed around 13 people.

Using Machine Learning techniques, we can prevent hazards like this by detecting structural defects using ultrasound images as well as predicting bridge failures based on historical data of usage and maintenance.

Public Transportation Optimization

Machine Learning techniques can be used to accurately predict the time of bus arrivals based on real-time bus position data and factors like congestion, operational delays, as well as the time taken to load passengers at different stops.

Researchers have shown that a combination of clustering analysis and Kalman filtering can lead to accurately predicted times of arrival.

Conclusion

With so many companies indulging with Machine Learning, this trending branch of AI will inevitably continue to impact them positively. Healthcare, agriculture, transaportation, consumer experiences are the sectors to be on the lookout for, in the coming years as more and more tech companies enter these fields.

Nowadays, implementing Machine Learning into their business is essential for companies seeking to optimize their marketing. The technology can help sort through large datasets, categorize them and make marketing suggestions based on that information.
Also, it makes the marketing experience more targeted and personalized to consumers. This ensures that right products and services are advertised to right people.

With AI marketing tools available at their disposal, companies are now revamping traditional marketing techniques and databases in exchange for advanced analytics and data-processing technologies which will increase their consumer traffic and boost ROI, in the long run.

In a nutshell, the impact of Machine Learning will continue to stir the world’s imagination. It is a force that can help resolve issues that were considered impossible by our world leaders. Machine Learning techniques have made drastic improvements in just a few years, allowing people to get things done more quickly and efficiently. Since Machine Learning is making a rapid foray in today’s world, in the very close future we can expect it to be everywhere around us, transforming our lives for good.

Join the Toolshero community

Now it’s your turn

What do you think? What are your thoughts on Machine Learning influencing the world? What according to you are factors that led to the enormous growth in Artificial Intelligence and Machine Learning? How deep do you think Machine Learning will go into our lives in the future? Do you have any tips or additional comments?

Share your experience and knowledge in the comments box below.

More information

  1. Michie, D. (1968). On machine intelligence. B. Meltzer (Ed.). Edinburgh: Edinburgh University Press.
  2. Nayak, A., & Dutta, K. (2017, June). Impacts of machine learning and artificial intelligence on mankind. In 2017 International Conference on Intelligent Computing and Control (I2C2) (pp. 1-3). IEEE.
  3. Tan, Y., & Zhang, G. J. (2005, August). The application of machine learning algorithm in underwriting process. In 2005 International Conference on Machine Learning and Cybernetics (Vol. 6, pp. 3523-3527). IEEE.

How to cite this article:
Gupta, D. (2019). Machine Learning. Retrieved [insert date] from Toolshero: https://www.toolshero.com/innovation/machines-learning/

Original publication date: 05/16/05/2019 | Last update: 09/26/2023

Add a link to this page on your website:
<a href=”https://www.toolshero.com/innovation/machine-learning/”>Toolshero: Machine Learning</a>

Did you find this article interesting?

Your rating is more than welcome or share this article via Social media!

Average rating 4 / 5. Vote count: 12

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Disha Gupta
Article by:

Disha Gupta

Disha works as a technical content writer for Edureka. She likes writing about different technologies and career trends. She is an expert in SEO, Software Testing and AI

Tagged:

Leave a Reply