DAY 12/30 of trying to become cracked at machine learning and sharing every resource I use.
Follow to keep up to date on my journey! #tech#machinelearning
DAY 11/30 of trying to become cracked at machine learning and sharing every resource I use.
Follow to keep up to date on my journey! #tech#machinelearning
reviewed clustering with k-means and gaussian mixture models (probabilistic clusters) for day 11 of my series on becoming cracked at machine learning in 30 days.
DAY 10/30 of trying to become cracked at machine learning and sharing every resource I use.
Follow to keep up to date on my journey! #tech#machinelearning
studied support vector machines using @MITOCW lectures today. two surprises: 1. learning that maximizing the margin is closely linked to regularization. 2. you only need to compute the kernel function instead of transforming data. (day 10/30 of becoming cracked at ML)
DAY 9/30 of trying to become cracked at machine learning and sharing every resource I use.
Follow to keep up to date on my journey! #tech#machinelearning
reviewed bayes theorem and some bayesian statistics today. always a good reminder about how irrational human thinking can be (and how we could rationalize with bayes theorem)
DAY 8/30 of trying to become cracked at machine learning and sharing every resource i use.
Follow to keep up to date on my journey! #tech#machinelearning
studied the architecture of xgboost today (i'm trying to become cracked at machine learning in 30 days and this is day 8). the amount of optimizations is crazy, currently learning how it can be made distributed.
DAY 7/30 of trying to become cracked at machine learning and sharing every resource i use.
Follow to keep up to date on my journey! #tech#machinelearning
just finished studying gradient boosting (i'm trying to become cracked at machine learning in 30 days and this is day 7). really learned a lot about argmin optimization problems.
DAY 6/30 of trying to become cracked at machine learning and sharing every resource i use.
Follow to keep up to date on my journey! #tech#machinelearning
i just learned about random forests and adaboost. NEXT UP is gradient boosting.
i'm trying to become cracked at machine learning in 30 days and this was day 6 - follow to see how far i can get...
im trying to become cracked at machine learning in 30 days. this was day 5, and i spent the day studying decision trees for regression and classification.
follow to join me on this journey and reply any suggestions!
Here's my game plan to learn all of the machine learning algorithms: sklearn's algorithm cheat sheet.
This is DAY 4/30 of becoming cracked at ML. Today, I started with regression algorithms (SGD, regularization, etc.) Follow to join me on this journey!
#machinelearning#tech
Can you become cracked at machine learning in 30 days? I'm trying to find out, this is DAY 3/30.
Today, I took a deep dive into sci-kit learn, which is the go-to library for traditional machine learning. Follow to join me on this journey!
#machinelearning#tech#sklearn
Can you become cracked at machine learning in 30 days? I'm trying to find out, this is DAY 2/30.
Today, I reviewed the fundamentals of machine learning via Andrew Ng's legendary supervised ML course. Follow to join me on this journey!
#machinelearning#tech#study