Code-Alongs
Overview
Code-Alongs are live experiences taught by expert instructors designed to prepare you for concepts found in the sprint challenges. They offer an opportunity to work on complex job-ready problems in a live and engaging environment.
What is a Code-Along?
- Code-Alongs are live classes 50 minutes in length
- They offer deeper insights into learning your core competencies
- They are offered seven days a week in the morning, afternoon, and evening
- Because Code-Alongs delve deeper into a core competency, you will need to come to class prepared to have the best experience
Preparation Checklist
To get the most out of your Code-Along experience, make sure you:
- Review the core competencies before coming to class
- Watch the guided projects before coming to class
- Take the checks for understanding before coming to class
- Finish your module projects before coming to class
Note: Come prepared with questions and be ready to actively participate in the session. The more engaged you are, the more you'll get out of the experience!
The best Code-Along experiences happen when you are ready before coming to class. Your instructors created a starting point and a solution for each of your Code-Alongs to ensure you have what you need to succeed.
Code-Along 1: Language Data to Numerical Features
This code-along focuses on converting language data to numerical features, which is a crucial step in preparing text data for machine learning models.
Resources:
Topics Covered:
- Text preprocessing techniques
- Converting text to numerical features
- Feature extraction methods for text data
- Preparing text data for machine learning models
Code-Along 2: Machine Learning Application on Language Data
This code-along focuses on applying machine learning techniques to language data, building on the feature extraction methods from the previous code-along.
Resources:
Topics Covered:
- Building classification models for text data
- Evaluating model performance on language datasets
- Tuning machine learning models for NLP tasks
- Advanced NLP machine learning applications
Additional Resources
Text Processing and Feature Extraction
- spaCy Linguistic Features Documentation
- Scikit-Learn: Text Feature Extraction
- NLTK Book: Processing Raw Text