- π Hi! My name is Ben (academia, general) and I am currently an undergraduate senior in college (BSCS, MSSE, ADSGC).
- π Driven to make AI more understandable, particularly in the domain of Explainable AI (XAI).
- πΌ Iβm looking to collaborate on projects that mention my interests above or any other interesting project ideas!
- βοΈ I am currently learning Scala!
class Benyamain():
def __init__(self):
self.name = "Ben Yacoob"
self.username = "Benyamain"
self.location = "United States"
self.web = "https://www.benyacoob.com/"
def __str__(self):
return self.name
if __name__ == '__main__':
me = Benyamain()