You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-11
Original file line number
Diff line number
Diff line change
@@ -8,30 +8,27 @@ Check documentation of the [NeuralGenetic](https://github.com/ahmedfgad/NeuralGe
8
8
9
9
The library is under active development and more features are added regularly. If you want a feature to be supported, please check the **Contact Us** section to send a request.
10
10
11
-
Before using [NumPyANN](https://github.com/ahmedfgad/NumPyCNN), install PyGAD.
12
-
13
11
# Donation
14
12
15
-
You can donate via [Open Collective](https://opencollective.com/pygad): [opencollective.com/pygad](https://opencollective.com/pygad).
16
-
17
-
To donate using PayPal, use either this link: [paypal.me/ahmedfgad](https://paypal.me/ahmedfgad) or the e-mail address ahmed.f.gad@gmail.com.
- PayPal: Use either this link: [paypal.me/ahmedfgad](https://paypal.me/ahmedfgad) or the e-mail address ahmed.f.gad@gmail.com
16
+
- Interac e-Transfer: Use e-mail address ahmed.f.gad@gmail.com
18
17
19
18
# Tutorial Project
20
19
21
20
**IMPORTANT** If you are coming for the code of the tutorial titled **[Artificial Neural Network Implementation using NumPy and Classification of the Fruits360 Image Dataset](https://www.linkedin.com/pulse/artificial-neural-network-implementation-using-numpy-fruits360-gad)**, then it has been moved to the [TutorialProject](https://github.com/ahmedfgad/NumPyANN/tree/master/TutorialProject) directory on 10 May 2020.
22
21
23
22
# Installation
24
23
25
-
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.
24
+
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 is at PyPI at this page https://pypi.org/project/pygad.
26
25
27
-
For Windows, issue the following command:
26
+
Install PyGAD with the following command:
28
27
29
28
```python
30
-
pip3 install pygad
29
+
pip install pygad
31
30
```
32
31
33
-
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.
34
-
35
32
To get started with PyGAD, please read the documentation at [Read The Docs](https://pygad.readthedocs.io/)https://pygad.readthedocs.io.
0 commit comments