Skip to content

Commit

Permalink
Fixed matplotlib broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNwaeze authored Nov 17, 2021
1 parent ec8e31f commit 1e08f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lecture 6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To learn more about the dataset, checkout its [registry page](http://registry.ml
* [**radiant-mlhub**](https://rasterio.readthedocs.io/en/latest/)
* [**pandas**](https://pandas.pydata.org/docs/)
* [**numpy**](https://numpy.org/doc/)
* [**matplotlib**](https://matplotlib.org/stable/contents.html)
* [**matplotlib**](https://matplotlib.org/stable/index.html)
* [**sklearn**](https://scikit-learn.org/stable/)
* [**tensorflow**](https://www.tensorflow.org/api_docs/python/tf/all_symbols)
* [**keras**](https://keras.io/api/)
Expand All @@ -21,4 +21,4 @@ To learn more about the dataset, checkout its [registry page](http://registry.ml
After this lecture, you are encouraged to work on two other image classification datasets available on Radiant MLHub.
1) [SEN12-FLOOD](http://registry.mlhub.earth/10.21227/w6xz-s898/): This dataset contains imagery of Sentinel-2 and Sentinel-1 satellites with labels for presence of flood in the imagery.

2) [BigEarthNet](http://registry.mlhub.earth/10.14279/depositonce-10149/): This is a land cover classification dataset, and it contains ~570,000 images with multiclass labels for each image. This is a very large dataset, and if you are running it on a local computer, you may need to select a subset of the data for training.
2) [BigEarthNet](http://registry.mlhub.earth/10.14279/depositonce-10149/): This is a land cover classification dataset, and it contains ~570,000 images with multiclass labels for each image. This is a very large dataset, and if you are running it on a local computer, you may need to select a subset of the data for training.

0 comments on commit 1e08f79

Please sign in to comment.