Skip to content

Instantly share code, notes, and snippets.

View wadhwasahil's full-sized avatar
💭
I may be slow to respond.

Sahil Wadhwa wadhwasahil

💭
I may be slow to respond.
View GitHub Profile
@wadhwasahil
wadhwasahil / gensim_workflow.py
Created March 1, 2017 06:59 — forked from clemsos/gensim_workflow.py
How to calculate TF-IDF similarity matrix of a complete corpus with Gensim
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
This script just show the basic workflow to compute TF-IDF similarity matrix with Gensim
OUTPUT :
@wadhwasahil
wadhwasahil / readme.md
Created March 13, 2016 07:48 — 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