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
- Host: GitHub
- URL: https://github.com/kriss024/anaconda-python-and-pygad
- Owner: kriss024
- Created: 2021-08-22T10:54:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T20:33:23.000Z (about 4 years ago)
- Last Synced: 2025-01-25T00:19:38.262Z (9 months ago)
- Topics: anconda, data-science, genetic-algorithms, genetic-programming, jupyter-notebook, pygad, python3
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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