class ResearchScientist():
def __init__(self):
self.name = "Blaise Appolinary"
self.role = "Computer Vision PhD Student"
self.skills = ["Machine Learning", "Deep Learning", "Statistical Analysis"]
def hello(self):
return "Thank you for checking out my github"
me = ResearchScientist()
me.hello()
- Vision Transformer PyTorch Implementation
- Brain Tumor Detection (98% Accuracy)
- Face Mask Detection (92% Accuracy)
- Transformer Implementation
- ResNet Implementation From Scratch in PyTorch
- Genetic Algorithm (Scheduling Optimization)
- Knapsack Optimization
- Image Style Transfer Approach Proposal
- Mathematical Optimization in Support Vector Machines