Skip to content

Instantly share code, notes, and snippets.

View jestinjoy's full-sized avatar

Jestin Joy jestinjoy

  • St. George's College Aruvithura
  • Kerala
View GitHub Profile
{
"cells": [
{
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
@jestinjoy
jestinjoy / ngram_tutorial.ipynb
Created March 17, 2019 16:31
ngram tutorial
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jestinjoy
jestinjoy / LP
Created August 26, 2018 02:58
Scipy LP Solver
<!DOCTYPE html>
<html>
<head><meta charset="utf-8" />
<title>LP Solver</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<style type="text/css">
/*!
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## TF-IDF\n",
"\n",
"Documentation: http://scikit-learn.org/stable/modules/feature_extraction.html#text-feature-extraction\n",
"\n",
@jestinjoy
jestinjoy / Cross Product
Created October 19, 2016 07:28
Direct Product of Poset
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [
{
@jestinjoy
jestinjoy / Python
Last active August 29, 2015 14:23
Introduction to computing and problem solving - Python (Based on Kerala Technological University syllabus) ( http://goo.gl/sOLWW6 )
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Python - Based on Kerala Technological University"
]
},
{