The Transformative Role of Large Language Models in Time Series Forecasting
Time Series Forecasting (TSF) is crucial in data science for predicting future values from historical data. Traditional methods often struggle with complex, variable data, but Large Language Models (LLMs) offer new capabilities. LLMs excel in capturing intricate patterns and handling unstructured data like text, enhancing forecast accuracy. They are...
How to Install and Use Nano on a Synology NAS via SSH
If you’re using a Synology NAS and prefer editing files through SSH but find VIM challenging, you’re not alone! Fortunately, you can easily install nano, a more user-friendly terminal-based text editor, on your […]...
Setting Up a Python 3.10 Virtual Environment with Pyenv and PyO3 on Macbook pro Silicon M1: A Step-by-Step Guide
In preparation for the PyData Amsterdam 2024 workshop on writing Python modules in Rust, I set up my development environment to ensure smooth sailing. If youβre interested in leveraging Rust’s […]...
Running and health related research articles
In this post I am gathering through time relevant articles on the subject of running an health....
From Hypothesis to Insights: A Step-by-Step Guide for people interested in Machine Learning Engineering
In this article I describe a series of steps that I learned through study and practise, each crucial for the success of ADSAI project. The steps are based on best […]...
Setting Up a Python Streamlit Environment on a Synology NAS
In this post, I will walk you through the process of setting up an environment for running Python Streamlit scripts on a Synology NAS as part of my experiences with […]...
Raspberry Pi controlled kiln (part 2)
In my previous post on making a raspberry pi controlled kiln I reached the point with a script running on my Raspberry PI to measure the temperature and manually switch […]...
Raspberry Pi controlled ceramic kiln
In this series of articles I am sharing my experiences with building a Raspberry Pi-controlled kiln from a second hand kiln. In this initial installment, I share my process of […]...