GithubHelp home page GithubHelp logo

danselem / configuring-toolkits-for-data-science-and-deep-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gebreigziabher/configuring-toolkits-for-data-science-and-deep-learning

0.0 1.0 0.0 26 KB

This repo contains essentials of Configuring Toolkits for Data Science and Deep Learning (Pandas, DataFrames, Numpy, Scipy, Matplotlib, Seaborn, Bokeh, Statsmodel, Scikit Learn, Keras, Tensorflow, Apache Spark and etc.)

configuring-toolkits-for-data-science-and-deep-learning's Introduction

SETTING UP PC ENVIRONMENT FOR DATA SCIENCE, MACHINE LEARNING AND DEEP LEARNING WITH PYTHON

This repo contains essentials of Configuring Toolkits for Data Science and Deep Learning (Pandas, DataFrames, Numpy, Scipy, Matplotlib, Seaborn, Apache Spark, ScikitLearn, Keras, Tensorflow and etc.)

DOWLOAD AND INSTALL PYTHON 3.6

Download Python 3.6 from Python Official Website, Install it

OPEN CMD ON WINDOWS (in my case Windows 10)

Open CMD and Change the Directory to where Python is installed

cd C:\Program Files\Python36

Then proceed to next, upgrading pip version

UPGRADE PIP VERSION

Upgrade pip Version with pip

python -m pip install --upgrade pip --user

DATA SCIENCE, BIG DATA ANALYTICS, DATA ENGINEERING

Install SciPy with pip

pip install scipy

pip install scipy --user

Install Pandas with pip

pip install pandas or pip install pandas --user

Install Data Frame with pip

pip install dataframe

Install Apache Spark with pip

pip install pyspark --user

Install Anaconda - perform Python/R data science and ML

pip install anaconda --user

Install StatsModels with pip for statistical data analysis

pip install StatsModels --user

DATA VIZUALIZATION

Install matplotlib with pip

pip install matplotlib

python -m pip install matplotlib --user

Install seaborn with pip (for Data Visualization)

pip install seaborn --user

Install Plotly with pip for sophisticated graphics (Data Viz)

pip install Plotly --user

Install ggplot with pip for Data Viz

pip install ggplot --user

Install Bokeh with pip for Data Viz

pip install Bokeh --user

Install pygal with pip for Data Viz

pip install pygal --user

Install folium with pip for Data Viz

pip install folium --user

Install Geoplotlib with pip for Data Viz

pip install Geoplotlib --user

Install Missingno with pip for Data Viz

pip install Missingno --user

Install Gleam with pip for Data Viz

pip install Gleam --user

Install altair with pip for Data Viz

pip install altair --user

MACHINE LEARNING

Install scikit-learn with pip

pip install scikit-learn --user

Install sklearn with pip

pip install sklearn --user

DEEP LEARNING - DEEP NEURAL NETWORKS

Install TensorFlow with pip

pip install tensorflow

pip install tensorflow --user

python -m pip install tensorflow --user

Install Keras with pip

pip install keras

pip install keras --user

Install Theano with pip

pip install theano --user

Install PyTorch with pip

image and video datasets and models for torch deep learning

pip3 install torchvision

NATURAL LANGUAGE PROCESSING

Install NLTK - leading platform for building Python programs to work with human language data

pip install -U nltk --user

Install GloVe (unsupervised learning algorithm for generating vector representations for words) with pip

pip install glovepy --user

INSTALL JUPYTER NOTEBOOK

Install Jupyter Notebook with pip

pip install jupyterlab --user or python -m pip install jupyterlab --user

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.