Skip to content
View bastienlc's full-sized avatar

Sponsoring

@rclone

Highlights

  • Pro

Organizations

@KIClubinfo

Block or report bastienlc

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.

  • autograd: a tensor library in Rust with pytorch-style autograd and python bindings
  • 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. autograd autograd Public

    A tensor library in Rust with pytorch-style autograd and python bindings.

    Rust

  2. CPOP CPOP Public

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

    Jupyter Notebook

  3. MVA-Labs MVA-Labs Public

    Labs for the MVA master

    Jupyter Notebook

  4. pdf-watermark pdf-watermark Public

    A python CLI tool to add watermarks to a PDF

    Python 63 8

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

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

    Python 17 4

  6. indentalog indentalog Public

    An easy-to-use progress logger for python

    Python