Programme
Machine Learning
This course involves real mathematics, taught from the ground up but unavoidable. Python fluency is a hard prerequisite. For many people Data Analytics is the better route, and that is not a lesser answer.
| Duration | 3 Months |
|---|---|
| Contact hours | 240 hours |
| Level | Advanced |
| Modules | 6 |
| Topics | 24 (15 practical) |
| Fee | PKR 60,000 |
What the programme includes
- Live classes with a named trainer, on a published schedule
- Recordings of every session, so a missed class is not a lost one
- Marked assignments with written feedback
- Project work reviewed and verified by your trainer
- A final assessment
- A completion letter stating your attendance, results and verified work — independently verifiable by any employer
Syllabus
1. The maths you cannot skip
40 hoursTaught, not assumed — but it is real and it is here for a reason.
-
Vectors and matrices as data
Why a dataset is a matrix and what an operation on it means.
-
Derivatives, and what "learning" means mechanically
hands on
Gradient descent explained until it stops being a magic word.
-
Probability and distributions
Conditional probability, and why a 99% accurate test can still be usually wrong.
-
Loss functions
How a model is told it is wrong, and why the choice changes what it learns.
2. The workflow
40 hoursMost of the job is not the model.
-
Framing a problem as a prediction task
And recognising when it is not one — a great many business problems are answered better by a query.
-
Features, and why they matter more than the algorithm
hands on
Encoding, scaling, and creating the variable that actually carries the signal.
-
Train, validation, test — and leakage
hands on
The mistake that produces a brilliant model which fails on day one.
-
Baselines
hands on
Always beat "predict the average" before claiming anything.
3. Supervised learning
50 hoursRegression and classification with scikit-learn.
-
Linear and logistic regression
hands on
Starting with the models you can explain to a client.
-
Decision trees and random forests
hands on
Where they win, and how they overfit.
-
Gradient boosting
hands on
XGBoost and friends — what wins most tabular problems in practice.
-
Evaluating honestly
hands on
Precision, recall, ROC — and why accuracy is the wrong measure when 1% of cases are positive.
4. Unsupervised learning and text
40 hoursWhen there are no labels.
-
Clustering and segmentation
hands on
k-means, and how to tell whether the clusters mean anything.
-
Dimensionality reduction
PCA for compression and for seeing structure.
-
Working with text
hands on
Tokenising, embeddings, and classifying Urdu and English messages.
-
Anomaly detection
Fraud and fault patterns, and the false-positive cost nobody budgets for.
5. Neural networks
40 hoursEnough depth to be useful, honest about what needs a research team.
-
From logistic regression to a network
hands on
Layers, activations and backpropagation, built up rather than dropped in.
-
Training in PyTorch
hands on
Batches, epochs, overfitting and early stopping.
-
Transfer learning
hands on
Fine-tuning an existing model — the only realistic route for most projects here.
-
When not to use deep learning
Small tabular data, and the honest observation that gradient boosting usually wins it.
6. Putting a model in front of people
30 hoursThe step that decides whether the work was worth anything.
-
Serving a model as an API
hands on
Wrapping it so an application can call it.
-
Drift, and the model that quietly stops working
hands on
Monitoring, retraining, and why yesterday's accuracy is not today's.
-
Explaining a prediction
Feature importance and SHAP — and the legal and ethical weight of "the model decided".
-
Bias and harm
How a model trained on past decisions reproduces past unfairness, and what to check before deploying one that affects people.
Against the national standard
Pakistan's National Vocational & Technical Training Commission publishes a course-contents document for the trades it funds. This programme is mapped to AI, Machine Learning & Deep Learning — 12 weeks, 4 hours a day, 240 contact hours.
Published by NAVTTC and reproduced here so you can check our syllabus against it. We teach it to those hours: 240 contact hours over 12 weeks, the same as the standard. Read the NAVTTC document.
11 modules in the national standard
-
Introduction Linux Shell Scripting Fundamentals Python Fundamentals
— week 1,
20 hours
Introduction to AI Motivational Lecture · Course Introduction Job market Course Applications Work ethics Survey of career opportunities Survey of industry requirements for each career path · Software Installation (Anaconda, VSCode, PyCharm, etc.) · Introduction to Debian Basic Commands: pwd, cd, ls, cat, sudo, man, redirection, mkdir, rm, rmdir, cp, mv · file, reading, cat, more, less, head, alias...
-
Overview
— week 2,
20 hours
Python Fundamentals Implementation of OOP Principals in Python Descriptive Statistics and Probability · Functions Functions and variable scope Lambda expression Map and Filter Inner/Nested functions · File Handling Exception Handling · Classes and Objects Instance Variables and Methods Class Variables and Functions Constructors and Destructors · Inheritance Multilevel Inheritance Hierarchical Inhe...
-
Descriptive Statistics and Probability Overview Python Support Libraries for Exploratory Data Analysis - NUMPY
— week 3,
20 hours
Correlation Coefficient · Univariate, bivariate and multivariate plots · Probability · Joint, Marginal and Conditional probability · Probability Distributions · Discrete and Continuous probability distributions Bayesian Probability · Introduction to Numpy · Creating Numpy Arrays (from Python list, from built-in methods, from random) Array Attributes and Methods (reshape, max, min, argmax, argmin,....
-
Python Support Libraries for Exploratory Data Analysis - Pandas - Seaborn
— week 4,
20 hours
Merging, Joining, and Concatenation (inner, outer, right and left joins) · GroupBy Discretization and Binning Operations on DataFrames Data output/saving Pandas for Plotting (area, bar, density, hist, line, scatter, barh,... · Introduction to Seaborn · Distribution Plots distplot jointplot (pairplot, rugplot, kdeplot) · Categorical Data Plots factorplot, boxplot, violinplot, stripplot, swarmplot,...
-
Machine Learning-I
— week 5,
20 hours
Multivariate Linear Regression · Polynomial Regression · Logistic Regression (Binary Classification) · Logistic Regression (Multiclass Classification) · Code practice
-
Natural Language Processing
— week 6,
20 hours
Introduction to Natural Language Processing · Syntax, Semantics, Pragmatics, and Discourse NLP curves and future directions · Data pre-processing for NLP Introduction to NLTK/SpaCy Noise removal (stopwords, punctuation, etc) · Word and sentence tokenization Word segmentation Stemming Text normalization Regular expression for string parsing · POS tagging NER tagging Chunking and Chinking Lemmatizat...
-
Deep Learning I
— week 7,
20 hours
Boosting · MLP Feed Forward Neural Network Forward and backward passes Nonlinearity: Activation functions Cross-Entropy Computational graph and... · Introduction and implementation of neural networks using appropriate deep learning API of choice (TensorFlow, PyTorch, Keras) · Convolutional Neural Network (CNN) 2D CNN for image classification · 1D CNN for text document classification · Code Practic...
-
Deep Learning II
— weeks 8, 9,
40 hours
Recurrent Neural Networks (RNNs) · Long-Short-Term-Memory Networks (LSTM) · LSTM Code Practice · Gated Recurrent Unit Networks · GRU Code Practice · Word Embeddings Word2vec Continuous BOW Continuous Skip-gram · Gensim and Custom Embedding Training · Sequence Models
-
Bi-Directional LSTM/RNN in Sequence Models
— week 10,
20 hours
Deep Learning II Employable Project / Assignment (2 weeks, 11-12) in addition of regular classes. OR On job training (2 weeks) · Attention Mechanism in Models · Selection of Project, architecture discussion, preparation. Guidelines to the Trainees for selection of employable project like final year project... · https://technofizi.net/best-computer- science- and-engineering-cse-project- topics-idea...
-
MS Azure AI Service
— week 11,
20 hours
Selection of Microsoft Azure AI Service Selection the appropriate service for a vision solution Selection the appropriate service for a language... · Selection the appropriate service for a decision support solution · Selection the appropriate service in Cognitive Services for a speech solution Selection the appropriate Applied AI services · Configuring Security for Microsoft Azure AI Service Mana...
-
Process videos
— week 12,
20 hours
Microsoft Azure Natural Language Processing (NLP) Solutions Implementation Analyze text Process speech Translate language · Build and manage a language understanding model Create a question answering solution · Build and manage a language understanding model · Microsoft Azure Knowledge Mining Solutions Implementation · Microsoft Azure Conversational AI Solutions Implementation · Task Title · Descr...
Before, and after
Before you start
-
Python Programming, or equivalent fluency
Not negotiable. This course does not teach programming.
-
Comfort with mathematics
Real mathematics is involved and is taught here, but a student who dislikes it will find this hard going. Data Analytics is the better route for many people, and that is not a lesser answer.
Where it leads
-
AI Automation & n8n
For applying models in business workflows rather than building them.
Roles this prepares you for
-
Junior ML Engineer
Uncommon as a first role in Pakistan; usually reached from a developer or analyst position.
-
Data Scientist
Typically expects a degree-level background as well as these skills.
-
Analytics Engineer
The more reachable route, combining this with the data analytics skill set.
These are the roles the programme is aimed at. BvLogic Academy does not guarantee employment, an income, or a timeframe — and you should be careful with any institute that does.
Other courses
- Full Stack Development · 3 Months
- AI & Generative AI · 3 Months
- Digital Marketing + AI · 3 Months
- Python Development · 3 Months
Interested in this programme?
Try the subject free first — there is no reason to pay before you know you like it.
Browse the free courses Take the career test