Now powered by Keras 3 🎉 — with support for PyTorch, TensorFlow, and (partially) JAX backends.
🛠️Try it out and share your feedback!
GitHub: github.com/AlexanderVNikitin/tsgm
Paper: shorturl.at/ABylf
Now powered by Keras 3 🎉 — with support for PyTorch, TensorFlow, and (partially) JAX backends.
🛠️Try it out and share your feedback!
GitHub: github.com/AlexanderVNikitin/tsgm
Paper: shorturl.at/ABylf
Step 2: 💻 Drop this gem into slack "I did implement throttling, retries, and sleeping... but probably not enough"
Step 3: 🫠 Realize that this applies to both my code AND my life
Step 2: 💻 Drop this gem into slack "I did implement throttling, retries, and sleeping... but probably not enough"
Step 3: 🫠 Realize that this applies to both my code AND my life
My favorite technical moments aren't the flashiest 💥.
Sometimes a bug fix is just a few lines of code, but the real work is asking "why" and "what if" (many times).
My favorite technical moments aren't the flashiest 💥.
Sometimes a bug fix is just a few lines of code, but the real work is asking "why" and "what if" (many times).
Developer Voices is always 🔝
Developer Voices is always 🔝
Python 🐍: safe bet
Rust 🦀: rewarding and fast if it compiles
Scala: I super love FP ❤️ but I forgot how messy the Java stacktrace is 🐘
TypeScript: maybe the least interesting for AoC?
Python 🐍: safe bet
Rust 🦀: rewarding and fast if it compiles
Scala: I super love FP ❤️ but I forgot how messy the Java stacktrace is 🐘
TypeScript: maybe the least interesting for AoC?
`.pipe()` and chaining are great for readability and resemble a functional programming style, but pandas does not fully adhere to functional programming principles due to its handling of mutable objects and side effects
`.pipe()` and chaining are great for readability and resemble a functional programming style, but pandas does not fully adhere to functional programming principles due to its handling of mutable objects and side effects