#!/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()
Brazilian, 21
Information Systems💻
Student at IFES 🏫
- Serra, ES
- @duvrdx
- in/eduardo-prospero
Highlights
- Pro
Pinned Loading
-
ic_classificacao_rochas
ic_classificacao_rochas PublicRock Classification with Convolutional Neural Networks
Jupyter Notebook 4
-
-
-
cnn-cifar10
cnn-cifar10 PublicUm 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 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.