Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JehanPatel authored May 31, 2024
1 parent c003bf1 commit d641d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Poem Generator Machine Learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It employs advanced machine learning algorithms to analyze data from Shakespeare
The aim of this project is to utilize the power of machine learning to curate original poems using shakespeare as the base learning model.
## Methodology

We have imported necessary modules and functions from the TensorFlow library, specifically from the Keras API, which is a high-level neural networks API. We have utilized Sequential class which is a way to build deep learning models where the layers are connected in a sequential manner, i.e., the output from one layer is used as the input to the next layer.
We have imported the shakespeare.txt available on Google. We have imported necessary modules and functions from the TensorFlow library, specifically from the Keras API, which is a high-level neural networks API. We have utilized Sequential class which is a way to build deep learning models where the layers are connected in a sequential manner, i.e., the output from one layer is used as the input to the next layer.
## Models Utilized

1. Sequential Model from Keras API
Expand Down

0 comments on commit d641d6c

Please sign in to comment.