Mindy Dossett

AI | ML | Data Engineer

Where data meets curiosity, driven by AI, and scaled in the cloud.

A Practical Guide for LLM Customization: Mastering Prompt Engineering

In our first post, we outlined the three core techniques for LLM customization. Today, we’re diving deep into the most accessib...

Read the rest

A Practical Guide for LLM Customization

Large Language Models have revolutionized how we interact with AI, but out-of-the-box solutions rarely meet enterprise requirem...

Read the rest

Break Free from ChatGPT's Model Limitations

The Problem With GPT-5’s recent launch, OpenAI’s web interface has become more restrictive. Users are locked into whatever mod...

Read the rest

How I Built My Personal Intermittent Fasting Coach with AI

The Problem: Information Overload is Real Let’s be honest – trying to research intermittent fasting for women is like falling ...

Read the rest

A Collaborative Filtering Movie Recommender in Java

Introduction Collaborative filtering is one of the most popular recommendation engine algorithms for suggesting new products t...

Read the rest

Gentle Introduction to A Fully Connected Neural Network

Deep learning has become increasingly popular thanks to increased availability of computational power and large volumes of labe...

Read the rest

Deploy Machine Learning Models using AWS Lambda and API gateway

Today we will talk about how to deploy a Python machine learning model using AWS lambda with lambda layers and API gateway. The...

Read the rest

Deploy Machine Learning Models in AWS EC2

Although I am a big believer of serverless architecture, EC2 instances sometimes may be an easier option for deploying complica...

Read the rest

Common Methods for Tackling Imbalanced Datasets

One of the common machine learning classification challenges we face is an imbalanced data set. It can happen for binary and mu...

Read the rest

Deploying Car Price Model

This post deploys a car price prediction Flask app using an ensemble of a deep learning regressor with categorical embeddings a...

Read the rest

StopWords and Lexicon Normalization for Sentiment Analysis

Sentiment analysis aids in understanding human behavior for national security, political campaigns, and scientific research. It...

Read the rest

Transfer Learning for Social Media Marketing

Generally speaking, an average Instagram advertisement costs around $0.50 to $1 per click. In more competitive fields such as t...

Read the rest