Author Image

Hi, I am Thevie

Thevie Mortiniera

Data Scientist Consultant at Biostarks

I’ve spent over three years working as a Data Scientist, diving into different sectors like luxury goods and health and wellness. I’ve had the chance to grow in both fast-paced startup environments and big international companies.
What I love about Data Science is the chance to keep asking why and still having the chance to look for answers in the clearest way possible, all through data.

I’m big into open source and community platforms like Hugging Face, Stack Overflow and Kaggle. I believe these resources have truly made programming more accessible for everyone.
I advocate for fostering innovation through community-backed resources, which can lead to a broader understanding, help people distinguish real information from fake news and enable more informed decisions when faced with data or statistics.
I’m fascinated by how big tech trends like AI, cloud technologies, and blockchain are changing our world. I think a lot about how to make these advances fair and accessible to all and how to use them in a way that’s sustainable for our planet.

I also enjoy playing and watching football, but not just for the game itself. I love how it brings people together, even if just for an hour or two.

I’m currently working on a side project and gathering feedback; I’d love to know about your main challenges and experiences using platforms such as Freelancer.com, Kaggle, StackOverflow and Quora, both as someone posting problems and as a problem solver.

Microsoft Certified - Azure Fundamentals
Andrew Ng Deep Learning Specialization

Skills

Experiences

1
Biostarks

Feb 2024 - Present

Geneva, Switzerland

Data Scientist Consultant

Feb 2024 - Present

Responsibilities:
  • Statistical analysis of laboratory data and visualization
  • Implementation of CI/CD pipelines with integration of tests for Performance Qualification of laboratory processes and softwares.

Cartier

Feb 2023 - Jan 2024

Chaux-de-fonds, Switzerland

Data Scientist

Feb 2023 - Jan 2024

Responsibilities:
  • Retrieval and analysis of relevant data from a GCP data lake (Bigquery, Cloud Storage)
  • Implementation and deployment of analytical, machine learning and deep learning models around data from 3D (Vertex AI, Pandas, Numpy, Open3D, ScikitLearn, Tensorflow)
  • Development of software and machine learning models pipelines (Github, Docker, CloudBuild, VertexAI, CloudRun, CloudFunctions)
2

3
Biostarks

Nov 2020 - Jan 2023

Geneva, Switzerland

Data Scientist

Nov 2020 - Jan 2023

Responsibilities:
  • Ran statistical analysis and visualization to help laboratory technicians and senior managers on their studies and analysis.
  • Developed and deployed a personalized food recommender system based on patient blood results (health biomarkers) and food nutrient composition.
  • Implemented an in-house robust Laboratory Information Management System (LIMS) with PHP Laravel and PostGreSQL for the website backend and Python for data processing to improve sample tracking and automation in the lab.

Rolex

Feb 2020 - Aug 2020

Geneva, Switzerland

Data Science Intern

Feb 2020 - Aug 2020

Responsibilities:
  • Implemented a video tracking application of a mechanical object going through both translations and rotations using fast fourier transforms
  • Evaluated various machine learning models (clustering, random forest) to analyze correlation between chronometrics performances and movement patterns.
4

5
AIESEC Global Volunteer

Jul 2018 - Aug 2018

Cairo, Egypt

Web developer Summer Intern

Jul 2018 - Aug 2018

Responsibilities:
  • Implemented the back-end (user registration processes and login) for a real estate agency in New Cairo.
  • Worked mostly using PHP and MySQL.

Education

Msc. in Data Science
Extracurricular Activities:
  • Erasmus Student Network (ESN) - Commitee Member (Oct 2019 - Feb 2020).
    Welcome exchange students with visits and activities for cultural understanding and mobility.
  • EPFL Call Center - IT support Assistant (Apr 2018 - Feb 2020).
    Address customer needs (in person, email or phone call) through ticketing using Service Now.
    Update the knowledge base, troubleshoot and resolve software usage problems.
Thesis:
Highlight, by Video Tracking analysis and Machine Learning algorithms, the movement patterns of an object that influence the chronometric performances of a mechanical subsystem.
Main courses:
Technical-oriented coursework which covered areas such as Statistics, Applied Data Analysis, Machine Learning, Artificial Neural Networks, and Database Systems.
Completed a Minor in Management, Technology and Entrepreneurship (MTE), encompassing courses in Financial Markets, Econometrics, Project Management and Supply Chain.
The educational journey combined in-depth technical skills with business acumen and management principles.
Bsc. in Data Science
Extracurricular Activities:
  • Ingenieurs du monde EPFL - Member (Sep 2017 - Jan 2018)
    Internship grants for UNIL and EPFL students to carry out a development project in an emerging country.
  • McDonalds - Versatile Crew (Oct 2016 - Jul 2018)
    Part-time student job (weekends, night shifts). Worked in the kitchen, in the lobby and as a cashier.
  • CVAJ - Private Tutor (Apr 2016 - Feb 2020)
    Helped high school and university students in improving their grades in mathematics and statistics.
  • Corris AG - Fundraiser (Feb 2015)
    Street Fundraising activities for a non-profit organization.
Main courses:
Technical coursework focused on computer science fundamentals such as data structures, algorithms, networking, and security, alongside programming in languages like JAVA (Object Oriented Programming), C (System Oriented Programming), and Scala (Functional Programming).
A strong emphasis was placed on mathematical foundations with courses in Calculus, linear algebra, statistics, and signal processing
Pursued an optional track in Visual Computing, focusing on C++ and OpenGL.

Projects

Transformer implementation for Sequence to Sequence translation
Transformer implementation for Sequence to Sequence translation
March 2024 - Present

From scratch Pytorch implementation of the original transformer paper. Briefly explain how it works through a sentence-to-sentence translation task example with English to Spanish.

Algorithmic trading using MACD
Algorithmic trading using MACD
Jan 2024

Comprehensive and educational analysis of investment strategies using the performance metrics of GAFAM stocks 📈 - Google, Apple, Facebook (now Meta), Amazon, and Microsoft.
It evaluates two distinct approaches. An active strategy utilizing Moving Average Convergence Divergence (MACD) for trading signals and a passive strategy employing dollar-cost averaging (DCA) with the SPDR S&P 500 ETF Trust (SPY) as a benchmark.

Collaborative Image Inpainting
Collaborative Image Inpainting
Sep 2020 - Dec 2020

Restore images with centrally masked areas using generative models to accurately predict and reconstruct missing parts.
Post-GAN training, the discriminator and generator collaboratively produce high-quality image samples using continuous gradient-based updates to the activation maps until the samples are classified as real by the discriminator.

Taught an agent to land on the moon using Reinforcement learning
Taught an agent to land on the moon using Reinforcement learning
Oct 2019

Developed a Python-based reinforcement learning agent capable of mastering the Lunar Lander game from OpenAI Gym.
I implemented the REINFORCE loss function using categorical cross-entropy weighted by the discounted reward for each observation and balanced the need for exploration (to learn diverse strategies) with exploitation (maximizing reward outcomes).

Customer churn Problem
Customer churn Problem
Aug 2019

Data-driven analysis and machine learning to detect customers who are more likely to churn. Used those insights to propose different strategies for the company to investigate for a potential retention program.

Boston House Prices
Boston House Prices
Jul 2019

This analysis compares the implementation of linear regression models from scratch (utilizing Numpy and Pandas) with those from scikit-learn to predict the optimal selling price for a client’s house.