Rami Krispin's Avatar

Rami Krispin

@ramikrispin.bsky.social

Senior Manager Data Science and Engineering at  | Docker Captain 🐳| Time-series analysis & forecasting My newsletters: Weekly updates: https://ramikrispin.substack.com AIOps: https://theaiops.substack.com Forecasting: https://theforecaster.substack.com

7,794 Followers  |  2,164 Following  |  1,052 Posts  |  Joined: 02.01.2024  |  2.0714

Latest posts by ramikrispin.bsky.social on Bluesky

Stanford CS230 | Autumn 2025 | Lecture 1: Introduction to Deep Learning
YouTube video by Stanford Online Stanford CS230 | Autumn 2025 | Lecture 1: Introduction to Deep Learning

Andrew Ng's new Deep Learning Course πŸ‘‡πŸΌ

www.youtube.com/watch?v=_NLH...

#ai #deeplearning

07.10.2025 16:29 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
SVM by Hand ✍️ Support Vector Machines (SVMs) reigned supreme in machine learning before the ascendancy of the deep learning revolution.

A great illustration of how the Support Vector Machine algorithm is working:

substack.com/home/post/p-...

#machinelearning

07.10.2025 02:52 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - sriharitn/foretell: Project Customer Retention based on Fader and Hardie et. al. Probability Mixture Models Project Customer Retention based on Fader and Hardie et. al. Probability Mixture Models - sriharitn/foretell

I came across the Foretell project todayβ€”an R library for forecasting customer retention based on Fader and Hardie et al. probability mixture models. Looks really interesting for those working with cohort data πŸ‘€:

github.com/sriharitn/fo...

#RStats

05.10.2025 19:37 β€” πŸ‘ 10    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
How to Build (Custom) AI Agents with MCP
YouTube video by Shaw Talebi How to Build (Custom) AI Agents with MCP

This short tutorial by Shaw Talebi focuses on building an MCP server and using it to create a YouTube AI agent.

www.youtube.com/watch?v=w-Ml...

#ai

05.10.2025 15:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Coding with AI (Copilot) Tutorial - YouTube Learn how to implement AI into your coding workflow using GitHub Copilot with VS Code.

I really love the Net Ninja channel content. This crash course by Net Ninja focuses on implementing AI into the coding workflow using GitHub Copilot with VS Code.

www.youtube.com/playlist?lis...

#AI

05.10.2025 15:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
List: Docker | Curated by Rami Krispin | Medium Docker Β· Docker tutorials Β· 13 stories on Medium

I have accumulated 13 random Docker tutorials on Medium over the past two years for both #rstats and #python, and for #VScode. I created a list with links:
medium.com/@rami.krispi...

04.10.2025 20:30 β€” πŸ‘ 9    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
Issue 56: R for Economic Research, the Quarto-Svelte Project, Stanford Transformer Playlist A weekly curated update on data science and engineering topics and resources.

My weekly newsletter is out!

This week’s agenda:
πŸ”Ή Open Source of the Week - The quarto-svelte project
πŸ”Ή New learning resources -
πŸ”Ή Book of the week - R for Economic Research (second edition) by J. Renato Leripio

ramikrispin.substack.com/p/issue-56-r...

#rstats #ai #machinelearning #quartopub

04.10.2025 18:01 β€” πŸ‘ 8    πŸ” 1    πŸ’¬ 1    πŸ“Œ 1
Preview
AI in Work Day I had the pleasure of attending and presenting at LinkedIn's AI in Work Day event this week in San Francisco. As the name implies, the event focused on AI's impact on the job market and the transforma...

I had the pleasure of attending and presenting at the LinkedIn AI in Work Day this week in San Francisco. I created a short summary of the talks and insights about the impact of AI on the job market.

www.linkedin.com/pulse/ai-wor...

03.10.2025 16:46 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Thanks, Australia πŸ‡¦πŸ‡Ί, for acknowledging that reviewing and submitting PRs can be a stressful process πŸ˜…

Image credit: Cybernews

29.09.2025 22:09 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
From Zero to a Dockerized Development Environment in Minutes with GitHub Repository Templates An effective approach for setting up a development environment

If you want to learn more about using GitHub templates: theaiops.substack.com/p/from-zero-...

29.09.2025 13:32 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

➑️ Updated the build to multi-arch, supporting both arm64 and amd64 CPU architectures. This is super useful for cases where you are using Apple Silicon locally and deploy to GitHub Actions (or other systems) that are running on amd64 architecture

29.09.2025 13:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I made the following updates that make this template more efficient:
➑️ Separated the image into two builds - dependencies (e.g., tools, Debian libraries, etc.) and the Python environment. This reduces the build time when starting a new project from minutes to seconds

29.09.2025 13:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
GitHub - RamiKrispin/vscode-python-uv-template: A Python Environment Template for VScode with UV A Python Environment Template for VScode with UV. Contribute to RamiKrispin/vscode-python-uv-template development by creating an account on GitHub.

The goal of using a GitHub template is to reduce the cost of starting a new project. My Python template includes a clone of my local CLI tools (zsh, oh-my-zsh, etc.), core Debian dependencies, VScode settings, and UV settings to create a virtual environment.

github.com/RamiKrispin/...

29.09.2025 13:32 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

I updated my Python 🐍 Dockerized 🐳 development environment template over the weekend πŸ‘‡πŸΌ

#python #docker #vscode #github

29.09.2025 13:32 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
The TimeCopilot Project, Modern Deep Learning Foundations Book, New Tutorials A weekly curated update on data science and engineering topics and resources.

My weekly newsletter is out!

This week's agenda:
πŸ”Ή Open Source of the Week - The TimeCopilot Project
πŸ”Ή New learning resources
πŸ”Ή Book of the week - Modern Deep Learning Foundations by Dr. Barak Or

ramikrispin.substack.com/p/the-timeco...

#timeseries #ai #machinelearning

28.09.2025 18:31 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
The Mandalorian and Grogu | Official Trailer | In Theaters May 22, 2026
YouTube video by Star Wars The Mandalorian and Grogu | Official Trailer | In Theaters May 22, 2026

This is the way!

youtu.be/_pa1KLXuW0Y?...

23.09.2025 13:05 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Having a Docker/Airflow setting issue:
-The time it would take me to figure out the issue (Google it, trial and error, and Google again, etc.), probably ~1 hr
-The time Claude Code identifies the issue and comes up with the right setting ~1m

Now, scale it on a yearly basis - that is a great ROI
#ai

22.09.2025 21:22 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - AzulGarza/timecopilot: TimeCopilot: the GenAI Forecasting Agent. Built on LLMs and Time Series Foundation Models, it lets you forecast, cross-validate, and detect anomalies using multiple fou... TimeCopilot: the GenAI Forecasting Agent. Built on LLMs and Time Series Foundation Models, it lets you forecast, cross-validate, and detect anomalies using multiple foundation models through a sing...

This looks like a super interesting project πŸ‘€

github.com/AzulGarza/Ti...

#ai #timeseries #forecasting

21.09.2025 16:09 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - RamiKrispin/vscode-r-template: A template for a dockerized R development environment for VScode A template for a dockerized R development environment for VScode - RamiKrispin/vscode-r-template

And my R template:
github.com/RamiKrispin/...

#rstats

21.09.2025 16:07 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
GitHub - RamiKrispin/vscode-python-uv-template: A Python Environment Template for VScode with UV A Python Environment Template for VScode with UV. Contribute to RamiKrispin/vscode-python-uv-template development by creating an account on GitHub.

Here is an example for a Python template:
github.com/RamiKrispin/...

#python

21.09.2025 16:07 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
The AIOps Newsletter | Rami Krispin | Substack Hands-on guides to the world of MLOps and AIOps. Click to read The AIOps Newsletter, by Rami Krispin, a Substack publication with hundreds of subscribers.

If you don't have a Medium subscription, the tutorial is available in my newsletter, The AIOps Newsletter, along with other tutorials.

theaiops.substack.com

21.09.2025 14:00 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
From Zero to a Dockerized Development Environment in Minutes with GitHub Repository Templates An effective approach for setting up a development environment

The following tutorial focuses onΒ efficiently setting up a new Dockerized development environment with minimal time usingΒ GitHub repository templatesΒ withΒ VScodeΒ and theΒ Dev ContainersΒ extension.

The tutorial is available on Medium:

medium.com/p/6193f6d4ecb4

#docker #github #mlops #vscode

21.09.2025 14:00 β€” πŸ‘ 8    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
The JuLS Project, Model to Meaning Book, Claude Code Tips, Airflow DAG Testing, Python Dictionaries A weekly curated update on data science and engineering topics and resources.

My weekly newsletter is out!

This week's agenda:
πŸ”Ή Open Source of the Week - The JuLS project
πŸ”Ή New learning resources
πŸ”Ή Book of the week - Model to Meaning by Vincent Arel-Bundock

ramikrispin.substack.com/p/the-juls-p...

#Julialang #RStats #python #datascience

20.09.2025 14:38 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Running OpenAI GPT OSS Locally with Docker Model Runner and R This is the fourth tutorial in the Docker Model Runner series.

The fourth tutorial in the Docker Model Runner series focuses on working with LLMs locally with R using the ellmer library:

medium.com/data-science...

#ai #rstats #docker

15.09.2025 12:54 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
6 Months of Claude Code Lessons in 27 Minutes
YouTube video by AI with Avthar 6 Months of Claude Code Lessons in 27 Minutes

The following short tutorial provides great tips for using Claude Code:

www.youtube.com/watch?v=rfDv...

14.09.2025 13:25 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
The ggplot2 New Release, Regression and Other Stories, Deep Learning for Computer Vision, Introduction to Decision Trees with Python A weekly curated update on data science and engineering topics and resources.

My weekly newsletter is out!

This week's agenda:
πŸ”Ή Open Source of the Week - ggplot2 new release
πŸ”Ή New learning resources
πŸ”Ή Book of the week - Regression and Other Stories

ramikrispin.substack.com/p/the-ggplot...

#rstats #python #ai #datascience

13.09.2025 17:33 β€” πŸ‘ 15    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

I asked to create a diagram that explains the Airflow DAG and it created it with mermaid, so I asked if it can create it with Draw.IO and simply did. If it crashed or stuck, you should restart and try again

12.09.2025 17:43 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

When you are brainstorming with Claude Code about building a data pipeline and ask it to create documentation and a diagram 🀯

#ai #claude

12.09.2025 16:51 β€” πŸ‘ 10    πŸ” 0    πŸ’¬ 3    πŸ“Œ 0
Preview
RDM Weekly - Issue 012 A weekly roundup of Research Data Management resources.

Issue 12 of RDM Weekly is out! πŸ“«

It includes:
- Navigating Open Research for Early Career Researchers from CONUL Research Group
- Shaping Responsible AI @researchdataall.bsky.social
- Beginner’s Guide to Web Scraping in Python @spsanderson.com
and more!

rdmweekly.substack.com/p/rdm-weekly...

09.09.2025 15:50 β€” πŸ‘ 5    πŸ” 4    πŸ’¬ 2    πŸ“Œ 1
Preview
Stanford CS231N Deep Learning for Computer Vision I 2025 - YouTube Computer Vision has become ubiquitous in our society, with applications in search, image understanding, apps, mapping, medicine, drones, and self-driving car...

Stanford released the new version of one of the most popular Stanford Deep Learning courses - Deep Learning for Computer Vision, taught by Prof. Fei-Fei Li, Prof. Ehsan Adeli, Prof. Justin Johnson, and TA Zane Durante.

πŸ“½οΈ: www.youtube.com/playlist?lis...

#ai #deeplearning #machinelearning

09.09.2025 16:31 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

@ramikrispin is following 20 prominent accounts