Skip to content
View davirpp's full-sized avatar
🤖
🤖

Highlights

  • Pro
Block or Report

Block or report davirpp

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

👋 Hello! I'm Davi

I am studying a bachelor's degree in Data Science and Artificial Intelligence at the Federal University of Paraíba. Definitely a passionate Python and data guy who really enjoys solving problems and watching Formula 1.

class Davirpp(Data_Scientist):

    def __init__(self):
    self.username = 'davirpp'
    self.name = 'Davi Ribeiro'
    self.role = ['Data Scientist', 'Data Analyst']
    self.language_spoken = ['pt_BR', 'en_US']
    self.code = ['Python', 'SQL', 'R', 'C', 'C++', 'Julia']
    self.python_libs = ['Pandas', 'Numpy', 'Matplotlib', 'Scikit-Learn', 'TensorFlow', 'Pytorch']
    self.database = ['MySQL', 'PostgreSQL', 'SQLite']
    self.tools = ['Jupyter', 'Power BI', 'Git', 'Notion', 'Office']
    self.interests =
        ['Data Science', 'Artificial Intelligence', 'Machine Learning',
         'Deep Learning', 'Math and Statistic', 'Operational Research']

    def say_hi(self):
        print('Thanks for dropping by, hope you find some of my work interesting.')


if __name__ == '__main__':
    me = Davirpp()
    me.say_hi()

📫 Get in touch

OutlookGmailLinkedInInstagramTelegram

📈 My GitHub Stats

Pinned

  1. Formula-1-ML Formula-1-ML Public

    Predicting Formula 1 Tracks using Machine Learning

    Jupyter Notebook

  2. Sentiment-Classification-for-Reviews-in-PT-BR Sentiment-Classification-for-Reviews-in-PT-BR Public

    Sentiment Classification for reviews in PT-BR with different architectures

    Jupyter Notebook 2

  3. IPO_Analysis IPO_Analysis Public

    Analysis of Brazil's IPO'S from 2015 to 2021

    Jupyter Notebook 2

  4. Machine_Learning Machine_Learning Public

    Repositório com a implementação de alguns algoritmos de Machine Learning

    Python

  5. Digits-Classifier Digits-Classifier Public

    Handwritten Digits Classifier using only linear classifiers made by me

    Jupyter Notebook

  6. Handwritten-Digits-MNIST Handwritten-Digits-MNIST Public

    Handwritten Digits Classifier with Neural Networks

    Jupyter Notebook 1