Alicia’s Side Projects
About
AI & Deep Learning
Blog
Data Analysis
Blog
Categories
All
(20)
Python
(1)
analysis
(3)
chemistry
(11)
julia
(6)
math
(5)
physics
(6)
powerbi
(2)
python
(7)
pytorch
(1)
r
(3)
solubility
(2)
sql
(2)
tableau
(1)
PyTorch: Deep Learning Organic Chemistry
pytorch
python
chemistry
Convolutional neural networks (CNNs) are a deep learning technology to use for classifying images. For this demonstration I used images from an introductory organic…
Mar 12, 2025
Alicia
Julia: Multivariate Normal Distribution
julia
math
Plot of multivariate normal distribution.
Oct 5, 2024
Alicia
Julia: Metropolis Algorithm
julia
math
Draw random samples from a distribution with the classic Metropolis algorithm.
Oct 4, 2024
Alicia
Julia: Michaelis-Menten Kinetics
julia
chemistry
Basic Michaelis-Menten enzyme kinetics.
Oct 3, 2024
Alicia
Julia: Connected Reversible Linear Reaction Network Solver
julia
chemistry
This system is taken from 4.4. Connected Reversible Linear Reactions in [1]. I have rewritten the chemical equation to simplify the notation of the fluxes over the reactions.
Sep 29, 2024
Alicia
Tableau, SQL: Cafe Rewards Analysis
analysis
sql
tableau
Data that simulates the behavior of Cafe Rewards members over a 30-day period, including their transactions and responses to promotional offers.
Aug 19, 2024
Alicia
PowerBI, SQL: Pizza Place
analysis
sql
powerbi
The goal of the project was to look at trends in traffic and revenue in the store and find menu items for potential removal to increase efficiency.
Jul 20, 2024
Alicia
PowerBI: Hospital Visits
analysis
powerbi
You’ve been asked to build a high-level KPI report for the executive team, based on a subset of patient records. The purpose of the report is to give stakeholders visibility…
Jul 4, 2024
Alicia
Julia: Molecular Dynamics of HCl
julia
physics
chemistry
Molecular dynamics models the motion of atoms within molecules using classical mechanics calculations. Molecular dynamics envisions atoms as balls on springs and calculates…
Mar 23, 2024
Alicia
Julia: Positive and Negative Definite Matrices
julia
math
These functions implement the expression, which can calculate scalar quantities when given
x1
and
x2
components of a 2-element vector.
Mar 19, 2024
Alicia
Python: Simple Gradient Descent
python
math
This is a simple polynomial gradient descent. It is a naive implmentation that is not optimized or vectorized. It is meant to be a simple demo on how gradient descent can be…
Jun 14, 2023
Alicia
R: FFT with fftpipe
r
math
fftpipe
is a package of functions that wrap around the base R
fft()
function. The
fftpipe
package enables workflows around the
fft()
function that use the pipe (
%>%
)…
Dec 31, 2022
Alicia
Python: Lennard-Jones Potential
python
physics
chemistry
\[ V(r) = 4 \epsilon \biggl[ \biggl (\frac{\sigma}{r}\biggr)^{12} - \biggl (\frac{\sigma}{r}\biggr)^6 \biggr] \]
Sep 10, 2022
Alicia
Python: Hydrogen Atom
python
physics
chemistry
In this post, I define a class to model the behavior of a hydrogen atom. In the process, I get to solve integrals like the following numerically to test my code:
Jul 16, 2021
Alicia
Python: Rydberg Equation and Hydrogen Spectra
python
physics
chemistry
The Rydberg formula is used to predict emission spectrum lines from hydrogen. The significance of the Rydberg formula is that it was one of the first studies of quantum…
Jul 15, 2021
Alicia
Python: Quantum harmonic oscillator
python
physics
chemistry
In this post, I will define Python code that models the quantum harmonic oscillator. This page follows page 290 to 297 in
Physical Chemistry, 8th Ed.
by Peter Atkins and…
Jul 13, 2021
Alicia
Python: Quantum mechanics: two non-interacting particles
python
physics
chemistry
This code and these plots explore
Molecular Modelling for Beginners, 2nd Ed.
by Alan Hinchliffe Section 12.6, pages 181 to 184. In this Section, the author explores the…
Jul 11, 2021
Alicia
Python: Quantum mechanics: particle in a box
Python
This post explores the simplest quatnum mechanical system: the particle in a one-dimensioanl infinite potential well, also known as the one-dimensional particle in a box.
Jul 5, 2021
Alicia
R: Solubility Clustering
chemistry
r
solubility
In my prior aqueous solubility regression study, I did an exploratory data visualization and found intriguing plots of solubility versus other variables in the study. I…
Apr 25, 2021
Alicia
R: Solubility Regression with Linear and Random Forest Models
chemistry
r
solubility
Aqueous solubility (ability to dissolve in water) is an essential property of a chemical compound important in the laboratory. Can the solubility of a compound be predicted…
Jan 18, 2021
Alicia
No matching items