Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Artificial intelligence and Machine learning course
Rating: 4.0 out of 5(7 ratings)
32 students

Artificial intelligence and Machine learning course

Learn Artificial intelligence (AI) and train computer, human intelligence processes through application of algorithms
Created byAmit Kumar
Last updated 10/2021
English

What you'll learn

  • What id Artificial intelligence
  • What is Machine learning
  • What is Neural Network
  • Who to build program for predictive modelling

Course content

1 section13 lectures3h 28m total length
  • Introduction to Artificial Intelligence & Machine Learning11:09
  • Exploring Python Pandas, Uploading Flat file data and perform operations31:24

    Explore Python pandas for uploading flat file data, building data frames, and performing indexing, selection, filtering, and grouping plus basic data exploration to prepare machine learning workflows.

  • Usage of Pandas, Numpy and Matplotlib for Exploring numerical data14:07
  • Understanding Linear Regression23:20

    Explore linear regression by preparing features x and target y, splitting data into train and test sets, fitting the model, and interpreting coefficients and predictions.

  • Understanding Logistic Regression4:57
  • Principal Component Analysis (PCA) and K Means Clustering21:44
  • Understanding Decision Tree Algorithm17:15
  • Basics of Tensor Flow18:15
  • Introduction to MNIST Dataset4:34
  • Deep dive into Neural Networks13:06

    Build a feed-forward neural network with input, hidden, and output layers that learn image features through relu and sigmoid activations, trained with cross-entropy loss and gradient descent.

  • Convolutional Neural Network (CNN)24:45
  • Retrain data to create classifier using Google inception model7:11
  • Recurrent Neural Networks (RNN)16:40

Requirements

  • Basics of Object Oriented Programming
  • Basics of Business Intelligence
  • Basics of Python

Description

Artificial intelligence (AI) is the basis for mimicking human intelligence processes through the creation and application of algorithms built into a dynamic computing environment. Stated simply, AI is trying to make computers think and act like humans.

Achieving this end requires three key components:

  • Computational systems

  • Data and data management

  • Advanced AI algorithms (code)

The more humanlike the desired outcome, the more data and processing power required.

Why is artificial intelligence important?

Today, the amount of data that is generated, by both humans and machines, far outpaces humans’ ability to absorb, interpret, and make complex decisions based on that data. Artificial intelligence forms the basis for all computer learning and is the future of all complex decision making. As an example, most humans can figure out how to not lose at tic-tac-toe (noughts and crosses), even though there are 255,168 unique moves, of which 46,080 end in a draw. Far fewer folks would be considered grand champions of checkers, with more than 500 x 1018, or 500 quintillion, different potential moves. Computers are extremely efficient at calculating these combinations and permutations to arrive at the best decision. AI (and its logical evolution of machine learning) and deep learning are the foundational future of business decision making.

Requirement of Artificial intelligence

Applications of AI can be seen in everyday scenarios such as financial services fraud detection, retail purchase predictions, and online customer support interactions. Here are just a few examples:

  • Fraud detection. The financial services industry uses artificial intelligence in two ways. Initial scoring of applications for credit uses AI to understand creditworthiness. More advanced AI engines are employed to monitor and detect fraudulent payment card transactions in real time.

  • Virtual customer assistance (VCA). Call centers use VCA to predict and respond to customer inquiries outside of human interaction. Voice recognition, coupled with simulated human dialog, is the first point of interaction in a customer service inquiry. Higher-level inquiries are redirected to a human.

  • When a person initiates dialog on a webpage via chat (chatbot), the person is often interacting with a computer running specialized AI. If the chatbot can’t interpret or address the question, a human intervenes to communicate directly with the person. These noninterpretive instances are fed into a machine-learning computation system to improve the AI application for future interactions.

Machine Learning

Machine Learning is naturally a subset of AI. It provides the statistical methods and algorithms and enables the machines/computers to learn automatically from their previous experiences and data and allows the program to change its behavior accordingly.

Who this course is for:

  • Programmers
  • Students
  • Engineers
  • Learning lovers
  • Business Heads
  • Analytics Professionals