From 7889f851ae97a68750ca76c1295249c4a7c40c3e Mon Sep 17 00:00:00 2001 From: Sradhanjali-04 <72193089+Sradhanjali-04@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:49:57 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c32cef0..4ab7a01 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -An an introduction to Natural Language Processing, I have created a model to use the IMDb dataset to input reviews and find mathematical relationships between words, a model to demonstrate word embeddings by using similar words in vectorized representations, and a model to use words from a Shakespeare poetry dataset and create unique poetry by itself. This code is not my own, it was part of a course I took on freeCodeCamp, although I have cleaned the code according to my preferences. +An an introduction to Natural Language Processing, I have created a model to use the IMDb dataset to input reviews and find mathematical relationships between words, a model to demonstrate word embeddings by using similar words in vectorized representations, and a model to use words from a Shakespeare poetry dataset and create unique poetry by itself, using RNNs. This code is not my own, it was part of a course I took on freeCodeCamp, although I have cleaned the code according to my preferences.