You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📀 Predicting Movie Rental Durations | Regression project to forecast DVD rental length. Compares Linear, Ridge, Decision Tree & Random Forest models with hyperparameter tuning. Goal: Identify best model & report its actual MSE (suggested target: ≤3).
Project code for Udacity's AI Programming with Python Nanodegree program. In this project, students first develop code for an image classifier built with PyTorch, then convert it into a command line application.