AlexandruBurlacu / MLExperiments

Here are some of my machine learning and data engineering experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLExperiments

Here are some of my machine learning, deep learning and data engineering experiments.

Some of them are WIP.

Currently there is a single Apache Spark Word Count project a couple of rewritten, Python to Hylang, TensorFlow and Scikit-Learn scripts and the IPython notebooks.

In order to run all examples it is recommended to use virtual environments. As a reminder:

virtualenv -p python3 .venv
source .venv/bin/activate
pip install -r requirements # if available
# OR
pip install necessary_libraries_in_comma_separated_fashion

About

Here are some of my machine learning and data engineering experiments.


Languages

Language:Jupyter Notebook 98.9%Language:Hy 1.0%Language:Scala 0.1%