Skip to content

Instantly share code, notes, and snippets.

@adnan33
adnan33 / Live coding test question 5 solution
Last active August 14, 2024 17:28
live coding test question 5 solution by Md. Adnan Taufique
The following container has the solution code to the question 5 of the live coding test.
The objective of the task was to create a search function that enables an user to search from a
group of text to find out the most similar text to the query text.
@adnan33
adnan33 / readme.md
Created December 24, 2018 07:21 — forked from baraldilorenzo/readme.md
VGG-16 pre-trained model for Keras

##VGG16 model for Keras

This is the Keras model of the 16-layer network used by the VGG team in the ILSVRC-2014 competition.

It has been obtained by directly converting the Caffe model provived by the authors.

Details about the network architecture can be found in the following arXiv paper:

Very Deep Convolutional Networks for Large-Scale Image Recognition

K. Simonyan, A. Zisserman

'''This script goes along the blog post
"Building powerful image classification models using very little data"
from blog.keras.io.
It uses data that can be downloaded at:
https://www.kaggle.com/c/dogs-vs-cats/data
In our setup, we:
- created a data/ folder
- created train/ and validation/ subfolders inside data/
- created cats/ and dogs/ subfolders inside train/ and validation/
- put the cat pictures index 0-999 in data/train/cats