Skip to content
View AndressaStefany's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report AndressaStefany

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

Hi, I'm Andressa Oliveira!

🎓 Former Master's Student at Polytechnique Montréal | Computer Engineer at Federal University of Rio Grande do Norte

🎲 Data Science enthusiast

Linkedin Badge GitHub AndressaStefany

😊 A little more about me...

class Andressa:
    def __init__(self):
        self.pronouns = ["she", "her"]
        self.code = ["Python", "SQL", "C++", "Javascript", "HTML", "CSS"]
        self.tools = ["Git", "Jupyter Notebook", "PyTorch", "Plotly", "React", "Node JS"]
        self.work = ["Machine Learning", "LLMs", "Evolving Systems", "Clustering"]
        self.challenge = {
            "achievement": "TOP 100 LATAM at Behind the Code 2020 IBM Marathon",
            "latest": "Successfully defended my master's thesis at Polytechnique Montréal"
        }
    def get_code(self):
        return self.code
    
    def get_tools(self):
        return self.tools
    
    def get_work(self):
        return self.work
    
    def get_challenge(self):
        return self.challenge

Pinned

  1. AndressaStefany.github.io AndressaStefany.github.io Public

    HTML

  2. UFRN-data-analysis UFRN-data-analysis Public

    Jupyter Notebook 3 1

  3. evolving_systems evolving_systems Public

    Evolving Systems Library

    Jupyter Notebook 3 1

  4. project project Public

    Jupyter Notebook 3

  5. solarsystem solarsystem Public

    Um modelo do Sistema Solar, com a sua estrela, os oito planetas e mais os principais satélites naturais. Além disso, os movimentos de translação e rotação de todos os astros, de tal forma que a mov…

    C++ 1 1

  6. SOM SOM Public

    Rede Neural auto-organizável

    MATLAB 1