Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

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

Notifications You must be signed in to change notification settings

AlexandruBurlacu/MLExperiments

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages