Giter VIP home page Giter VIP logo
banner
Typing SVG

💂🏻 About Me

#!/usr/bin/python
# -*- coding: utf-8 -*-

class PhDStudent:

    def __init__(self):
        self.name = "Simon Provost"
        self.role = "PhD Student in Computer Science"
        self.research_interest = "Automated Machine Learning (Auto-ML) applied Medicine"
        self.language_spoken = ["fr_FR", "en_US"]
        self.preferred_stack = ["cpp", "python", "c", "javascript"]
        self.open_for_summer_phd_internship = True

    def say_about_me(self):
        print(f"Hi, I'm {self.name}, a {self.role} with a deep fascination "
              f"for problem solving, which led me to undertake a graduate "
              f"degree in Advanced Computer Science and Research.")
        print(f"My preferred tech stack includes {', '.join(self.preferred_stack)} "
              f"and I'm proficient in the following languages: "
              f"{', '.join(self.language_spoken)}.")
        print("My love for Computer Science was ignited by a profound "
              "interest in research and machine learning, earning me "
              "outstanding distinction for my work.")
        print(f"Today, my research focuses on {self.research_interest}, "
              "aiming to pioneer unexplored areas and revolutionise how "
              "Computer Science is perceived and utilised in our "
              "digitalised world.🌍")

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work "
              "interesting and inspiring. 👌")

    def buy_me_a_coffee(self):
        print("If you appreciate my work, I would tremendously enjoy a "
              "☕️ Café au lait 🇫🇷 to keep-it up!")
        print("https://buymeacoffee.com/simonprovost")


me = PhDStudent()
me.say_about_me()
me.say_hi()
me.buy_me_a_coffee()

Google Scholar Research Papers

  1. (Co-Author)Provost, S. with Tighe, D., Ho, M., Puglia, F., McMahon, J., 2023. Risk Adjusted Cumulative Sum chart methodology to monitor of free flap failure rates in the QOMS national audit. British Journal of Oral and Maxillofacial Surgery VOLUME 61, ISSUE 10, E5.

  2. (Co-Author)Provost, S. with Tighe, D., Sasson, I., Ho, M., 2023. Technical appendix-Validating risk-adjustment models used in QOMS. British Journal of Oral and Maxillofacial Surgery (QOMS).

  3. (Co-Author)Provost, S. with Tighe, D., McMahon, J., Schilling, C., Ho, M., and Freitas, A., 2022. Machine learning methods applied to risk adjustment of cumulative sum chart methodology to audit free flap outcomes after head and neck surgery. British Journal of Oral and Maxillofacial Surgery, 60(10), pp.1353-1361.

  4. (Co-Author)Provost, S. with Tighe, D., Tekeli, K., Gouk, T., Smith, J., Ho, M., Moody, A., and Walsh, S., Freitas, A., 2023. Machine learning methods applied to audit of surgical margins after curative surgery for facial (non-melanoma) skin cancer. British Journal of Oral and Maxillofacial Surgery, 61(1), pp.94-100.

Medium Blogs

Medium Blogs

  1. Provost, S., Introduction to Automated Machine Learning with Auto-Sklearn ⚙️.

  2. Provost, S., Diversity and a novel Deep Learning model called Deep Forest: Applying an Important Concept to a Promising Framework.

  3. Provost, S., Classification of Sleep-Wake states with the use of a novel Deep-Learning approach.

  4. Provost, S., Michele, L., Classification of Sleep-Wake states with the use of a novel Deep-Learning approach.

  5. Provost, S., Michele, L., Computer Science Students take a step in the sleep-medicine field with Actigraphy.

  6. More can be seen here.

📊 GitHub Stats

Most Used Languages

🌍 Connect With Me

Feel free to get in touch with me on these platforms:

Provost Simon's Projects

auto-skwe icon auto-skwe

Automated Machine learning applied to medical data while benchmarking frameworks of Auto-ML - Master's thesis study 🔬

awesome-automl-papers icon awesome-automl-papers

A curated list of automated machine learning papers, articles, tutorials, slides and projects

cpppool icon cpppool

[Final Grade: A] Second "Piscine" of Epitech, C++ programs to learn Object-oriented programming.

epibuild icon epibuild

Make your routines with an app instead of your laptop. Unit Tests / Norminette ...

epicture icon epicture

[Final Grade: A] A photo finder / browsing app based on Imgur API

gama icon gama

An automated machine learning tool aimed to facilitate AutoML research.

genericroundedcard icon genericroundedcard

React native component which allow the user to create a card with thumbnail or text to any corners of the (rounded) card 🔍 {Component React native}

indie_studio_2018 icon indie_studio_2018

[TOP 1 France] [Final Grade: A] Indie Studio is a bomberman clone in which we can play either in solo mode or in multiplayer mode.

rpl icon rpl

/rpl is fork (with one new feature) source from UNIX procedure that reads standard input, replaces all desired occurrences, and searches for the suffix specified in the parameters ⌨️

socialcard icon socialcard

Create your social Card, send it to you friends, crush. It's faster, newer and fresher 💳

update-to-sass icon update-to-sass

Want to update your css project into an Sass one ? Here is a generic script which do the job ⌨️

velomaggpark icon velomaggpark

Where would be the best and available parking for Tam Bike in Montpellier ? 🚴🏻‍♀️

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.