An open API service indexing awesome lists of open source software.

https://github.com/kriss024/anaconda-python-and-pygad

Anaconda Python 3.8.8 with PyGAD Docker image
https://github.com/kriss024/anaconda-python-and-pygad

anconda data-science genetic-algorithms genetic-programming jupyter-notebook pygad python3

Last synced: 3 months ago
JSON representation

Anaconda Python 3.8.8 with PyGAD Docker image

Awesome Lists containing this project

README

          

# Anaconda Python for Data Science
### Python 3.8.8 with PyGAD, TensorFlow 2, scikit-learn libraries

## How to Use this Image
To launch the container, run the following command:

in Windows:
```cmd
docker run -it --name pygad -p 8888:8888 -v C:\Work:/home/notebooks kriss024/anaconda-python-and-pygad
```
in Windows WSL or Linux:
```bash
docker run -it --name pygad -p 8888:8888 -v "$PWD":/home/notebooks kriss024/anaconda-python-and-pygad
```

After that you can start using the commands in container

## Content
- [x] Anaconda Python 3.8.8
- [x] Jupyter Notebook
- [x] Beautiful Soup
- [x] Bokeh
- [x] Dask
- [x] Flask
- [x] Hyperopt
- [x] Keras
- [x] NumPy
- [x] imageio
- [x] Openpyxl
- [x] Pandas
- [x] scikit-learn
- [x] SciPy
- [x] seaborn
- [x] Statsmodels
- [x] SQLAlchemy
- [x] PyGAD
- [x] TensorFlow 2