/Important-ML-Code-Snippets

All important python code snippets as i learn them will be uploaded here with a detailed description of what it does.

Primary LanguageJupyter Notebook

Important-ML-Code-Snippets

All important python code snippets as i learn them will be uploaded here with a detailed description of what it does.

1. Importing Pretrained VGG-19 Model For Tensorflow

Use !wget to download the pretrained weights matrix (.mat) from this link. Then build model with the function in the code here.