A rigorous and from zero derivation of neural networks. Includes a
A from zero implementation of language models based on markov chains. Includes multiple
A reverse-engineered rigorous price pattern prediction. Has a fully realized and
An overview and download of my thesis from university. In it I derive the best linear prediction for timeseries data and an efficient recursive way to calculate it.
GIMSK |= (1 << INT0);
asm("sleep");
goto nextState;
ISR(INT0_vect) {
GIMSK &= ~(1 << INT0);
}
CAD, PCB, C
An automated solution to securing my data. The goal is to have a 3D-printed stand with a SSD inside, backing up designated data at the press of a button.
for qty in item["qtys"]
.split(self._seperator):
sub_item = {
"name": item["name"],
"qtys": qty
}
self._add_item(sub_item)
CAD, PY
A QR-Code based system designed to automate my weekly grocery shopping. Allows to simply scan desired recipes and automatically print out sorted shopping list.