This document outlines an artificial intelligence course taught in Python. The course contains 10 modules that cover topics such as machine learning fundamentals, neural networks, convolutional neural networks, recurrent neural networks, natural language processing, and deploying models. Module 1 introduces AI concepts and Python programming. Modules 2-5 focus on different machine learning models like neural networks and CNNs. Modules 6-8 cover recurrent networks, NLP, and deployment. Modules 9-10 discuss IBM cloud services for building and deploying models.
This document outlines an artificial intelligence course taught in Python. The course contains 10 modules that cover topics such as machine learning fundamentals, neural networks, convolutional neural networks, recurrent neural networks, natural language processing, and deploying models. Module 1 introduces AI concepts and Python programming. Modules 2-5 focus on different machine learning models like neural networks and CNNs. Modules 6-8 cover recurrent networks, NLP, and deployment. Modules 9-10 discuss IBM cloud services for building and deploying models.
This document outlines an artificial intelligence course taught in Python. The course contains 10 modules that cover topics such as machine learning fundamentals, neural networks, convolutional neural networks, recurrent neural networks, natural language processing, and deploying models. Module 1 introduces AI concepts and Python programming. Modules 2-5 focus on different machine learning models like neural networks and CNNs. Modules 6-8 cover recurrent networks, NLP, and deployment. Modules 9-10 discuss IBM cloud services for building and deploying models.
This document outlines an artificial intelligence course taught in Python. The course contains 10 modules that cover topics such as machine learning fundamentals, neural networks, convolutional neural networks, recurrent neural networks, natural language processing, and deploying models. Module 1 introduces AI concepts and Python programming. Modules 2-5 focus on different machine learning models like neural networks and CNNs. Modules 6-8 cover recurrent networks, NLP, and deployment. Modules 9-10 discuss IBM cloud services for building and deploying models.
● What is Artificial Intelligence ● History of Artificial Intelligence ● Use Cases of Artificial Intelligence ● Role of Machine Learning Engineer ● Machine Learning Tools & Packages Introduction to python programming ● Python Data Structures ● Python Programming Fundamentals ● Conditions and Branching ● Loops ● Functions ● Python Packages Module 2 Python for Data Science Working with NUMPY Working with Pandas Introduction to Data Visualization Introduction to Matplotlib and Seaborn Basic Plotting with Matplotlib and Seaborn Data Wrangling Techniques Introduction to Data preprocessing Module 3 Importing the Dataset Handling Missing data Working with categorical Data Splitting the data in to Train and Test set Feature Scaling Module 4 Introduction to Neural Networks The Neuron The Activation Function How do Neural Networks work? How do Neural Networks learn? Gradient Descent Stochastic Gradient Descent Backpropagation
Introduction to Keras Framework
Introduction to the Sequential Mode Activation functions Layers Training Loss function Building ANN Using Tensor flow using sample dataset Evaluating Improving and Tuning ANN Module 5 Introduction to Convolutional Neural Networks What are convolutional neural networks? Step 1 - Convolution Operation Step 1(b) - ReLU Layer Step 2 - Pooling Step 3 - Flattening Step 4 - Full Connection Classification of images using CNN Evaluating, Improving and Tuning the CNN
Module 6 Introduction to Recurrent Neural Networks
The idea behind Recurrent Neural Networks The Vanishing Gradient Problem LSTMs LSTM Variations Predicting Google stock prices using RNN Evaluating, Improving and Tuning the RNN Module 7 Introduction to Natural Language Processing Introduction to NTLK Bag of Words model Natural Language Processing in Python Sentiment analysis using Natural Language Processing
Module 8 Introduction to different modes of Deployments
Working with the Flask framework Building an application with Flask Framework Integrating Deep learning model with Web Application Introduction to IBM Python Flask APP Deploying Python Flask application on IBM Python
Module 9 Introduction to IBM Cloud Services
Introduction to IBM Cloud Introduction to AI in IBM cloud Introduction to Watson Studio Building Machine learning model in Watson Studio Deploying Deep Learning Models as web services Module 10 Introduction to Auto AI Building a Machine Learning Model Using Auto AI Introduction to IBM Node-red Integrating Machine Learning model to IBM Node-red Building Web Application