Hi, I am Muhammad Zubair Khan
I also go by MZ. I am an undergraduate at University of California, San Diego majoring in Computer Science. For the past few months, I have been working on an Android Studio App which has helped me explored some basic aspects of Software Development Process. I have also been getting familiar with some Machine Learning concepts. At my current position as an ML research intern, I am working on an NBA basketball analytics project which relies heavily on tensor learning.
Here is my resume further detailing my past and current projects and experiences.
I will be using this page to put out source code of my projects. I’ll be putting out my first piece of code soon. Untill then, feel free to checkout some random stuff I freestyled below.
Some Random Stuff
2020 has not been the greatest year for most of us. This ongoing global pandemic has really taken its toll on many of us. People are relieved that the page has been turned and that 2021 is here. But it should be noted that it is still extremely important that we still practice social distancing, stay at home, and wear a mask if we need to overcome covid-19 in 2021. As Dr. Anthony Fauci stated recently:
I think we just have to assume that it’s going to be worse.
No need to panic though. Fauci tells us to assume that it’s going to be worse. So if we continue to practice the following in 2021:
- Social Distancing
- Stay at Home Order
- Wearing a Mask in 2021
we should be back to normal by this year. In other words commands:
public class World2021 {
public boolean isSocialDistancing;
public boolean isStayingHome;
public boolean isWearingMask;
public static final boolean isCovid() {
if (isSocialDistancing && isStayingHome && isWearingMask) {
return false;
}
return true;
}
}
Let’s talk some Music
Anyways, though 2020 has been rough, we can agree that we did find some positivity from it. For me, in 2020 I discovered a lot of new music and artists. My two current favorite artists, and their favorite songs, are listed in order below:
- 21 Savage
- Many Men
- Rap Saved Me
- No Opps Left Behind
- King Von
- The Code
- Armed & Dangerous
- I am What I am
My To-Dos
- Start making this webpage
- Finish up my on-going projects
- Document my source codes
- Post my source codes on this webpage
- Finalize this webpage