Skip to content
View luisdamed's full-sized avatar
Block or Report

Block or report luisdamed

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

Hi there, I'm Luis

Engineer, maker and lifelong learner.

I'm experienced in using Python and MATLAB for scientific and engineering computations. Mostly for mechanical/automotive applications, but also for other scientific work (Particulate Matter, Air Filtration and Air Quality).

What I'm doing

I'm enthusiastic about Data Science, particularly about Deep Learning, and currently focused on learning as much as I can about its fundamentals. I'll use this profile to share any interesting projects I make while practicing any new skills I gain.

I've also repurposed some of my notes as Medium articles and blog posts, and you can check them out here: Deep Learning Notes


Hobby Electronics and General DIY stuff

As a maker, I enjoy creating things with my 3D printers and hobby electronics (mostly with microcontrollers like ESP32 and ESP8266).

I've shared a couple of projects related to that. My learning of C and C++ has been slow and steady, but my ability to document what I do started later.

For 3D printing, my girlfriend and I created a profile where we share free 3D printable designs online. It's called TwoThingies, and we are mainly on Instagram.


Personal website/blog

I have a website where I post - not so regularly - about what I learn and things I make. Check it out: makerluis.com

Pinned Loading

  1. Gradient_Descent_Visualizations Gradient_Descent_Visualizations Public

    Jupyter Notebook to compare different gradient-based optimization algorithms, implemented from scratch in Python

    Jupyter Notebook

  2. Braking_systems Braking_systems Public

    Utility MATLAB scripts that I used when working on the braking system of the Formula Student race car from Squadra Corse Polito, in 2018, and when writing my MSc thesis, in 2019

    MATLAB 4 1

  3. Collect data from Thingiverse.com RE... Collect data from Thingiverse.com REST API. You need to get an authorization token in order to use it - it is free.
    1
    #%% Thingiverse_API_runner
    2
    # Import libraries and make a first request to get the data about the different categories
    3
    
                  
    4
    from requests import Request, Session
    5
    from requests.exceptions import ConnectionError, Timeout, TooManyRedirects
  4. MKR_PM_datalogger MKR_PM_datalogger Public

    Datalogger module based on Arduino MKR WiFi 1010, MKR ENV Shield and SDS011 PM sensor

    C++

  5. Update_Lens_Diam_Single Update_Lens_Diam_Single Public

    Python script for using Autodesk Fusion 360's API to update a Camera Lens Cap Holder model and export STL files for 3d printing

    Python 1

  6. WemosD1Mini_Alexa_LEDStrip WemosD1Mini_Alexa_LEDStrip Public

    Forked from kakopappa/arduino-esp8266-alexa-multiple-wemo-switch

    Voice control of LED strip using Alexa, implemented through ESP8266 (Wemos D1 mini)

    C++ 1