Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 884648c

Browse files
authored
Add files via upload
1 parent d65443d commit 884648c

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# PyGAD: Genetic Algorithm in Python
1+
# PyGAD: Genetic Algorithm in Python
22

3-
[This project](https://github.com/ahmedfgad/GeneticAlgorithmPython) is part of [PyGAD](https://pypi.org/project/pygad) which is an open-source Python 3 library for building the genetic algorithm and optimizing machine learning algorithms (Keras & PyTorch).
3+
[PyGAD](https://pypi.org/project/pygad) is an open-source easy-to-use Python 3 library for building the genetic algorithm and optimizing machine learning algorithms. It supports Keras and PyTorch.
44

5-
Check documentation of the [GeneticAlgorithmPython](https://github.com/ahmedfgad/GeneticAlgorithmPython) project in the PyGAD's documentation: https://pygad.readthedocs.io/en/latest/README_pygad_ReadTheDocs.html
5+
Check documentation of the [PyGAD](https://pygad.readthedocs.io/en/latest).
66

7-
[![Downloads](https://pepy.tech/badge/pygad)](https://pepy.tech/project/pygad) ![](https://readthedocs.org/projects/pygad/badge)
7+
[![Downloads](https://pepy.tech/badge/pygad)](https://pepy.tech/project/pygad) ![Docs](https://readthedocs.org/projects/pygad/badge)
88

99
![PYGAD-LOGO](https://user-images.githubusercontent.com/16560492/101267295-c74c0180-375f-11eb-9ad0-f8e37bd796ce.png)
1010

@@ -18,18 +18,14 @@ You can donate via [Open Collective](https://opencollective.com/pygad): [opencol
1818

1919
To donate using PayPal, use either this link: [paypal.me/ahmedfgad](https://paypal.me/ahmedfgad) or the e-mail address [email protected].
2020

21-
# Tutorial Project
22-
23-
**IMPORTANT** If you are coming for the code of the tutorial titled [**Genetic Algorithm Implementation in Python**](https://www.linkedin.com/pulse/genetic-algorithm-implementation-python-ahmed-gad), then it has been moved to the [Tutorial Project](https://github.com/ahmedfgad/GeneticAlgorithmPython/tree/master/Tutorial Project) directory on 06 May 2020.
24-
2521
# Installation
2622

2723
To install [PyGAD](https://pypi.org/project/pygad), simply use pip to download and install the library from [PyPI](https://pypi.org/project/pygad) (Python Package Index). The library lives a PyPI at this page https://pypi.org/project/pygad.
2824

2925
Install PyGAD with the following command:
3026

3127
```python
32-
pip3 install pygad
28+
pip install pygad
3329
```
3430

3531
PyGAD is developed in Python 3.7.3 and depends on NumPy for creating and manipulating arrays and Matplotlib for creating figures. The exact NumPy version used in developing PyGAD is 1.16.4. For Matplotlib, the version is 3.1.0.
@@ -334,8 +330,6 @@ Find the book at these links:
334330

335331
336332
* [LinkedIn](https://www.linkedin.com/in/ahmedfgad)
337-
* [Amazon Author Page](https://amazon.com/author/ahmedgad)
338-
* [Heartbeat](https://heartbeat.fritz.ai/@ahmedfgad)
339333
* [Paperspace](https://blog.paperspace.com/author/ahmed)
340334
* [KDnuggets](https://kdnuggets.com/author/ahmed-gad)
341335
* [TowardsDataScience](https://towardsdatascience.com/@ahmedfgad)

0 commit comments

Comments
 (0)