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

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
//
// main.cpp
// sahil
//
// Created by Adimin on 08/09/15.
// Copyright 2015 __MyCompanyName__. All rights reserved.
//
#include <iostream>
#include <sstream>
/// Write a program to implement nfa to dfa.
#include<iostream>
#include<cstdio>
#include<vector>
#include<fstream>
#include<cstring>
#include<algorithm>
#include<sstream>
#include<map>
#define GLUT_DISABLE_ATEXIT_HACK
#include <windows.h>
#include<iostream>
#include <iostream>
#include <gl\glut.h>
using namespace std;
// Initial Position of the Ball
float x_position = 0.0;
float y_position = 0.0;