gyasis / python-machinelearning-setup

Quickly set-up a Python environment for machine learning and data science projects

Home Page:https://theaijournal.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This repository contains setup instructions for various python machine learning environments I use. Since a lot of people/computers have to replicate my environments quite often, I have tried to put detailed instructions in one place (here). It mainly cover


Available Python environments (Anaconda)

Here is a list of environments available through the guide above:

file name environment name description
mlredux.yml mlredux A Python environment based on 3.5.2 (for machine learning)
scratchpad.yml scratchpad A Python 3.5.2 environment that has a lot of libraries for doing a lot of things
cv.yml cv A Python 3.5.2 environment for computer vision
greyatom.yml greyatom A Python 2.7.x environment for the greyatom curriculum
bdap.yml bdap A Python 3.5.2 environment for bdap curriculum (except for deep learning and computer vision, for Spark, Machine Learning (sklearn) etc)
py27.yml py27 A Python environment based on 2.7.x (for machine learning)
py35.yml py35 A Python environment based on 3.5.2 (for machine learning)
py36.yml py36 A Python environment based on 3.6.x (for machine learning)
py36tf.yml py36tf A Python environment based on 3.6.x (for deep learning using tensorflow, keras)
py36tfgpu.yml py36tfgpu A Python environment based on 3.6.x (for gpu-driven deep learning using tensorflow, keras)

For more details on the exact packages and versions being set up, you can look at the correcponding .yml files.

About

Quickly set-up a Python environment for machine learning and data science projects

https://theaijournal.com/