I Finished Machine Learning. And Then Changed The Plan.
The author recently completed their Machine Learning roadmap and has shifted their focus towards building practical products. They have gained hands-on experience through various projects, including a Customer Churn Prediction model. This newfound curiosity has led them to explore Generative AI and other advanced topics, altering their original learning plan.
- ▪The author finished their Machine Learning roadmap after gaining practical experience through projects.
- ▪Their latest project involved predicting customer churn using Python and various machine learning libraries.
- ▪The author has shifted their focus from deep learning to building usable products and exploring Generative AI.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2572708) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Somay Posted on May 22 I Finished Machine Learning. And Then Changed The Plan. #ai #productivity #programming #webdev Dev.to / Medium / Substack I Finished Machine Learning. And Then Changed The Plan. A few months ago, I had no idea what feature engineering was. Today, I finished my Machine Learning roadmap. Not "mastered ML." Not "became an AI expert." Finished the part where every tutorial starts making sense.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).