Skip to content

Visualizations for an IB EE on machine learning. Experimenting with both Julia's Plots and Python's Matplotlib.

Notifications You must be signed in to change notification settings

JasonEl1/machine-learning-EE-visualizations

Repository files navigation

machine-learning-EE-visualizations

Visualizations for my IB EE on machine learning. Experimenting with both Julia's Plots and Python's Matplotlib

Python & Matplotlib

pip install matplotlib

After installing, import it into your Python program with matplotlib.pyplot.

Julia & Plots

import Pkg
Pkg.add("Plots")

The above commands are only necessary to install the Plots library. After installing, import it into your julia program with using Plots.


runall.py executes all other python scripts in each subfolder.

About

Visualizations for an IB EE on machine learning. Experimenting with both Julia's Plots and Python's Matplotlib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published