0% found this document useful (0 votes)
2 views2 pages

Python Machine Learning Bootcamp Syllabus

The Python Machine Learning Bootcamp is a hands-on course focused on teaching machine learning fundamentals, including regression analysis and classification algorithms using Python. The course covers topics such as data visualization, logistic regression, k-nearest neighbors, ensemble methods, and neural networks, with practical applications and real-world problem-solving. Group classes are available online and onsite, with further information accessible via email or the provided website link.

Uploaded by

stp
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Python Machine Learning Bootcamp Syllabus

The Python Machine Learning Bootcamp is a hands-on course focused on teaching machine learning fundamentals, including regression analysis and classification algorithms using Python. The course covers topics such as data visualization, logistic regression, k-nearest neighbors, ensemble methods, and neural networks, with practical applications and real-world problem-solving. Group classes are available online and onsite, with further information accessible via email or the provided website link.

Uploaded by

stp
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python Machine Learning Bootcamp

Learn the fundamentals of machine learning, including regression analysis and classification
algorithms, in this practical, hands-on course. Gain the skills needed to solve real-world
COURSE SYLLABUS

problems using machine learning, with a focus on Python programming and data science
libraries.

Group classes in Live Online and onsite training is available for this course.
For more information, email onsite@[Link] or visit:
[Link]

support@[Link] •

Course Outline (888) 744-4723

1. Course Kick-off & Python Refresher


Data Science tool recap - Pandas and indexing
Exploratory data analysis (EDA): standard deviations and uniform vs. normal distributions using NumPy/Pandas
Hands-on: loading CSVs, basic plotting with Matplotlib

2. Data Visualization & Simple Linear Regression


Crafting clear scatterplots: labels, grids, styling
Single-variable linear regression (attendance → concessions)
Train-test splitting and dealing with outliers
Evaluating models with R²; interpreting residuals
Extended example: car-sales dataset, predicting price from one feature

3. Binary Classification & Logistic Regression


From regression to classification: why logistic vs. linear
Implementing logistic regression on an employee “stay/leave” dataset
Classification metrics deep dive: accuracy, precision, recall, F1 score, ROC curve
Understanding variability: train-test ratios, data shuffling, sample size effects
Confusion matrix analysis

4. k-Nearest Neighbors & the Iris Dataset


Introduction to k-NN: distance metrics, choosing k
Dataset exploration: sepal/petal measurements, plotting clusters
Preprocessing: label encoding categorical data, feature scaling
Model training, hyperparameter tuning, evaluating with confusion matrix and classification report
Brief intro to decision-tree logic (setting up for ensembles)

Course Syllabus | Python Machine Learning Bootcamp 1


5. Ensemble Methods & Neural Networks
Random forest classifiers on the Titanic dataset: feature engineering, importance scores
Kaggle workflow: generating predictions, submitting to competition
Neural network primer: perceptron to multilayer architectures
Hands-on MNIST digit classification with Keras/TensorFlow in Colab

Course Syllabus | Python Machine Learning Bootcamp 2

You might also like