Skip to content
View mglasder's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report mglasder

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

Hi there 👋

class DeepLearningEngineer(Human):
    def __init__(self, name, interests, expertise, languages):
        super(DeepLearningEngineer, self).__init__(name, interests)
        assert isinstance(languages, list) and len(languages) > 0
        self.expertise = expertise
        self.languages = languages

    def working_on() -> str:
        return "Deep Learning for Additive Manufacturing"


me = DeepLearningEngineer(
    name="Magnus",
    expertise=[
        "Machine Learning",
        "Deep Learning",
        "Reinforcement Learning",
        "Data Science",
        "Software Development (SOLID, TDD, ...)",
    ],
    interests=[
        "Skiing",
        "Hiking",
        "Cooking",
        "Coding",
    ],
    languages=[
        "Python",
        "Swift",
        "C++",
        "German",
        "English",
        "Catalan",
    ]
)

Get in touch:

📫 How to reach me: Linkedin LinkedIn

Pinned Loading

  1. invoice-manager invoice-manager Public

    A CLI tool for invoice processing and automatic refund requests via Email

    Python 1

  2. swiftygrad swiftygrad Public

    Swiftygrad is a simple autograd library for Swift inspired by Andrej Karpathy's micrograd for Python.

    Swift 1

  3. datamultiproc datamultiproc Public

    A Python multiprocessing data pipeline library

    Python 1