Machine Learning & Deep Learning Tutorials
I have complied a topic-wise curated list of Machine Learning and Deep Learning tutorials, codes, articles and other resources. See the full list on GitHub.
View ArticleCurated list of Python tutorials for Data Science
I created a list of Python tutorials for data science, machine learning and natural language processing. This list also exists on GitHub where it is updated regularly. The Python Language Dive Into...
View ArticleCommon operations on Pandas DataFrame
Listed below are codes for some useful operations on Pandas DataFrame: Renaming Columns in Pandas Deleting Columns from pandas DataFrame Adding new Column to existing DataFrame Add one Row in a...
View ArticleCurated list of R tutorials for Data Science
Here is topic wise list of R tutorials for Data Science, Time Series Analysis, Natural Language Processing and Machine Learning. This list also serves as a reference guide for several common data...
View ArticleIntroducing xda: R package for exploratory data analysis
This R package contains several tools to perform initial exploratory analysis on any input dataset. It includes custom functions for plotting the data as well as performing different kinds of analyses...
View ArticleA Quick Introduction to Neural Networks
An Artificial Neural Network (ANN) is a computational model that is inspired by the way biological neural networks in the human brain process information. Artificial Neural Networks have generated a...
View ArticleAn Intuitive Explanation of Convolutional Neural Networks
What are Convolutional Neural Networks and why are they important? Convolutional Neural Networks (ConvNets or CNNs) are a category of Neural Networks that have proven very effective in areas such as...
View ArticleLearnings from KDD 2022
Last month, I had an opportunity to attend the KDD Conference in Washington DC. In this post, I’m sharing a summary of my learnings from the talks that I attended and/or found interesting. 1....
View ArticleLearnings from ICML 2023
I recently attended the International Conference on Machine Learning (ICML), which showcased the latest research in machine learning, along with several valuable talks and sessions. In this post, I’ll...
View ArticleA survey of recent LLM Research Papers
The rapidly evolving field of Large Language Models (LLMs) has seen a surge of new research recently. With the AI community constantly exploring new possibilities, it can be challenging to stay...
View Article