Optimization Daily

Optimization Daily

Systems Thinking in R

systems thinking
causal loop diagram
network flows
r

In this post we will explore how to utilize systems thinking tools in R and network flows with the goal of increasing understanding of a system.

Moneypox Data Analysis in R

data cleaning
data fusion
geospacial
r
medicine

In this post we will explore a reference to the latest GitHub Monkeybox data and how to visualize in R.

Statistical Tests and Modeling in R

statistics

In this post we will explore a few statistical tests and plots that are built into R.

GNI Per Capita and Plastic Pollution Analyss in R

web scraping
economics
data cleaning
linear regression

In this post we will reference analysis done on 20 countries that produce and most mismanaged waste based on their GNI income status in R.

Two-way ANOVA in R

statistics
anova
r

In this post we will reference an interaction plot post that uses two-way anova in R.

Minimax Chess Engine in R

artificial intelligence
game theory
r

In this post we will walk through a reference to a minimax chess game engine written entirely in R.

Recipes in R

machine learning
data pipeline
data cleaning
r

In this post we will discuss how to use recipes to build effective machine learning pipelines in R.

Tidymodels in R

machine learning
data pipeline
r

This post is an introduction to using Tidymodels in R.

Create Custom ML Models using Keras in R

machine learning
deep learning
non-linear programming
automatic differentiation
keras
r

In this post we will explore automatic differentiation as applied to custom machine learning model generation using keras in R.

Automatic Differentiation with Keras in R

machine learning
deep learning
non-linear programming
keras
r

In this post we will explore the keras API and how it handles low level mathematical operations to perform automatic differentiation.

Recommender Systems in R

machine learning
recommender systems
regression
r

In this post we will describe the sub-field of recommender systems, simulate some data, and solve the problem analytically using iterative regression.

Regression with Keras in R

deep learning
machine learning
regression
keras
r

In this post we will explore how to do deep regression in R using Keras.

Text Classification with Keras in R

deep learning
machine learning
classification
natural language processing
keras
r

In this post we will walk through text classification using keras in R.

Q-learning in R

reinforcement learning
markov decision process
probability
r

In this post we will walk through the basics of Q-learning and source supporting functions.

Image Recognition in R

image recognition
deep learning
transfer learning
keras
r

In this post we will explore image classification in keras for several datasets and how transfer learning can be readily applied to improve well known models.

Logistic Regression and Gradient Descent in Python

machine learning
non-linear programming
python

In this post we will walk through how to train a Logistic Regression model from scratch using Gradient Descent in Python.

Transportation Problem in R

network flows
linear programming
r

In this post we will learn how to solve supply and demand problems with the transportation problem and linear programming.

Minimum Cost Network Flow Problem (MCNFP) in R

network flows
linear programming
r

In this post we will walk through how to make least cost maximum flow decisions using linear programming.

Maximum Network Flows in R

network flows
linear programming
r

In this post we will walk through how to make a maximum flow decision using network flows and linear programming.

Shortest Path Optimization in R

network flows
linear programming
r

In this post we will walk through how to make least cost decisions using network flows shortest path algorithm.

Welcome to Optimization Daily

Welcome to Optimization Daily! Grab a coffee, take a read, and enjoy your stay.