Go Back To Events

A Primer on Machine Learning

Question: What is machine learning?

Simply put, machine learning is a form of data analysis. Using algorithms that continuously learn from data, machine learning allows computers to recognize hidden patterns without actually being programmed to do so. The key aspect of machine learning is that as models are exposed to new data sets, they adapt to produce reliable and consistent output.

Question: What is the difference between artificial intelligence (AI), machine learning and deep learning?

The terms AI, machine learning, and deep learning are often used interchangeably.

Artificial Intelligence:
AI can be thought of as advanced computer intelligence. In AI, every aspect of intelligence can be so precisely defined that a machine can be programmed to simulate it.

Machine Learning:
Machine learning is a sub-discipline of artificial intelligence. The core of machine learning revolves around a computer system consuming data and learning from the data. Once trained on large data sets, the system can be leveraged to perform a myriad of tasks ranging from natural language processing to predicting outcomes to proactive/preventive maintenance. In traditional programming, a computer system completes tasks based on instructions whereas in machine learning, the system continuously learns from data and utilizes the knowledge to uncover patterns and make predictions.

Deep Learning:
Deep learning is a branch of machine learning focused on algorithms called artificial neural networks which tries to mimic the structure and functioning of the brain. As compared to traditional programming which uses a set of instruments to perform a task, artificial neural networks use a network of nodes to recognize patterns. Many layers of software neurons are utilized to identity patterns of great complexity. Let’s say you want a computer system to recognize an object. The artificial neural network is blitzed with digital images containing those objects. Each individual layer of software neurons learns to recognize a specific feature. For example: the first layer may recognize primitive features like an edge in an image. Once the layer has successfully recognized a feature, it is fed to the next layer which trains itself to recognize more complex patterns like a corner in an image. This “divide and conquer” process is repeated in each layer until the system can reliably recognize the object.

Learn more about the Machine and Deep Learning Specialized Studies Program.