About Samuel
I build mathematics-informed deep neural networks for applications in computer vision, large language models, forecasting, and robotics. Contrary to popular opinion, I believe that Bayesian-informed neural nets will hold a chief position in how machines will reason in the future.
General specialisations include machine learning, data engineering, computer vision, LLMs, statistics, and MLOps.
PhD ML
BSc CS
OND (EEE)
I'm reachable via samueladebayo@ieee.org
I write occasionally at samueladebayo.com
Here's the code that describes me:
class Samuel():
def __init__(self, occ='Research Fellow', ins='QUB', res='UK'):
self.Research_Interest = ['Machine Learning', 'Deep Learning', 'Bayesian Neural Network', 'Human Intention Inference',
'Hand-Eye-Object Tracking', 'HRI', 'Robot-Learning', 'Deep Reinforcement Learning']
self.TechStack = ['Python', 'C++', 'Matlab', 'MySQL', 'Numpy', 'Pandas', 'Flask', 'ARM', 'ROS', 'Keras', 'Scikit-learn', 'Natural Language Processing (NLP)']
self.Frameworks = ['OpenCV', 'Pytorch', 'Tensorflow', 'Pytorch Lightning', 'Apache MXNet']
self.occupation = occ
self.institution = ins
self.residence = res
self.name = 'Samuel Adebayo'
self.email = 'samueladebayo@ieee.org'
self.linkedin = 'https://linkedin.com/in/samneering'
def about_me(self):
return {'Research Interest': self.Research_Interest, 'Tech Stack': self.TechStack, 'Frameworks': self.Frameworks}
def print(self):
print({'Name': self.name, 'Occupation': self.occupation, 'Country': self.residence, 'Institution': self.institution,
'Tech Stacks' : self.TechStack, 'ML and DL Frameworks': self.Frameworks,
'Research Interest': self.Research_Interest, 'LinkedIn': self.linkedin, 'Contact' : self.email})
y = Samuel()
y.print()
I'm always looking for opportunities to collaborate on new projects or share knowledge with others in the field. If you're interested in connecting with me, please feel free to reach out to me on LinkedIn at https://linkedin.com/in/samneering or email me at samueladebayo@ieee.org.
Thank you for taking the time to learn about me, and I hope to hear from you soon!