Skip to content
View gprzy's full-sized avatar
🐍
🐍
Block or Report

Block or report gprzy

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

gprzy

Hello 👋

  • 🧩 I am a problem solving enthusiast;
  • 🔭 I'm currently working as a Data Scientist at @Junto Seguros;
  • 🪀 I'm a Specialist in Data Science and Big Data, and M.Sc. candidate in Computer Science at @UFPR;
  • 🌱 Bachelor's degree in Computer Science at @PUCPR;
  • 🧶 My main interests are Mathematics and Machine Learning;
  • 📫 You can reach me through my Linkedin or my e-mail — gabrielhprzytocki@gmail.com

Pinned

  1. A Decision Tree learns how to write ... A Decision Tree learns how to write my name
    1
    import string; import numpy as np; from functools import reduce
    2
    from sklearn.preprocessing import MinMaxScaler; from sklearn.tree import DecisionTreeClassifier
    3
    
                  
    4
    clf = DecisionTreeClassifier()
    5
    
                  
  2. computer-science-pucpr computer-science-pucpr Public

    🧪 Collection of miscellaneous projects during my Computer Science Bachelor's degree at PUCPR

    Shell

  3. problem-solving problem-solving Public

    🧩 Collection of miscellaneous problems, algorithms, competitive programming, among others topics

    Python

  4. real-time-fraud-detection real-time-fraud-detection Public

    💳 A real-time machine learning approach for detecting fraudulent transactions in online payments

    Python 1

  5. simpsons-classification simpsons-classification Public

    👶 Simpsons character classification using machine learning and image processing

    Python 3

  6. ml-from-scratch ml-from-scratch Public

    🧶 A collection of Machine Learning algorithms implemented from scratch

    Python