Skip to content
View pohl-michel's full-sized avatar
Block or Report

Block or report pohl-michel

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

Hello world πŸ‘‹

My name is Michel, and I am a machine learning engineer / research scientist living in the UK. πŸ‡¬πŸ‡§ πŸ’‚β€β™‚οΈ β˜”

I thought that I could introduce myself using some Python code below πŸ§‘β€πŸ’» πŸ€ͺ

Favorite weird food combo: avocado, mango, and shrimp salad πŸ₯‘ πŸ₯­ 🍀

class FrogInOxford:

    def __init__(self):
        self.name = "Michel"
        self.location = "Oxford"
        self.previous_location = "Tokyo"
        self.eager_to_help = True
        self.joke_success_rate = 0.5

        self.current_project = {}
        self.side_project = {}

    def work(self):
        self.current_project["name"] = "AI for interstitial lung disease detection and treatment"
        self.current_project["organization"] = "Brainomix"
        self.current_project["tools"] = ["Machine learning", "Python", "Scikit-learn", "Pandas", "Docker"]
        self.current_project["start"] = datetime(year=2022, month=12, day=12)

        self.side_project["name"] = "MRI chest image prediction for radiotherapy"
        self.side_project["tools"] = ["Online learning of neural networks", "Video prediction", "Matlab"]

Some of my previous open-source works:

Deformable 3D image registration with Lucas-Kanade pyramidal optical flow Time series forecasting with online learning of recurrent neural networks
Calculation of the motion of a lung tumor due to breathing using optical flow. Prediction of the position of external markers on the chest to guide the radiation beam during lung radiotherapy. This will help compensate the latency of treatment systems and reduce irradiation to healthy tissues.

Pinned

  1. 3D-image-warping-using-Nadaraya-Watson-non-linear-regression 3D-image-warping-using-Nadaraya-Watson-non-linear-regression Public

    Deforming a 3D image according to a given deformation vector field with Nadaraya-Watson regression; 3rd repo in a series of 3 repos associated with the research article "Prediction of the motion of…

    MATLAB 2 1

  2. time-series-forecasting-with-UORO-RTRL-LMS-and-linear-regression time-series-forecasting-with-UORO-RTRL-LMS-and-linear-regression Public

    Prediction of multidimensional time-series data using a recurrent neural network (RNN) trained by real-time recurrent learning (RTRL), unbiased online recurrent optimization (UORO), least mean squa…

    MATLAB 13 4

  3. coding-interview-questions coding-interview-questions Public

    Solutions to coding interview questions on various websites

    Python

  4. Lucas-Kanade-pyramidal-optical-flow-for-3D-image-sequences Lucas-Kanade-pyramidal-optical-flow-for-3D-image-sequences Public

    Implementation of the Lucas-Kanade pyramidal optical flow algorithm to register 3D medical images; 1st repo in a series of 3 repos associated with the research article "Prediction of the motion of …

    MATLAB 5