Skip to content
View thiago-jvds's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report thiago-jvds

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
thiago-jvds/README.md

🤙 Thiago Veloso

Software Engineer & Data Scientist



Things I like to work on :)

from Persistence import Excellence

class Thiago:

    def __init__(self):
    
        self.country = "brazil"
        self.current_city = "cambridge_USA"
        self.current_job = "student"
        self.university = "MIT"

    def im_interested_in(self):
        
        return { 
                "professional": ["ML/AI", "DevOps", "big_data", "software_eng"],
                "hobbies": ["music", "cinema", "art", "philosophy", "jazz", "politics"],
                "4fun": ["computer_vision", "inference", "optimization"]
                }

    def goals_2023(self):

        return learn(["C", "TS", "data_pipeline"]) \\
               and improve(["data_science_skills", "software_eng_skills"]) \\
               and help_with_technology(self.country) \\
               and Excellence("everything")

🛠️ Language and Tools

Java

Java

Java

Java

Java

Java

Java

Java

Java

Java

Java

Java

Java

Java

Java

Java


🌎 Connect with me

thiago.jvds


📌 My Projects

I have worked on projects across many fields and I compilled them into a repository. They are from either personal projects, classes I have taken or internships and research works I have done. There you can find things in Inference, Optimization, Math, Programming, Algorithms and more!

Got interested? Here are some projects you will find there :)

  • 🌐 Wikipedia Page Rank with Markov Chain algorithm
  • 🌉 Image Processing with custom filters
  • 💻 LISP Interpreter
  • 🗺️ A-star path finding algorithm
  • 🚫 Spam Fitering with Naïve-Bayes
  • 🎥 Movie Recommender
  • 💰 Revenue Management Problem
  • 👷 and many more, as I add them

Thanks for checking out and stay tuned for more :)

\
/        /\____/\
\__=(   o_O   )=
(__________)
|_ |_       |_  |_

Popular repositories Loading

  1. mit-6.4212-belief-space-rrt mit-6.4212-belief-space-rrt Public

    In this project, we develop a belief-space RRT (Rapidly-exploring Random Tree) motion planner for a Kuka iiwa manipulator that explicitly accounts for depth sensor uncertainty when grasping objects…

    Python 2

  2. thiago-jvds thiago-jvds Public

    Config files for my GitHub profile.

    1

  3. iceberg-with-cache iceberg-with-cache Public

    Python 1

  4. 1806 1806 Public

    Forked from mitmath/1806

    18.06 course at MIT

    Jupyter Notebook

  5. my_projects my_projects Public

    All the projects that I did/participated on and judged interesting

    Jupyter Notebook

  6. machine_learning_examples machine_learning_examples Public

    Forked from lazyprogrammer/machine_learning_examples

    A collection of machine learning examples and tutorials.

    Python