From c2116c2382ad0f4edc3894a390709cbbd12250bc Mon Sep 17 00:00:00 2001 From: Sean Mabli <70709738+seanmabli@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:22:27 -0400 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2f96244..89c3a1a 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,3 @@ aiinpy is an open source artificial intelligence package for the python programming language. aiinpy can be used to build neural networks (nn), convolutional neural networks (cnn), recurrent neural networks (rnn), long term short term memory networks (lstm), and gated recurrent units (gru). these networks can be trained with backpropagation as well as neuroevolution. install aiinpy through pypi: **pip install aiinpy** -documentation: aiinpy.org \ No newline at end of file