File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -221,12 +221,24 @@ and `NumPyANN <https://github.com/ahmedfgad/NumPyANN>`__.
221221
222222GitHub Link: https://github.com/ahmedfgad/NumPyCNN
223223
224- `NumPyCNN <https://github.com/ahmedfgad/NumPyCNN >`__ builds and trains
224+ `NumPyCNN <https://github.com/ahmedfgad/NumPyCNN >`__ builds
225+ convolutional neural networks using NumPy. The purpose of this project
226+ is to only implement the **forward pass ** of a convolutional neural
227+ network without using a training algorithm.
228+
229+ .. _header-n212 :
230+
231+ `CNNGenetic <https://github.com/ahmedfgad/CNNGenetic >`__
232+ --------------------------------------------------------
233+
234+ GitHub Link: https://github.com/ahmedfgad/CNNGenetic
235+
236+ `CNNGenetic <https://github.com/ahmedfgad/CNNGenetic >`__ trains
225237convolutional neural networks using the genetic algorithm. It uses the
226238`GeneticAlgorithmPython <https://github.com/ahmedfgad/GeneticAlgorithmPython >`__
227239project for building the genetic algorithm.
228240
229- .. _header-n91 :
241+ .. _header-n216 :
230242
231243Submitting Issues
232244=================
You can’t perform that action at this time.
0 commit comments