Case Study on use of AI/ML by Industries !

Cyber Wizard
4 min readMar 21, 2021

What is machine learning ?

It is an application of ARTIFICIAL INTELLIGENCE which provides machines to automatically learn and improve through experience.

The more data brings more experience to the robot without explicitly programmed.

It is of four types -

✔ SUPERVISED LEARNING — Supervisor means an instructor who instructs to do something. In supervised learning, the labeled data is used to train the computer for future prediction.

Sentiment analysis is the best example of supervised learning.

✔ UNSUPERVISED LEARNING — Unsupervised means there is no instructor. In Unsupervised Learning unlabeled data is present and the computer trains itself by that data.

Clustering is done by unsupervised learning.

✔ SEMI — SUPERVISED LEARNING — Semi-Supervised learning comes in between supervised and unsupervised learning. In this small amount of labeled data and a large amount of unlabeled data is present.

Speech Analysis is an example of Semi-supervised Learning.

✔ REINFORCEMENT LEARNING — It uses trial and error methods for learning. When we use a map for finding routes it uses reinforcement learning means which search for the smallest route.

TESLA CASE STUDY

Tesla has become a household name as a leader and pioneer in the electric vehicle market, but it also manufactures and sells advanced battery and solar panel technology.

As a tech pioneer with a significant interest in the race to build and market autonomous vehicles, it makes sense that today they would be deeply interested in artificial intelligence. However, it was only this month that the business’s billionaire founder and CEO Elon Musk publicly announced it is working on its own AI hardware.

He is also a co-founder of OpenAI, a research organisation dedicated to ensuring that AI is developed and deployed in a safe, manageable way so as to minimise any existential risk robots may one day pose to humanity.

Not many details have yet been made public about Tesla’s new AI, though it is believed it will process the “thinking” algorithms for the company’s Autopilot software which currently gives Tesla vehicles limited (“level 2”) levels of autonomous driving capability. Musk has said that he believes his cars will be fully autonomous (level 5 autonomous) by 2019.

Tesla has been criticised by some for appearing over-eager to be first to bring autonomous cars onto the roads, in the light of what is being seen as the first fatal accident involving a car which was driving itself.

But as a business decision, it is hoping its pushy tactics will pay off, with experts concluding that the company has trumped its rivals in the data-gathering department. All the vehicles Tesla have ever sold were built with the potential to one day become self-driving, although this fact was not made public until 2014 when a free upgrade was rolled out. This means the company has had a lot more sensors out on the roads gathering data than most of its Detroit or Silicon Valley rivals, many of which are still at the concept stage. Having just launched its first mass-market car, the Model 3 with a price tag of $35,000, the company is expecting the number of its vehicles on the road to increase by almost two thirds to around 650,000 in 2018 — and that’s a lot of extra sensors.

In fact, all Tesla vehicles — whether or not they are Autopilot enabled — send data directly to the cloud. A problem with the engine operation meaning that components were occasionally overheating was diagnosed in 2014 by monitoring this data and every vehicle was automatically “repaired” by software patch thanks to this.

Tesla effectively crowdsources its data from all of its vehicles as well as their drivers, with internal as well as external sensors which can pick up information about a driver’s hand placement on the instruments and how they are operating them. As well as helping Tesla to refine its systems, this data holds tremendous value in its own right. Researchers at McKinsey and Co estimate that the market for vehicle-gathered data will be worth $750 billion a year by 2030.

The data is used to generate highly data-dense maps showing everything from the average increase in traffic speed over a stretch of road, to the location of hazards which cause drivers to take action. Machine learning in the cloud takes care of educating the entire fleet, while at an individual car level, edge computing decides what action the car needs to take right now. A third level of decision-making also exists, with cars able to form networks with other Tesla vehicles nearby in order to share local information and insights. In a near future scenario where autonomous cars are widespread, these networks will most likely also interface with cars from other manufacturers as well as other systems such as traffic cameras, road-based sensors or mobile phones.

Although details are confidential on the new AI technology that Tesla were creating, its current AI — driven by a partnership with hardware manufacturer Nvidia — is largely based on an unsupervised learning model of machine learning.

Tesla has clearly always been a company which has put data collection and analysis at the heart of everything it does.

--

--