python

ML Storytelling in Python (Part 1)

Introduction Recently I’ve found myself having all sorts of fun as I work with the “big-sleep” python package. Big-sleep combines OpenAI’s CLIP (Contrastive Language-Image Pre-Training) and a GAN (Generative Adversarial Network) to allow a user to enter a text prompt.

Plotting Stock Portfolio Risk versus Return in Python

For my first weekend project, I decided that I wanted to work through a portfolio project write up that was hosted over at Data Blogger. This project uses Python to plot stocks based on expected return and risk.