PinnedIntroduction to BERT and its application in Sentiment AnalysisBERT is super exciting algorithm and not only for me, but for the whole community of NLP(Natural Language Processing).Nov 30, 2021A response icon3Nov 30, 2021A response icon3
Chapter 2 Summary: The Machine Learning Interview Process — Insights from “Machine Learning…Chapter 2 of Chip Huyen’s Machine Learning Interviews provides a clear roadmap for navigating the machine learning (ML) interview process…May 28May 28
Chapter 1 Summary: Machine Learning Jobs — Insights from “Machine Learning Interviews” by Chip…Chapter 1 of Chip Huyen’s Machine Learning Interviews book provides a clear, structured overview of the landscape of machine learning (ML)…May 28May 28
Generating your First Text from Language ModelAn essential step in working with large language models (LLMs) is knowing how to find and choose the right one. Whether you’re a machine…Apr 29Apr 29
Optimizing Warehouse Staff Management with Linear ProgrammingWhat is Linear Programming?Aug 28, 2023Aug 28, 2023
Python implementation of Activation function for Neural NetworkAn activation function in a neural network is a mathematical function applied to the output of a neuron or a layer of neurons. It…May 24, 2023A response icon2May 24, 2023A response icon2
Implementing Loss or Cost Function in Python from scratchIn this article, we will write our own Python code for different kinds of Loss or Cost functions.May 23, 2023May 23, 2023
Converting Jupyter Notebooks to PDF with nbconvert: A Step-by-Step GuideIn this article, we will explore how to use nbconvert, a powerful tool in the Jupyter ecosystem, to convert Jupyter Notebooks to PDF…May 23, 2023A response icon1May 23, 2023A response icon1
Log Transformation and visualizing it using PythonLog transformation is a common technique used to reduce skewness in a distribution and make it more symmetric. Skewness is a measure of the…Jan 13, 2023A response icon1Jan 13, 2023A response icon1
Central Limit Theorem and its application using PythonThe Central Limit Theorem (CLT) states that, given a sufficiently large sample size from a population with a finite level of variance, the…Jan 12, 2023Jan 12, 2023