Skip to content

Latest Tensorflow Docker with Base, General, Visualization, ML, NLP Package installed !

Notifications You must be signed in to change notification settings

Ankur3107/tensorflow-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Tensorflow

TensorFlow is a free and open-source software library for dataflow and differentiable programming across a range of tasks. It is a symbolic math library, and is also used for machine learning applications such as neural networks.

Docker Imgaes

1. tensorflow-nlp

a. Pull docker images using:

docker pull ankur310794/tensorflow:latest-nlp

- Images includes
    a. Base
        - tensorflow-2.2.0

    b. General Packages:
        - pandas, xlrd, tqdm, openpyxl ... etc

    c. Visualization Packages:
        - matplotlib, seaborn, bokeh, plotly ... etc

    d. General ML Packages:
        - scikit-learn, hyperas, lightgbm, xgboost,
         imbalanced-learn ... etc
    
    e.  NLP Packages:
        - transformers, sentencepiece, tensorflow_addons,
          nlp_preprocessing, model-x, tensorflow-hub, 
          lda2vec, gensim, textblob, wordcloud ... etc

b. Run docker images:

nvidia-docker run --it -rm -p 8888:8888 -v <your_working_dir>:/tf ankur310794/tensorflow:latest-nlp

Note: It automatically run jupyter notebook for you.

To Be Continued...

About

Latest Tensorflow Docker with Base, General, Visualization, ML, NLP Package installed !

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages