NLP - Home
NLP - Classification
Addresses the challenges of structured vs. unstructured data, and introduces the Bag of Words model for feature representation. Explain why each document can be represented as a point in a d-dimensional feature space.
NLP - Neural Networks
Discusses neural networks, their structure, including input, hidden, and output layers, and the process of weight adjustment using gradient descent. Additionally, this post covers deep learning as a subset of machine learning that utilizes multi-layer neural networks for complex tasks, with a focus on PyTorch for implementation and includes a code example for a simple neural network model.
NLP - Generalized Bayes’ Rule
Explores the Bayes' theorem, which calculates the posterior probability of a hypothesis given evidence. Discusses how the generalized Bayesian model simplifies calculations under the Naive Bayes assumption of independent effects.
NLP - Probability Review
Reviews key concepts in probability, including random variables (discrete and continuous), probability distributions (PMF and PDF), expectation and variance, joint distributions, conditional expectation, and complex queries involving random variables.