Skip to content
View duvrdx's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report duvrdx

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

👋 Hi there!

#!/usr/bin/python
# -*- coding: utf-8 -*-

class DataScientistResearcher:
  def __init__(self):
        self.name = "Eduardo Henrique"
        self.role = "Intern Backend Dev & Data Scientist Researcher & Student"
        self.language_spoken = ["pt_BR", "en_US", "es_ES"]
        self.main_technologies = ["Python", "Java", "C", "Tensorflow",
                             "Flask", "Django", "Javascript", "VueJS"]
        def say_hi(self):
          print("Thanks for coming here, hope you find something interesting.")

me = DataScientistResearcher()
me.say_hi()

👨‍💻 Technologies and Tools

🏆 GitHub Trophies

trophy

🗂️ Highlight Projects

ic_classificacao_rochas crnn-pytorch

Pinned

  1. ic_classificacao_rochas ic_classificacao_rochas Public

    Rock Classification with Convolutional Neural Networks

    Jupyter Notebook 4

  2. ic_transcricao_musical ic_transcricao_musical Public

    Jupyter Notebook 1

  3. mvmfaria/binary-tree mvmfaria/binary-tree Public

    Java 3

  4. sPOOtify sPOOtify Public

    Learning and improving skills in Object Oriented Programming, with concepts from the Spotify App

    Java 9 2

  5. cnn-cifar10 cnn-cifar10 Public

    Um projeto para praticar os conceitos de deeplearning com redes neurais convolucionais, esse projeto consiste em desenvolver um modelo de rede neural, para classificar imagens em 10 classes diferen…

    Python 1