13 Books I read in 2023

1. Fundamentals of Data Engineering This book dives into the world of data engineering, covering everything from how data is collected and stored to how it’s processed and used. It talks about best practices, security, and designing systems that handle data efficiently and safely. 2. Four Thousand Weeks This book Read more…

Notes on Paper: RecMind: Large Language Model Powered Agent For Recommendation

Link to paper https://arxiv.org/abs/2308.14296 Notes The paper propose a novel algorithm, Self-Inspiring, to improve the planning ability of the LLM agent. At each intermediate planning step, the LLM “self-inspires” to consider all previously explored states to plan for next step. Literature survey Architecture Tools they used 1) DB tool1) To Read more…

Best Practices for Building Machine Learning Applications

Introduction to Building Machine Learning Applications Building machine learning applications requires a thorough understanding of the fundamentals of machine learning and software development. This section will provide an overview of the key considerations and best practices for building machine learning applications. Best Practices for Data Preprocessing Data preprocessing is a Read more…

Dimensionality Reduction In Machine Learning: Some mathematical prerequisites: Mean Vector, Covariance Matrix and Column Standardization

This is part 2 of Introduction to Dimensionality Reduction. In this blog post, we would several different mathematical prerequisites that one must know before trying to understand machine learning. Mean Vector The sample mean is a vector each of whose elements is the sample mean of one of the random Read more…