gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
576 stars 174 forks source link

Added text generation ML project #61

Closed Rajwrita closed 3 years ago

Rajwrita commented 3 years ago

Reference Issues/PRs

Added a new project.

What does this implement/fix? Explain your changes.

New Machine Learning Project which implements a simple code to train a Text Generation model using Keras and TensorFlow to produce a brand new song.

gimseng commented 3 years ago

@Rajwrita Thanks for the codes. Look good ! I suggest the following two changes:

  1. Please change the folder to 004, we already have in the pipeline something with 003, though still fixing a few things.

  2. Could you link the data using the url? It'll eventually be https://github.com/gimseng/99-ML-Learning-Projects/blob/master/004/data/AM.txt

Again, thanks for contributing !

Rajwrita commented 3 years ago

Sure, I'll make the changes! :)