Skip to content
View Qulxis's full-sized avatar

Block or report Qulxis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Qulxis/README.md

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) ๐Ÿ”ฝ Hello!

Visitors :

Pinned Loading

  1. Collaborative-Spotify-Playlist-System Collaborative-Spotify-Playlist-System Public

    Big data project: Andrew, Alban, Kenneth. Playlist collaboration project for EECS6893

    Jupyter Notebook 1

  2. Kennethm-spec/ASL-Auto-Complete Kennethm-spec/ASL-Auto-Complete Public

    A CV implementation for real-time ASL detection, completion, and correction for mobile devices.

    Jupyter Notebook 1

  3. ML-Climate-Project-ahx2001 ML-Climate-Project-ahx2001 Public

    Forked from dafnep/ML-Climate-Project-Template-Fall2022

    ML Climate Project

    Jupyter Notebook 1

  4. aem713/COVIDNet aem713/COVIDNet Public

    COVIDNet is a project that intends to predict COVID-19 infection status solely by vocal audio recordings.

    Jupyter Notebook 1 1

  5. A5_On_Off_The_Air A5_On_Off_The_Air Public

    Repo for project work on Final Project for dataviz

    Jupyter Notebook 4 1