Skip to content
View bastienlc's full-sized avatar

Highlights

  • Pro

Organizations

@KIClubinfo

Block or report bastienlc

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

Hi there 👋 I'm a graduating student in applied mathematics at the MVA master of ENS Paris-Saclay in France. I'm sharing some of my work here on github, feel free to take a look!

You can also check out my personal website where I share some insights on my work and my interests.

Academic work and projects

  • MVA-Labs: labs for the MVA master
  • CPOP: a python implementation of the CPOP algorithm to detect changepoints in a univariate time series
  • SBM-EM: an implementation of a variational EM algorithm for the stochastic block model in pytorch
  • altegrad-challenge: our solution to a challenge on molecule retrieval with natural language queries
  • NOT: a small project where we reproduce the results of a paper on neural networks for optimal transport
  • MOPSI: integer linear programming for a students housing problem

Personal projects

These are projects I made for fun or to solve a specific problem.

  • pdf-watermark: python CLI to add watermarks to a pdf
  • indentalog: an easy-to-use progress logger for python that keeps track of the call stack

Interview projects

These are projects I made for interviews, nothing too crazy here.

Pinned Loading

  1. CPOP CPOP Public

    Detecting changes in slope with a continuous piecewise linear model and an L0 penalty

    Jupyter Notebook

  2. MVA-Labs MVA-Labs Public

    Labs for the MVA master

    Jupyter Notebook

  3. SBM-EM SBM-EM Public

    EM algorithm for the Stochastic Block Model

    Jupyter Notebook 1

  4. pdf-watermark pdf-watermark Public

    A python CLI tool to add watermarks to a PDF

    Python 21 6

  5. KIClubinfo/upont-v4 KIClubinfo/upont-v4 Public

    L'intranet étudiant de l'École des Ponts

    HTML 16 1

  6. indentalog indentalog Public

    An easy-to-use progress logger for python

    Python