Skip to content
View machinelurning's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
Block or Report

Block or report machinelurning

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

Hi there, I'm Ian, a machine learning researcher.

About Me ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ

class AboutMe:
   def __init__(self, 
                name, 
                job, 
                interests, 
                languages, 
                frameworks_and_tools
   ):
      self.name = "Ian"
      self.job = "Machine Learning Research"
      self.interests = [
        "machine learning",
        "number theory",
        "automation",
        "web scraping"
      ]
      self.languages = ["Python", "Rust"]
      self.frameworks_and_tools = [
        "django",
        "fastapi",
        "pytorch",
        "scikit-learn",
        "pyspark",
        "sql",
        "docker",
        "cloudformation",
        "kubernetes"
      ]

Profile Views

As a Machine Learning Researcher at a top FinTech company, I specialize in applying machine learning to credit scoring and customer engagement.

My technical expertise includes Python, PySpark, SQL, Docker, CloudFormation, and Kubernetes, as well as experience building ETL pipelines and deploying machine learning models on cloud platforms such as AWS and AlibabaCloud.

Outside of work, I am passionate about number theory, automation, and web scraping. I am the creator of two Python packages, stableperovskites and shopeepy-wrapped, and I'm currently expanding my skills by learning the Rust programming language.

If you're looking for a machine learning expert with a range of technical skills and a passion for innovation, I would love to connect with you.

Pinned Loading

  1. stableperovskites-api stableperovskites-api Public

    API for stableperovskites, a regression model package predicting the energy above hull of perovskite oxides.

    Python 1

  2. stableperovskites-pkg stableperovskites-pkg Public

    Regression model package predicting the energy above hull of perovskite oxides.

    Python