Hi, Iโm Andrew ๐ Weclome to my Github Page!
Iโm an Electrical Engineer and Data Scientist
Columbia University and Rice University
Here's some of my interests:
- ๐ Machine Learning
- โ๏ธ Artificial Intelligence
- ๐ฎ Reinforcement Learning
- ๐ป Digital Signal Processing
- ๐ Big Data Analytics
#!/usr/bin/python
class Engineer:
def __init__(self):
self.name = "Andrew Xavier"
self.role = "Electrical + ML Engineer"
self.contact = "ahx2001@columbia.edu"
self.education = {
"Rice University": "BS Electrical Engineering",
"Columbia University": "MS Electrical Engineering",
}
self.skills = ["Deep Learning", "Reinforcement Learning", "AI",
"Machine Learning", "Algorithms", "Big Data Analytics",
"Signal Processing"]
self.connect = "https://www.linkedin.com/in/andrewhsuxavier/"
def getHistory():
return "Albuquerque->Houston->NewYork"
me = Engineer()
๐ฝ Featured Project: Collaborative Spotify Playlist System (Full Stack ML Big Data) ๐ฝ