In this post/Jupyter Notebook we'll forecast Cryptocurrency prices using Deep Learning (PyTorch, TF/Keras & darts) and we'll use both both simpler networks and more complex ones like NBEATs.
9 posts tagged with "workshop"
View All TagsPredicting Stock Prices using classical machine Learning (Time Series #2)
Decomposing & Working with Time Series (Time Series #1)
Seam Carving (Presentation & Workshop)
This is from a presentation I did last week (12th of May 2021). Notebook just under the slides!
Please note that this requires the Kotlin kernel to run as it's Kotlin and not Python.
Building a Swedish Named Entity Recognition (NER) model (Flair/Huggingface)
Not interested in reading the whole article and just wanna play around with the model(s)? Head over to londogard.com/ner.
P.S. The Flair model is available for simple installation through huggingface.co's model hub
Transformers From Scratch
In this post I walk through Self-Attention Transformers from scratch with demos at the end for Text Classification & Generation, where the PyTorch-code is wrapped by fast.ai to simplify end-2-end.
How to build and play Snake via Native Binary, JVM and JS/Browser (Kotlin)
A three part blog (all included in this one) that goes through
- How Kotlin Multiplatform works (compiler and everything)
- How to build a game (Snake) and finally
- how to make it multiplatform.
CoViD-19 FAQ Search Engine 2.0
In this post I improve the previous FAQ search engine by some low hanging fruits. The requirements stay the same thus SotA is not achieved but rather it's simply generic & easy on hardware (Raspberry Pi capable).
[2019-02-04] AFRY NLP Competence Meeting: Text Classification IMDB
I've set a goal to create one blog post per Competence Meeting I've held at AFRY to spread the knowledge further. This goal will also grab all the older meetings, my hope is that I'll be finished before summer 2020, but we'll see.