
Explore what artificial intelligence is, its history and fields, compare rule-based programming with machine learning, review applications, pros and cons, and introduce learning pathways and accessible platforms.
Explore how human intelligence, including learning, awareness, language, decision making, and planning, relates to artificial intelligence, with examples like Siri, cancer detection, and YouTube recommendations.
Explore the origins of artificial intelligence from Alan Turing's test to the Dartmouth Conference, highlighting John McCarthy, neural networks, and key milestones.
Examine the contrast between rule-based programming and machine learning, showing how data drives pattern discovery and model building instead of hard-coded rules.
Explore how machine learning underpins ai, handling structured data and predicting outcomes. Deep learning powers photos, text, and voices through computer vision, natural language processing, and speech recognition.
Introduce the AI development process by highlighting data collection from databases, IoT devices, and the internet, and by teaching data cleaning, including handling missing values, duplicates, and outliers.
Apply feature selection to remove unnecessary columns from bank loan data, split the data into training and testing sets, and train a modern model to learn loan approval patterns.
Evaluate the model with a 70/30 train-test split, compare predicted outcomes to actual results, deploy when accuracy meets expectations, and explore improvements with more data or better algorithms.
Learn supervised machine learning by comparing regression and classification, and apply algorithms like linear regression, logistic regression, decision trees, random forests, and SVM to real-world predictions.
Explore unsupervised learning, where algorithms uncover structure in data without labels or a teacher. They group items by similarities, as in face clustering and recommending YouTube videos.
Explore how Azure machine learning studio enables building a bank loan classification model without coding by dragging modules, cleaning data, splitting datasets, training with logistic regression, and evaluating accuracy.
Beginner-friendly introduction to artificial intelligence guides you to learn Python or drag-and-drop tools to build AI models. Develop math, statistics, and domain knowledge for real-world applications like device maintenance prediction.
This course considered a start point for everyone who is interested to understand and get an overview about AI, and most of its concepts; techniques are explained without the need of any coding/programming skills or background.
By the end of this training, participant will learn the followings:
- Define & explain Key Concepts of AI.
- Highlighting AI Use Case & Applications.
- Differentiate different Machine learning techniques.
- Explaining AI development Process
- An overview of Azure ML studio to develop AI solutions without coding.
Artificial intelligence (AI) refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. The term may also be applied to any machine that exhibits traits associated with a human mind such as learning and problem-solving.
The ideal characteristic of artificial intelligence is its ability to rationalize and take actions that have the best chance of achieving a specific goal. A subset of artificial intelligence is machine learning, which refers to the concept that computer programs can automatically learn from and adapt to new data without being assisted by humans. Deep learning techniques enable this automatic learning through the absorption of huge amounts of unstructured data such as text, images, or video.