"Turning data into insights, code into solutions, and ideas into innovation."
I am a developer focused on Artificial Intelligence and Machine Learning. With a passion for solving complex problems using technology, I continuously explore innovative ways to apply AI in everyday life.
- π Iβm currently working on AI & ML related projects
- π± Iβm currently learning the latest trends in AI technology and its applications
- π― Iβm looking to collaborate on innovative tech solutions and research projects
- π€ Iβm looking for help with understanding advanced concepts in AI and ML
- π¬ Ask me about technology - I'm always eager to discuss!
- β‘ Fun fact: I love exploring how AI can transform everyday tasks and improve efficiency
class ArizalMuluk:
def __init__(self):
self.name = "Arizal Muluk"
self.role = "ML Engineer"
self.language_spoken = ["id_ID", "en_US"]
self.current_focus = ["Deep Learning", "Computer Vision", "NLP"]
def say_hi(self):
print("Thanks for visiting my profile! Let's connect and build something amazing together.")
me = ArizalMuluk()
me.say_hi()