Unfolding the universe of possibilities..

Dancing with the stars of binary realms.

Arrays in Python and Excel VBA

Learning about arrays through simple examples As someone without a formal education in programming, my journey has been shaped by self-learning. Recognizing the significance of revisiting basic programming concepts, I have found that a solid foundation enhances the overall programming experience.

2023 Wrapped: A Year of Sickness and Health

Analyzing my own data to better understand my patterns of wellness Continue reading on Towards Data Science »

LLaVA: An open-source alternative to GPT-4V(ision)

Running LLaVA on the Web, locally, and on Google Colab Curious where this picture was taken? Ask LLaVA! (Image by Guy Rey-Bellet from Pixabay). LLaVA (acronym of Large Language and Visual Assistant) is a promising open-source generative AI model that replicates

How I Stay Up to Date with AI as a Data Scientist

It’s a bit more than a few simple Google searches Continue reading on Towards Data Science »

No Code GenAI Agents Workflow Orchestration: AutoGen Studio with Local Mistral AI model

Introduction to AutoGen and Mistral AI: Continue reading on Towards Data Science »

Death In The Himalayas

An end-to-end data visualization project with Python, D3, Illustrator, and Photoshop. Continue reading on Towards Data Science »

Numpy’s random choice in Go

Numpy’s random choice in GoLang Generated with ChatGPT Recently I’ve assisted with implementing some logic in Java that could easily be achieved with a single call of Numpy’s random.choice. It ended up being one of those tasks that allow looking into things

Mistral AI vs. Meta: Comparing Top Open-source LLMs

A comparison between Mistral 7B vs Llama 2 7B and Mixtral 8x7B vs Llama 2 70B Continue reading on Towards Data Science »

Introducing Python Classes and Dataclasses

A hands-on guide for beginners Continue reading on Towards Data Science »

RLAIF: Reinforcement Learning from AI Feedback

Making alignment via RLHF more scalable by automating human feedback… Continue reading on Towards Data Science »