Techniques, tools, best practices and everything you need to to learn machine learning!
This is a comprehensive repository containing 30+ notebooks on Python programming, data manipulation, data analysis, data visualization, data cleaning, classical machine learning, Computer Vision and Natural Language Processing(NLP).
All notebooks were created with the readers in mind. Every notebook starts with a high-level overview of any specific algorithm/concepts being covered. Wherever possible, visuals are used to make things clear.
The easiest way to view all the notebooks is to use Nbviewer.
If you want to play with the codes, you can use the following platforms:
Deepnote will direct you to Intro to Machine Learning
. Heads to the project side bar for more notebooks.
The following are the tools that are covered in the notebooks. They are popular tools that machine learning engineers and data scientists need in one way or another and day to day.
-
Python is a high level programming language that has got a lot of popularity in the data community and with the rapid growth of the libraries and frameworks, this is a right programming language to do ML.
-
NumPy is a scientific computing tool used for array or matrix operations.
-
Pandas is a great and simple tool for analyzing and manipulating data from a variety of different sources.
-
Matplotlib is a comprehensive data visualization tool used to create static, animated, and interactive visualizations in Python.
-
Seaborn is another data visualization tool built on top of Matplotlib which is pretty simple to use.
-
Scikit-Learn: Instead of building machine learning models from scratch, Scikit-Learn makes it easy to use classical models in a few lines of code. This tool is adapted by almost the whole of the ML community and industries, from the startups to the big techs.
-
TensorFlow and Keras for neural networks: TensorFlow is a popular deep learning framework used for building models suitable for different fields such as Computer Vision and Natural Language Processing. At its backend, it uses Keras which is a high level API for building neural networks easily. TensorFlow has gained a lot of popularity in the ML community due to its complete ecosystem made of wholesome tools including TensorBoard, TF Datasets, TensorFlow Lite, TensorFlow Extended, TensorFlow.js, etc...
- Creating a NumPy Array
- Selecting Data: Indexing and Slicing An Array
- Performing Mathematical and other Basic Operations
- Perform Basic Statistics
- Manipulating Data
- Basics of Pandas
- Series and DataFrames
- Data Indexing and Selection
- Dealing with Missing data
- Basic operations and Functions
- Aggregation Methods
- Groupby
- Merging, Joining and Concatenate
- Beyond Dataframes: Working with CSV, and Excel
- Real World Exploratory Data Analysis (EDA)
- Data Visualization with Matplotlib
- Data Visualization with Seaborn
- Optional: Data Visualization with Pandas
- Exploratory Data Analysis
- Intro to Data Preparation
- Handling Categorical Features
- Feature Scaling
- Handling Missing Values
- Intro to Machine Learning
- Machine Learning Workflow
- Evaluation Metrics
- Handling Underfitting and Overfitting
- Intro to Scikit-Learn for Machine Learning
- Linear Models for Regression
- Linear Models for Classification
- Support Vector Machines: Intro and Regression
- Support Vector Machines for Classification
- Decision Trees: Intro and Regression
- Decision Trees for Classification
- Random Forests: Intro and Regression
- Random Forests for Classification
- Beyond Random Forests: More Ensemble Models
- Intro to Unsupervised Learning with KMeans Clustering
- A Practical Intro to Principal Component Analysis
-
Intro to Articial Neural Networks
-
Why Deep Learning
-
A Single Layer Neural Network
-
Activation Functions
-
Types of Deep Learning Architectures
- Densely Connected Networks
- Convolutional Neural Networks
- Recurrent Neural Networks
- Transformers
-
Challenges in Training Deep Neural Networks
-
-
Intro to TensorFlow for Artificial Neural Networks
- What is TensorFlow?
- TensorFlow Model APIs
- A Quick Tour into TensorFlow Ecosystem
- Basics of Tensors
-
Intro to Computer Vision with Convolutional Neural Networks(CNN)
- Intro to Computer Vision and CNNs
- What is Convolutional Neural Networks?
- A Typical Architecture of Convolutional Neural Networks
- Coding ConvNets: Image Classification
- Intro to Computer Vision and CNNs
-
ConvNets for Real World Data and Image Augmentation
- Intro - Real World Datasets and Data Augmentation
- Getting Started: Real World Datasets and Overfitting
- Image Augmentation with Keras Image Augmentation Layers
-
CNN Architectures and Transfer Learning
- Looking Back: A Review on State of the Art CNN Architectures
- Intro to Transfer Learning and using Pretrained Models
- Quick Image Classification with Pretrained Models
- Transfer Learning and FineTuning in Practice
- Quick Image Classification and Transfer Learning with TensorFlow Hub
-
Intro to NLP and Text Processing with TensorFlow
- Intro to Natural Language Processing
- Text Processing with TensorFlow
- Using TextVectorization Layer
-
Using Word Embeddings to Represent Texts
- Intro Word Embeddings
- Embedding In Practice
- Using Pretrained Embeddings
-
Recurrent Neural Networks (RNNs)
- Intro to Recurrent Neural Networks
- Simple RNNs In Practice: Movies Sentiment Analysis
- Intro to Long Short Terms Memories
- LSTMs in Practice : News Classification
-
Using Convolutional Neural Networks for Texts Classification
- Intro Convolutional Neural Networks for Texts
- CNN for Texts in Practice: News Classification
- Combining ConvNets and RNNs
-
Using Pretrained BERT for Text Classification
- Intro to BERT
- In Practice: Finetuning a Pretrained BERT
Many of the datasets used for this repository are from the following sources:
This repository was created by Jean de Dieu Nyandwi. You can find him on: