Pinned Repositories
affinity_propagation
Implementation of the affinity propagation algorithm
article-ngin
centre_for_cloud_data_center
cs224d
Assignments for cs224d Deep Learning for NLP
cs231n
extractive_summarisation
This implements the sub modular optimisation for extractive summarisation that is described in the papers
howba
IS5126 course @NUS
news_engadget
This takes in the rss feeds from engadget website and displays it onto a page.The news keeps coming in at regular intervals.You can use this as a simple news channel on your local web server :)
pyopenmp-version-2-
Python implementation of the Open MP aversion 2
toast
abhinavkashyap92's Repositories
abhinavkashyap92/affinity_propagation
Implementation of the affinity propagation algorithm
abhinavkashyap92/extractive_summarisation
This implements the sub modular optimisation for extractive summarisation that is described in the papers
abhinavkashyap92/article-ngin
abhinavkashyap92/centre_for_cloud_data_center
abhinavkashyap92/news_engadget
This takes in the rss feeds from engadget website and displays it onto a page.The news keeps coming in at regular intervals.You can use this as a simple news channel on your local web server :)
abhinavkashyap92/pyopenmp-version-2-
Python implementation of the Open MP aversion 2
abhinavkashyap92/toast
abhinavkashyap92/cs224d
Assignments for cs224d Deep Learning for NLP
abhinavkashyap92/cs231n
abhinavkashyap92/howba
IS5126 course @NUS
abhinavkashyap92/huffmanEncoding
Huffman encoding done in Scala
abhinavkashyap92/LR0
A parser tool which parses the given string using LR0 grammar.
abhinavkashyap92/scholar_cloud
Visualization of Academic Papers over time
abhinavkashyap92/sentitude
abhinavkashyap92/SparseMatrix
Multiply and add two or more sparse matrices
abhinavkashyap92/SystemOfLinearEquations
Solution to a system of linear equations using gauss siedel and gauss jordan method.