Category: ai
-

Time Series – Statistical Models
TimeSeries2_statsmodelling_livnlearnversion Imports¶ In [1]: import pandas as pd import numpy as np import matplotlib.pyplot as plt…
-

Time Series Split
Sources from kaggle offering an hourly energy demand data: https://www.kaggle.com/datasets/robikscube/hourly-energy-consumption provided by PJM (Pennsylvania, Jersey,…
-

Prisoner’s Dilemma – Graph setup
Setup notebook for experiment Setting up the workspace – assuming:you’ve vscode (setup with python, jupyter…
-

GNN – Projection
Data Synthetic data for demo. I asked ChatGPT to create user personas and generate data…
-

UNET CheatSheet
Encoder-Decoder architecture Components Encoder Encoder part halves the spatial dimensions and doubles the number of…
