Skip to content
View masoud-rafiee's full-sized avatar
💡
💡
  • CS Degree from Bishop's University
  • Canada
  • 02:59 (UTC -05:00)
  • LinkedIn in/masoud-rafiee

Highlights

  • Pro

Block or report masoud-rafiee

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

EXPERTISE MATRIX

🧠 AI & Machine Learning

Deep Learning:
  - PyTorch, TensorFlow, OpenCV, etc.
  - Neural Architecture Design
  - Computer Vision Systems
  
ML Engineering:
  - scikit-learn, MLOps, etc.
  - Model Optimization
  - Production Deployment
  
Research Focus:
  - BCI Systems
  - Robotics & IoT
  - LLM and CV Applications

⚙️ Systems & Engineering

Languages:
  - Python, C++, C
  - Java, JavaScript
  
Backend & Cloud:
  - Node.js, REST APIs
  - Docker, CI/CD
  - MongoDB, Distributed Systems
  
Low-Level:
  - Memory Management
  - Concurrency & Threading
  - Linux Kernel Development

🛠️ TECHNOLOGY STACK



Additional Tools & Frameworks

scikit-learn OpenCV REST API CI/CD MLOps CMake


🎯 OPEN TO OPPORTUNITIES

🧠⚙️
Software Engineering
🧬📊
AI / ML Engineering
🧩🌐
Full-Stack Development
🤖🧠
Neurotech & Robotics

Current Focus & Passion Areas

*AI (ML, DL, CV, LLM) Engineering, Neurotechnology Research & System Development, Software Engineering & Full Stack Development, and interested in Energy and Space Technology

🚀 FEATURED PROJECTS

Production-Ready University Campus Social Platform

React Node.js MongoDB

• RBAC Authentication System
• Automated CI/CD Pipeline
• RESTful API Architecture

GA-Optimized Deep Learning

PyTorch Genetic Algorithms

• Hybrid Neural Architecture
• PSO/GA Hyperparameter Tuning
• MovieLens 100K Benchmark

High-Accuracy Classifier

scikit-learn OpenCV

• 96% Classification Accuracy
• Systematic Hyperparameter Search
• Production-Ready Pipeline

Custom Heap Allocator

C Systems Programming

• First-Fit Algorithm
• Fragmentation Analysis
• Performance Benchmarking

Multithreaded Architecture

Java Concurrent Programming

• Producer-Consumer Pattern
• Thread-Safe Data Structures
• Real-Time Synchronization

More Projects

Autonomous Systems & Neurotech

Various Stacks

• BCI Research Implementations
• Space Systems Modeling
• Energy Tech Prototypes

📂 View All Repositories →


Pinned Loading

  1. tocampus-MVP tocampus-MVP Public

    Full-stack student connector, event/announcement finder/publisher for Campus (SaaS) with React frontend, Node.js/Express backend, and MongoDB. Features admin verification workflows, real-time notif…

    JavaScript

  2. hybrid-recommender-system hybrid-recommender-system Public

    Hybrid Movie Recommender: MLP + GA & PSO Tuning on MovieLens 100K – End-to-End Data Prep, EDA, Convergence Plots & Live Recommendations!

    Python

  3. mean-shift-image-segmentation mean-shift-image-segmentation Public

    Edge-preserving image filtering and segmentation using Mean Shift algorithm. Supports grayscale/color images with optimized Numba JIT compilation. Python implementation for noise reduction and unsu…

    Python

  4. mlp-face-recognition mlp-face-recognition Public

    using Olivetti Dataset from Sklearn, developed a robust face recognition model leveraging Scikit-learn's MLPClassifier with a custom grid search across 24 parameter settings, attaining a peak accur…

    Python 1

  5. breast-cancer-analysis-knn breast-cancer-analysis-knn Public

    AI Model on Algorithm K-nn with a dataset of breast cancer for prediciting new data (cells) to predicit if they're cancerious or not.

    Jupyter Notebook

  6. memory-manager-c memory-manager-c Public

    Custom memory allocator in C demonstrating low-level systems programming with manual heap management, pointer manipulation, and CMake build configuration. Includes performance analysis documentation.

    C