Ana Musib
Ana Musib
In [this code](https://github.com/dipanjanS/practical-machine-learning-with-python/blob/master/bonus%20content/feature%20engineering%20text%20data/Feature%20Engineering%20Text%20Data%20-%20Advanced%20Deep%20Learning%20Strategies.ipynb), in the "Get word embeddings" section of the "Skip-gram model", the code is as follows: `merge_layer = model.layers[0]` `word_model = merge_layer.layers[0]` `word_embed_layer = word_model.layers[0]` `weights = word_embed_layer.get_weights()[0][1:]`...
The procedure for downloading the **"en_vectors_web_lg"** in spacy. by downloading and unzipping the file, and shifting it to the appropriate directory, as illustrated [here](https://github.com/dipanjanS/practical-machine-learning-with-python/blob/master/bonus%20content/feature%20engineering%20text%20data/Feature%20Engineering%20Text%20Data%20-%20Advanced%20Deep%20Learning%20Strategies.ipynb) is long and cumbersome. Instead of...
**Mandatory** * [x] I read the documentation ([readme](https://github.com/fhamborg/news-please/blob/master/README.md) and [wiki](https://github.com/fhamborg/news-please/wiki)). * [x] I searched other issues (including closed issues) and could not find any to be related. If you find...
The "sunspots.csv" dataset used in [Course 4 - Week 1 - Lesson 2](https://github.com/lmoroney/dlaicourse/blob/master/TensorFlow%20In%20Practice/Course%204%20-%20S%2BP/S%2BP_Week_1_Lesson_2.ipynb) is not available anywhere in the entire repository. Please make it available.