My Brain Cells

Easiest (and best) learning materials for anyone with a curiosity for machine learning and artificial intelligence, Deep learning, Programming, and other fun life hacks.

Category: ML|AI|DS

Personal Finance Analysis with Local LLMs

GitHub Link: https://github.com/anthonysandesh/Personal-Finance-Analysis-using-local-llm/tree/main In today’s digitally driven world, managing personal finances efficiently is crucial for financial stability and growth. With the advancements in technology, individuals now have access to sophisticated tools and techniques to…

Label Encoding

Label Encoding

Label Encoding Label Encoding is a popular encoding technique for handling categorical variables. In this technique, each label is assigned a unique integer based on alphabetical ordering. Let’s see how to implement label encoding in…

Back to top