class MachineTeacher():
def __init__(self):
self.name = "Raihaan Usman";
self.username = "raihaan123";
self.location = "London, UK";
self.web = "raihaan.me";
def __str__(self):
return self.name
if __name__ == '__main__':
me = MachineTeacher()
-
🔭 I’m currently interested in Neurocognitive Computing and Artificial General Intelligence
-
🌱 Master's Thesis - Quantum Machine Learning for Turbulence Modelling in the NISQ era
-
💬 Ask me about Reinforcement Learning, Software and Electronics
-
⚡ Fun fact I build rockets at the Karman Space Programme!
My last week in code!
No activity tracked