Skip to content
View raveriss's full-sized avatar

Highlights

  • Pro

Block or report raveriss

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

Hi there đź‘‹, I'm Rafael

Github Followers Github Stars profile views LinkedIn

I joined École 42 with the aim of obtaining the title of Expert in Computer Architecture, a level 7 certification recognized in the National Directory of Professional Certifications (RNCP). To find out more about this certification, click here.

Through my journey, I have developed a deep conviction: digital technologies and innovations can play a crucial role in improving many aspects of our lives, such as health, housing, food, education, and the community fabric. I therefore strive to master as many IT skills as possible to create innovative tools that meet these challenges.

Today, I am looking for opportunities to leverage my skills and passion to contribute to projects that have a tangible positive impact on our society. If you share this vision and are looking to collaborate with someone determined to make a difference, please contact me.

Languages

Tools

AI / Data

   

Software Engineering

   

Infrastructure

   

Creative

       

Collaboration

   

Stats

Rafael's GitHub Stats

Pinned Loading

  1. Total_Perspective_Vortex Total_Perspective_Vortex Public

    Interface cerveau-machine (EEG) avec Machine Learning. Préprocessing MNE, réduction de dimension (PCA/CSP), pipeline scikit-learn, classification en “temps réel”, validation croisée et évaluation m…

    Python 1

  2. ft_linear_regression ft_linear_regression Public

    Implémentation d’un algorithme de machine learning : régression linéaire avec descente de gradient. Le projet prédit le prix d’une voiture selon son kilométrage, avec entraînement (θ0, θ1) sauvegar…

    Python 2

  3. krpsim krpsim Public

    KRPSIM est un outil en Python permettant la simulation et la vérification de graphes de processus pour optimiser la gestion des ressources. Il inclut un moteur de simulation cycle par cycle, un vér…

    Python

  4. minishell minishell Public

    Minimalist C shell, simulating basic bash functionality. It manages command execution with support for history, redirects, pipes, environment variables and signals. This project allows us to deepen…

    C

  5. ft_transcendence ft_transcendence Public

    Une application web intégrant le jeu Pong multijoueur en temps réel avec une interface utilisateur moderne, des fonctionnalités avancées de gestion des utilisateurs et une architecture modulaire ax…

    Python

  6. push_swap push_swap Public

    Sorting data on a stack with a limited set of instructions, aiming for maximum efficiency."

    C