Skip to content
View lennymalard's full-sized avatar
🤖
🤖
  • Angers, France

Block or report lennymalard

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
lennymalard/README.md

Hi, I’m Lenny 👋

I’m a self-taught AI enthusiast exploring Deep Learning and AI in depth, building and experimenting with models, algorithms and end-to-end systems, all built from scratch.


📊 GitHub Overview

GitHub stats Top languages


🛠 Selected Public Projects

  • 🚀 Deep Learning Framework (repo)

    • From scratch with NumPy
    • Autodiff engine
    • Modular API
    • Implementations of CNNs, LSTMs, FNNs
    • Toy demos like Shakespeare, MNIST or Titanic
  • 🧠 Transformer Variants (repo)

    • Encoder-only Transformer
    • Convolutional low-rank approximation of attention
    • Improvement of stability and efficiency
    • Extended abstract redaction
  • 🎮 NeuroEvolution (repo)

    • NEAT framework
    • Experiments with toy environments
  • 📑 iXBRL and LLMs (research project in development)

    • Parsing of financial filings
    • Dataset creation
    • Benchmarking
    • Self-supervised learning
    • Financial analysis

📫 Connect With Me

Pinned Loading

  1. melpy-project melpy-project Public

    A NumPy-based deep learning library for building neural networks. It features an automatic differentiation engine and supports training architectures like LSTM, CNN, and FNN.

    Python 4

  2. Conv-Linformer Conv-Linformer Public

    A small-scale study of Linformer, introducing a convolutional variant.

    Python

  3. neat-from-scratch neat-from-scratch Public

    Basic NEAT implementation from scratch.

    Python 1