Hi, Iโm Alex!
Iโm an engineer ๐ and graduate of Columbia University
Here's some of my interests:
- ๐ Machine Learning
- โ๏ธ Artificial Intelligence
- ๐ฎ Deep Reinforcement Learning
- ๐ป Digital Signal Processing
- ๐ Data Analytics
- ๐น Audio Signals
- ๐ก RF Communications / Integrated Circuits
#!/usr/bin/python
class Engineer:
def __init__(self):
self.name = "Alexander Thornton"
self.role = "AI / ML Engineer"
self.contact = "[email protected]"
self.education = {
"Binghamton": "BS Electrical Engineering",
"Columbia": "MS Electrical Engineering",
}
self.skills = ["Deep Learning", "Reinforcement Learning", "AI",
"Machine Learning", "Algorithms", "Big Data Analytics",
"RF / 5G Circuits", "Signal Processing"]
self.connect = "https://www.linkedin.com/in/alex-thornton/"
def getCity():
return "Syracuse_NY"
me = Engineer()
๐ฝ Featured Project: AutoTune GUI ๐ฝ
Here's some of the tools I use:
Python
PyTorch
TensorFlow
MATLAB
Jupyter NoteBook
Apache Spark
Google Colab
Google Cloud
Raspberry Pi
Linux
Node.js
Visual Studio
-
Everything here is open source w/ MIT license โ๏ธ, take and reuse how you like
Credits
- Layout ideas
stolenborrowed from Speculative, a friend from Columbia, and Wandrys-dev.