Pre-requisite Knowledge
Before we start with the understanding of what is Azure Databricks, we should have:
- Basic knowledge of cloud computing and its services
- Basic knowledge of Microsoft Azure
- Basic knowledge of Artificial Intelligence and algorithms
Background
I would like to give some short information about ‘what is artificial intelligence and machine learning’ before jumping in to Azure machine learning.
Artificial Intelligence
- In simple words ‘Artificial Intelligence (AI)’ is the artificial creation of the system like a human who can observe, react, learn, plan and process instructions and provide intelligence on it.
- It is a rapidly emerging technology and internet enabled technology.
- Sometimes AI is also called Machine Learning.
Introduction
Machine Learning
- Machine learning is not new. It is subset of Artificial Intelligence (AI).
- An algorithm is sequence of activities/actions/steps used to solve a problem.
- Implementing the algorithm and its models is called machine learning in computer world.
- Today, developing a new algorithm to instruct the computer to run it is the cornerstone of the advanced technology.
- Important
- Machine learning is a data science technique that allows computers to use existing data to forecast future behaviors, outcomes, and trends.
- Machine learning works on the mathematical model and is built by using the sample data.
- Machine Learning has the capability to learn and IMPROVE from experience WITHOUT being explicit programmed.
- Examples
- How an email system tracks the spam email.
- How an online shopping system shows the similar product which you are looking for.
- Types
- Supervised Learning – We have trained the model by data sets.
- Unsupervised Learning – Machine learning model learns the data and finds the patterns and relationships in the data. Based on the pattern and relationships the model is trained.
- Reinforcement Learning – Machine learning model will find out the best outcome. It works on a trial and error method. Once the model is trained then it's ready for predicting the new data.


Join the conversation! Your thoughts help the community grow.