Coder Social home page Coder Social logo

Hello there 👨🏻‍💻, I'm Otávio Augusto!

Followers Profile Views

//needs g++ with flag "-std=c++17"
#include <iostream>
#include <string>
#include <tuple>

std::tuple<std::string, std::string, std::string, std::string> about_me()
{
  auto name = "Otávio Augusto Silva";
  auto schooling = "Computer Science student at Universidade Federal de Minas Gerais (UFMG)";
  auto bio = "A little introverted, somewhat shy but always friendly and excited to meet new people." 
  "Hard-working and dedicated programmer/data scientist/AI specialist." 
  "Finding my place in the world, one day at a time, a little step everyday towards self-reflection and improvement." 
  "I like teamwork and collaborative environments because people who work together for a common goal, always improve together.";
  auto profession = "Data Scientist | Machine Learning Specialist | Deep Learning Enthusiast";
  return std::make_tuple(name, schooling, bio, profession);
}

int main(int argc, char const *argv[])
{
    auto [name, schooling, bio, profession] = about_me();
    std::cout << name << '\n';
    std::cout << schooling << '\n';
    std::cout << bio << '\n';
    std::cout << profession << '\n';
    return 0;
}

Skills and Experiences:

Programming Languages:

C C++ C# Python Java JavaScript Haskell LaTeX

Data Science/Machine Learning/Deep Learning:

Keras NumPy Pandas PyTorch scikit-learn SciPy TensorFlow

Version Control:

Git GitHub GitLab

Frameworks/Plataforms:

.Net Anaconda OpenCV SQLite Jupyter Notebook

IDEs/Text Editors:

Atom Visual Studio Code Visual Studio

Operating Systems:

Windows Linux Ubuntu Arch Linux Manjaro

Connect with me:

Random:

I'm also a PC gamer:

And I love music:


otavio-silva

otavio-silva

Otávio Augusto Silva's Projects

es-tdd-aulapratica1 icon es-tdd-aulapratica1

Repositório referente a aula prática de TDD da disciplina Engenharia de Software (DCC03)

extras icon extras

📦 The Extras bucket for Scoop.

fspd-tp1 icon fspd-tp1

Trabalho prático da disciplina de Fundamentos De Sistemas Paralelos e Distribuídos (DCC641)

ibd-tp1 icon ibd-tp1

Trabalho prático 1 da disciplina de Introdução a Bancos de Dados.

ibd-tp2 icon ibd-tp2

Trabalho prático 2 da disciplina de Introdução à Bancos de Dados (DCC011)

icv-tp3 icon icv-tp3

Repositório do trabalho prático 3 da disciplina Introdução A Computação Visual (DCC030 - TU).

po-tp1 icon po-tp1

Trabalho prático da disciplina Pesquisa Operacional (DCC035).

po-tp2 icon po-tp2

Trabalho prático II da disciplina de Pesquisa Operacional (DCC035)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.