This is the home for the sessions content for the Fort Collins Data Science Meetup series on Machine Learning lead by Michael Szczepaniak
Future session are tentatively schedule for:
- Date to be announced, session 8 - Neural Networks from Scratch (Part 2 of 2)
- Possible additional Neural Net sessions
- Date to be announced - Data Wrangling Part 2
My goal for these sessions is for you to leave them with a good intuition for how the basic machine learning algorithms work and hopefully with a good enough start into how you might implement them yourself. Since most of us will spend a lot of time getting data into a form we can use, I've added a few modules on data wrangling.
To get the most out of these sessions, I recommend that you install Jupyter notebook and configure an R kernel in addition to the Python kernel that was installed with Jupyter. I'll be creating notebooks which use both R and Python code.
I'm going to try to work in concepts such as how to train models with boostrap methods like bagging, random forest and boosting as well as how the main cross-validation techniques work, but we may not have enough time to do much with these areas. Let me know your thoughts on how these sessions might be more beneficial to you.