Skip to content
View Lundez's full-sized avatar
  • Lund, Sweden

Organizations

@londogard
Block or Report

Block or report Lundez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Lundez/README.md

Blog

Find my blog on blog.londogard.com!

And make sure to not miss github.com/londogard where I do a lot of code today!

Recent entries:

  1. Timeseries (predicting stocks/crypto) 3-part series (#1, #2, #3)
  2. Deep Learning in the browser using ONNX with KotlinJS
  3. Knowledge Distillation

Interesting Presentations

Almedalsveckan 2021 - Vikten av att verkligen förstå AI-modeller (The Importance of Really Understanding AI-models). I did a presentation on the importance of understanding models and their decisions. This talk touched upon an array of matters such as Ethical AI, Explainable AI (XAI) and Data Bias. The focus of the presentation was to be of societal contribution.

There was multiple people showing up afterwards thanking me for a great "easily digestible" presentation, one being Hallands Län.
youtube.com

Industry Days 2021
Based on my expertise I was invited as an AI Expert on a panel to discuss the industry of tomorrow and how to speed up the digitalization during Industry Days 2021 (by IEEE) in Västerås.
vimeo/ldlmedia (starts at ~2h13m)

Google DevFest by GDG - Managing the ML lifecycle without a headache (MLOps)
I did a presentation in person that unfortunately didn’t get recorded as the camera battery died. I did a reshoot but it didn’t become as natural as there was no audience. Either way I was speaking about the importance and how to manage the ML lifecycle without a headache. I presented some great tech agnostic MLOps tool (DVC/CML) and how to work with these.
youtube.com

Interesting Repositories

What Where Summary
londogard-nlp-toolkit Kotlin, JVM One of the, if not the, best Natural Language Processing Toolkit on the JVM written in Kotlin. Includes simple usage of Tokenizers (including HuggingFace), BPEmb, classifiers, stopwords, and much more!
Summarize Kotlin, JVM A summarize with two different variants which were state-of-the-art for extractive summarisation a few years ago when I implemented them. One is built on top of TFIDF, the other combines TFIDF, embeddings and more! Runnable on the Raspberry Pi by using some clever optimisations for Word Embeddings (try it here)
Text Gen Kotlin, JVM Text Generation without Machine Learning. Built purely on statistics, clever optimisations and smart lookups allows this too run on a Raspberry Pi
Java SymSpell Java A port of SymSpell to Java & the JVM. SymSpell is a incredibly efficient spell-correction tool
Fuzzy Match Kotlin, JVM A copy-and-insert ready to use library for fuzzy searching, works incredibly well (try it here)

Make sure to take a look at github.com/londogard, londogard.com & blog.londogard.com.

Pinned

  1. londogard/londogard-nlp-toolkit londogard/londogard-nlp-toolkit Public

    Londogard Natural Language Processing Toolkit written in Kotlin

    Kotlin 70 4

  2. JavaSymSpell JavaSymSpell Public

    SymSpell v6.4ish ported to Java 8. Will be a module in my Master Thesis.

    Java 22 13

  3. londogard/fuzzy-match-kt londogard/fuzzy-match-kt Public

    Fuzzy Matching in Kotlin. Great search. Blazing fast. Plain awesome.

    Kotlin 3

  4. londogard/summarize-kt londogard/summarize-kt Public

    Summarisation library. Easy-to-use API with ready models.

    Kotlin 2

  5. londogard/smile-nlp-kt londogard/smile-nlp-kt Public

    Kotlin extensions / Interfaces that extends the Java/Scala implementation/implicits of Smile NLP. Basically a simplification for Kotlin (& probably Java) users.

    Kotlin 13 2

  6. londogard/text-gen-kt londogard/text-gen-kt Public

    Text Generation in Kotlin. Will include multiple pre-trained models & ability to train your own. Easy-to-use API as a goal too.

    Kotlin 2