Skip to content
View marius-verdier's full-sized avatar

Highlights

  • Pro

Block or report marius-verdier

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

Hi there ! Welcome to my GitHub's profile

I'm Marius, a student at CentraleSupélec in Paris-Saclay University.

🔧 Technologies & Tools

I'm well-versed in:

  • Programming Languages: C, C++, Rust ;
  • Web Development: HTML, CSS, PHP, JavaScript ;
  • Mobile Development: React Native, Flutter, Swift, Java ;
  • Database Management: MySQL, PostgreSQL.

🚀 Projects

I present here some projects I worked on or I am working on, alone or with a team:

  1. N-Bodies simulation: Simulating n-bodies with both a naive and optimized method [03/2023]
  • Implemented brute-force solution
  • Implemented Barnes-Hut method in order to optimize code efficiency
  • Highlighting of the chaotic behaviour of the solutions
  1. Predicting Stocks Behavior with an Agent Based Model (ABM) [05/2023]

Team: @marius-verdier, @edward-lucyszyn, Pierre Tesio, Mohamed Azahriou, Paul Bastin

  • Computed the best coefficients to make the model fit real-world stock changes over the past 10 years.
  • Analyzed investment strategies employed over the past five decades.
  • Tested our model with recent data, achieving an accuracy rate of 60%.
  • Predicting Stocks Behavior: Agent Based Model Calibration
  1. Denoiser model implementation in Swift [07/2024]
  • Naive implementation in Swift
  • Modifications to allow real-time use

💬 Let's Connect

Connect with me on:

Happy coding! 🖥️💻

Popular repositories Loading

  1. personio_attendance personio_attendance Public

    A automated way to clock-in clock-out on personio HR platform

    Python 3

  2. simulation-n-corps simulation-n-corps Public

    Python 1

  3. agent-based-model-calibration agent-based-model-calibration Public

    Predicting Stocks Behavior with an Agent Based Model (ABM) Model

    Jupyter Notebook

  4. marius-verdier marius-verdier Public

    Config files for my GitHub profile.

  5. own-shell own-shell Public

    This project is a simple C project that allow you to create your own shell within an executable file.

    C

  6. cpu_vhdl cpu_vhdl Public

    Construction of a micro processor type RISC using VHDL

    VHDL