Transfer Learning Classifier Using PyTorch

Things we learn here include image data exploration, transfer learning, custom datasets, comparing ML models, saving/loading models and model data, conditional setup for different work environments.

Election Data Dashboard Pt. 1: Collection and Cleaning

In this project, election data is collected, explored and cleaned. Visualization functions are refactored to be used on a dashboard later on.

Election Data Dashboard Pt. 2: Dashboard with Dash

The cleaned data is loadsed and the plot generating functions are refactored here. Then a dashboard is created using dash.

Bayesian Time Series Analysis with Julia and Turing.jl

This tutorial covers the fundamentals of Bayesian approaches to time series, model construction, and practical implementation, using real-world data for hands-on learning.

Bayesian Poisson Regression with Julia and Turing.jl

Explore Bayesian Poisson regression for modeling count data with Julia and Turing.jl. This tutorial includes model setup, implementation, and performance assessment with a practical example.

Bayesian Logistic Regression with Julia and Turing.jl

Applying Turing.jl package in Julia for a probabilistic approach to a classification problem on a real-world dataset.