Skip to content
View Jean-Reinhold's full-sized avatar
  • Dataflair
  • Pelotas
Block or Report

Block or report Jean-Reinhold

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

Jean Reinhold

I am a passionate software engineer dedicated to tackling challenges across diverse domains. Over the course of my career, I have accumulated 1.5 years of valuable experience in developing and deploying machine learning and data applications within industrial settings. Additionally, I possess approximately 2.5 years of expertise in crafting innovative AI solutions for an array of fields, spanning from biotechnologies to real estate projects.


Chaos Game

Recent Article 0

Linkedin

Medium

Pinned Loading

  1. id3-decision-tree-from-scratch id3-decision-tree-from-scratch Public

    Python 2

  2. StreamDeck StreamDeck Public

    A Bluetooth streamDeck made to train my firmware skills

    C++ 4

  3. campus-restaurant-bot campus-restaurant-bot Public

    Python 1

  4. perceptron-from-scratch perceptron-from-scratch Public

    Python

  5. Siamese Neural Net with constrastive... Siamese Neural Net with constrastive loss
    1
    import random
    2
    import numpy as np
    3
    import matplotlib.pyplot as plt
    4
    import torch
    5
    import torch.nn as nn
  6. naive-bayes-from-scratch-tweet-toxicity naive-bayes-from-scratch-tweet-toxicity Public

    Jupyter Notebook