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

Block or report MaskedSyntax

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

Hello there πŸ‘‹

visitors Open Source Love

package main

import "fmt"

type Developer struct {
	name        string
	role        string
	languages   []string
	prevExp     string
	currentFocus string
}

func (d Developer) sayHi() {
	fmt.Printf("Hi, I'm %s! I specialize in %s and have experience in %s. "+
		"I'm currently focusing on %s while exploring how applied math and machine learning solve real-world problems. "+
		"Thanks for visiting my GitHub!\n",
		d.name, d.role, d.prevExp, d.currentFocus)
}

func main() {
	dev := Developer{
		name:        "Aftaab Siddiqui",
		role:        "Software Development and Machine Learning",
		languages:   []string{"Python", "C++", "Go", "Java"},
		prevExp:     "Backend Development (Spring Boot) and Flutter for Cross-Platform Apps",
		currentFocus: "Generative AI, Edge ML, Multimodal ML, and Graph ML",
	}
	dev.sayHi()
}

➜ primary email: aftaab@aftaab.xyz
➜ Personal website and blog: aftaab.xyz/blog

πŸ“” Latest Blog Posts

➜ What’s the Deal with Graph Machine Learning?
➜ SLAM in Self-Driving Cars: Mapping the Road Ahead
➜ The Role of Machine Learning in Medical Science: A Hopeful Future

πŸ”§ Technologies & Tools

Programming Languages:

Python C++ Golang Java TypeScript

Frameworks & Libraries:

Spring Boot Flutter TensorFlow PyTorch scikit-learn NumPy Pandas

Development Tools:

Neovim Git Linux Zsh

Databases:

MySQL SQLite

Machine Learning Areas:

Generative AI Edge ML Multimodal ML Graph ML

πŸ† GitHub Trophies

trophy

Pinned Loading

  1. genes-drug-response-prediction genes-drug-response-prediction Public

    🧬 Drug Response Prediction Using Gene Expression Data

    Jupyter Notebook 1

  2. IntelliPath IntelliPath Public

    A python based visualizer for A* pathfinding algorithm.

    Python 2

  3. ARM7-Assembler ARM7-Assembler Public

    An ARM7 Assembler made in python using regex and tkinter

    Python 2

  4. 2-Stage-OpAmp-Analysis 2-Stage-OpAmp-Analysis Public

    Comparative Analysis of Machine Learning Models for Aspect Ratio Estimation of a Two-Stage Operational Amplifier

    Python 3 1

  5. DocuLens DocuLens Public

    A python3 based Document Scanner that uses multiple computer vision algorithms to optimize results.

    Python 2

  6. AoC-2024 AoC-2024 Public

    Advent of Code - 2024 solutions in golang

    Go 1