Skip to content
View luk-f's full-sized avatar
πŸ’
πŸ’
Block or Report

Block or report luk-f

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
luk-f/README.md

πŸ‘‹ Hello everyone

πŸ’¬ I'm Lucas and I'm a machine learning engineer

I like to use Python 🐍 for personal and professional projects (but this is not my native language 😝).

Here is a quick list of my most recent or significant projects: πŸ’»

  • Just recently, I have create a small app to play with a buzzer 🚨 on each personal device. I developed it to try Flask API ! You can find it here: luk-f/BuzzerApp
  • I'm currently work on a algorithm used to aggregate movement data (in 2D) and generalize spatial information: luk-f/AggOfMassiveMvtData,
  • And obviously, I should refer to my PhD work πŸŽ“ that just finished last year, an unsupervised method of anomaly detection on multidimensional stream data (a CFOF approximation with iSAX tree): luk-f/pyCFOFiSAX
  • Also developed the CFOF method to compare it to my thesis work: luk-f/pyCFOF

Pinned

  1. AggOfMassiveMvtData AggOfMassiveMvtData Public

    Spatial Generalization and Aggregation of Massive Movement Data, by Andrienko et al.

    Python 1

  2. pyCFOFiSAX pyCFOFiSAX Public

    CFOF approximation via iSAX trees - Python

    Python 1 2

  3. pyCFOF pyCFOF Public

    CFOF developed in Python. Based on Angiulli's works : https://arxiv.org/pdf/1901.04992v2.pdf

    Python