codebasics / deep-learning-keras-tf-tutorial

Learn deep learning with tensorflow2.0, keras and python through this comprehensive deep learning tutorial series. Learn deep learning from scratch. Deep learning series for beginners. Tensorflow tutorials, tensorflow 2.0 tutorial. deep learning tutorial python.
https://www.youtube.com/playlist?list=PLeo1K3hjS3uu7CxAacxVndI4bE_o3BDtO
852 stars 1.86k forks source link

Incorrect file name while reading in pandas #9

Open Bhumika-26 opened 1 year ago

Bhumika-26 commented 1 year ago

In deep-learning-keras-tf-tutorial/42_word2vec_gensim/42_word2vec_gensim.ipynb code-block-3 The reading file name should be changed to "reviews_Cell_Phones_and_Accessories_5.json" instead of "Cell_Phones_and_Accessories_5.json".

df = pd.read_json("reviews_Cell_Phones_and_Accessories_5.json", lines=True)

Thanks!!