Artificial Intelligence(Languify): Take your career to the next level with our advanced training program

1st January, 2024

Batch Starts

3-4 Months

Duration

5 Seats Left

Seats Available

4.8

Program Rating

Overview

Program highlight
Empower Your Career with Our Complete, Industry-Focused Program

Designed for college students, Professionals, and Innovators Across All Fields.

Master Industry-Standard Skills with Certified Programs by Wipro.

Earn certificates for your internship and program achievements.

Create a standout job-ready profile with an impressive project portfolio.

Here's Why You Need To Master This Program

100K +
Job Openings
$1.8 trillion
Global Market Size
₹ 10 lakh
Average Annual Salary

  • Overview of AI
    • The simulation of human intelligence processes by machines, especially computer systems
  • Applications of AI
    • Healthcare
    • Finance
    • Autonomous Vehicles
    • Robotics
    • Education
    • Gaming
  • AI Foundation and History
    • Mathematics
    • Linguistics
    • Control Theory & Cybernetics
    • Computer Engineering
  • Types of AI
    • Capabilities - Weak AI, General AI, Super AI
    • Functionalities - Relative Machines, Limited Memory, Theory of Mind
  • Introduction to Python
  • Python Functions, Packages, and Routines.
    • Functions: Fuctions are blocks of reusable code that perform a specific task.They are defined using the def keyword, allow parameters, and can return results, making code more modular and organised.
    • Python Packages: Packages are collections of modules that group related functions, classes, and routines together.
    • Routines: Refers to a series of programmed instructions or functions that can be reused to perform common tasks. They help automate processes, improve efficiency, and minimise code duplication.
  • Working with Data structure, Arrays, Vectors & Data Frames.
    • Data structures in Python (e.g., lists, tuples, dictionaries, and sets) are ways to store and organise data efficiently. They allow for easy access, modification, and management of data depending on the structure's properties.
    • Arrays (using libraries like numpy) and vectors are ordered collections of elements, typically of the same data type. Arrays support fast mathematical operations, while vectors are 1D arrays often used in linear algebra and machine learning.
    • It is a two-dimensional, table-like data structure (from libraries like pandas) where data is stored in rows and columns. It’s ideal for handling and manipulating structured data, similar to spreadsheets or SQL tables.
  • Pandas, NumPy, Matplotib packages.
    • Powerful library for data manipulation and analysis, Pandas provides data structures like DataFrames, allowing for easy handling, cleaning, and transformation of structured data.
    • A fundamental package for numerical computations, NumPy offers support for multi-dimensional arrays and a wide range of mathematical functions for operations on arrays and matrices.
    • A popular plotting library used for creating static, interactive, and animated visualisations in Python, Matplotlib allows users to generate a wide variety of charts, including line plots, histograms, and scatter plots.
  • Intelligent Agents
    • Autonomous systems that perceive their environment, make decisions, and take actions to achieve specific goals, often improving performance through learning and adaptation.
  • Rational Agents
    • These agents act to achieve the best possible outcome based on the information they have, making decisions using logic, knowledge, reasoning and aiming to act optimally in any given situation that maximises expected utility and aligns with their goals.
  • PEAS Representation
    • Performance
    • Environment
    • Actuators
    • Sensors
  • Types of AI Agents
    • Simple reflex agents
    • Model-based agent
    • Goal-based agents
    • Utility-based agents
    • Learning agents
  • Uninformed Search Examples
    • ​​Explore a problem space without using additional information beyond the structure of the problem.
  • Search Algorithms
    • Terminologies
    • Transition Model
    • Optimal Solution
  • Uninformed Search Algorithm
    • Breadth First Search
    • Depth First Search
    • Depth Limited Search
    • Uniform Cost Search
    • Iterative Deepening Depth First Search
    • Bidirectional Search
  • Informed (Heuristic) Search Algorithm
    • Best First Search
    • A* Search
  • Hill Climbing Algorithm
    • No Backtracking
    • State Space Diagram
    • Simple Hill Climb
    • Steepest Ascent Hill Climb
    • Stochastic Hill Climb
  • Adversarial Search and Games
    • Purpose: Game-playing
    • Components: Players, States
    • Deterministic Games
    • Non Deterministic Games
    • Zero Sum Game
    • Tic Tac Toe Game
  • Minimax Algorithm
    • Goal: Optimal decision-making
    • Type: Adversarial search
    • Process: Evaluate moves, Minimise loss
    • Components: Max player, Min player
    • Use: Two-player games
  • Alpha-Beta Pruning
    • Purpose: Optimise Minimax
    • Function: Reduce search space
    • Technique: Prune branches
    • Efficiency: Faster evaluation
    • Use: Game AI strategies
  • Introduction to ML
  • Types of ML
    • Supervised Learning
    • Unsupervised Learning
    • Reinforcement Learning
  • Life Cycle of ML
    • Gathering Data
    • Data Preparation
    • Data Wrangling
    • Data Analysis
    • Train Model
    • Test Model
    • Deployment
  • Supervised Learning
    • Classification - Logistic Regression, Decision Trees, SVM, KNN, Naive Bayes,
    • Regression - Linear Regression, Polynomial Regression,Ridge Regression,SVR
  • Unsupervised Learning
    • Types: Clustering, Dimensionality Reduction, Association
    • Techniques: K-Means, Hierarchical Clustering, PCA
  • Clustering Methods
    • Partitioning Clustering
    • Density Based Clustering
    • Distribution Model Based Clustering
    • Hierarchical Clustering
  • Association Rules
    • Metrics of Association Rule Learning - Support, Lift, Confidence
    • Types - Apriori Algorithm, Eclat Algorithm, F-P Growth Algorithm
  • Introduction to Deep Learning
  • Architecture and Application
    • Architecture - Deep Learning Network, Deep Belief Network
    • Types - FFNN,CNN,Restricted Boltzmann Machine, Autoencoders
  • Deep Learning Algorithms
    • Convolutional Neural Networks
    • Long Short Term Memory Networks
    • Recurrent Neural Networks
    • Generative Adversarial Networks
    • Radial Basis Function Networks

Capsule Network for MNIST Classification

Implement CapsNet from Geoffry Hinton's paper Dynamic Routing Between Capsules.

Model the hierarchical relationships inside of a neural network with 3D graphics (Dynamic routing)

Utilise libraries and frameworks like Tensorflow, tqdm and numpy to organise code and enhance maintainability.

Check pointing, training of weights and storage in logs/models.

Feature Selection and Data Visualization with Matplotlib.

Work on MNIST dataset for easy comparison with SOTA models.

Generating Matching Shoe Bags from Shoe Images using DiscoGAN

Implement research paper entitled “Towards the Automatic Anime Characters Creation with Generative Adversarial Networks”.

Model Customised-Face2Anime-GAN to generate new content and for anime generation with Python

Generation of complex random variables with Inverse transform method

Design generator to create fake data and discriminator to classify its output as real.

Learn to alter the network's weights to reduce the error or loss of the output

Load and extract data and pre-trained VGG weights

Crime Analysis and Prediction using Machine Learning

In this project, we will build a machine learning module, the model works on the concept of time series forecasting and clustering.

The aim is to find spatial and temporal criminal hotspots and also forecasting of crime using a set of real-world datasets of crimes.

In addition, we will predict what type of crime might occur next in a specific location within a particular time.

After successful running of the module the analysis and the forecasting results are shown through graphs and plots.

We intend to provide an analysis study by combining our findings of a particular crimes dataset with its demographics information.

Problem Statement, Scope and Objectives, Dataset Importing

Plotting and analysis of different crime, Algorithms, Train the Model

Evaluation of the Model, Parameter Tuning, Making Predictions, Forecasting results

Automatic Speech Recognition (ASR)

Build an Automatic speech recognition system (ASR) based on a mix of acoustic model and language model.

Ensure to determine the phonetic units in the language.

Model the word sequences simultaneously for Indian accent English (IN-EN) speakers.

Training and testing of the model could be done by making a custom dataset of audio recordings.

Final evaluation of the ASR is done on the basis of Word Error Rate.

Get Certified, Get Ahead! Your success starts here!

Meet your mentors!

Our expert instructors guide you through the fundamentals in an engaging and supportive learning environment.

Alumni’s Testimonies

See what 1Stop Learners have achieved.

Collaborating with 50+ top-tier universities and educational institutions

Enroll Now and Become One of 50,000+ Happy Learners!

₹ 4500

+18% GST

Buy Now
  • Program Duration : 4 months
  • 35 Hours of Content
  • 5 Projects
  • Live Sessions During Project Execution & Training
  • Life time access for content and Customised Dashboard
  • Project Completion Certificate from Partnered Companies
  • Internship Offer Letter
  • Internship Completion Certificate
  • Customised Resume Builder

₹ 2999

+18% GST

Buy Now
  • Program Duration : 2 months
  • 30 Hours of Content
  • 3 Major Projects
  • 1 year Access for Dashboard and Content
  • Project Completion Certificate
  • Internship Offer Letter
  • Internship Completion Certificate

FAQs

General
Mentors are Industry Experts as well as from the Company whose project you are selected for.
The students will need to dedicate 6 hours in a week towards the project. Consistency is the key, hence we recommend investing 30 minutes per day towards the project.
The last date for registration depends on the number of seats available for the project you are opting for. Since there are students applying for projects from all over hence we will recommend blocking your seat for the project.
The prereq will vary from project to project. You shall be provided all the details as shared by the respective company on your Dashboard.
Since all sessions are recorded and uploaded on the dashboard, you can access them anytime.
The Capstone and Live Project shall be explained by the Mentor in detail via Live classes During this session you can also clear all your doubts. In addition, if required,you will be given a15 days extension to complete the project and submit it. Once the Project is reviewed and approved by the respective mentor and company, certificate shall be issued
Yes, you may change your domain within 24 hours of your registration.
This is a hybrid program. You will need to complete the prerequisites before starting the live class for the project.
Yes, post projects get reviewed by a company, you will get the Guaranteed internship in the form of Live Project

Internship
The Duration of the internship is 2 months and you will be working on a Real Life Capstone Project.
No, there is no exam before the internship. Instead you need to learn all the prerequisites and submit the live project to get the internship.
The Live sessions are typically hosted in the evenings to accommodate the student’s availability. We shall be notifying you in advance via mail and messages through Telegram. In case if you miss any live classes, the recording of the live session will be uploaded in your dashboard which you can access anytime
As some companies still follow a work-from-home model for their employees, and we have also requested our partner companies to schedule online internships. This approach helps avoid challenges like traveling and finding accommodation, making the process more convenient for students.
Companies offer you a stipend ranging from 5000/- to 15,000/-.The stipend is directly proportional to your performance and completion of project.
The Respective Company SPOC along with the Mentor shall be reviewing your performance throughout the project duration. Based on your performance, if the companies find your performance up to the mark, they may offer you a PPO post interview. However all the interview and hiring rounds will need to be cleared by the student to be considered for the opportunity.
Yes, you may modify and submit your project as your Minor/Major project.
Post successful completion of your internship, you shall be getting an Internship Completion Certificate from the respective company.
You will be getting access to your student dashboard through which you can rasie any doubt with the respective company/ mentor. In addition all your learning modules Projects, Certificates, will be uploaded there. You shall be having life time access to it.
After completing the registration, our partner companies do not charge any additional fees.

Programs perfectly matched for you