Pinned Repositories
awesome-community-curated-nlp
Community Curated NLP List
C-Sharp-Stuff
After some 6 months of doing VBA, PHP, Python and jQuery I think it is a good idea to go back to the roots (C#) again. Let's see what will come up.
codejam
Codejam, apac, kickstart, I/O for Women... 2017, 2016, 2015, 2014... All solutions here!
Concept-Map-Generation
dbpedia-spotlight
DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text.
deep-photo-styletransfer
Code and data for paper "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511
deeplearnjs
Hardware-accelerated deep learning // machine learning // NumPy library for the web.
DuplicateQuestionPair
elasticsearch
Open Source, Distributed, RESTful Search Engine
M.tech-Thesis
Java
LAVEEN's Repositories
LAVEEN/DuplicateQuestionPair
LAVEEN/M.tech-Thesis
Java
LAVEEN/awesome-community-curated-nlp
Community Curated NLP List
LAVEEN/C-Sharp-Stuff
After some 6 months of doing VBA, PHP, Python and jQuery I think it is a good idea to go back to the roots (C#) again. Let's see what will come up.
LAVEEN/codejam
Codejam, apac, kickstart, I/O for Women... 2017, 2016, 2015, 2014... All solutions here!
LAVEEN/Concept-Map-Generation
LAVEEN/dbpedia-spotlight
DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text.
LAVEEN/deep-photo-styletransfer
Code and data for paper "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511
LAVEEN/deeplearnjs
Hardware-accelerated deep learning // machine learning // NumPy library for the web.
LAVEEN/elasticsearch
Open Source, Distributed, RESTful Search Engine
LAVEEN/eventlog
eventlog is a library for creating structured events from applications, and is the workhorse behind syslog-ng's own messages.
LAVEEN/face_recognition
The world's simplest facial recognition api for Python and the command line
LAVEEN/fast-style-transfer
TensorFlow CNN for fast style transfer! ⚡🖥🎨🖼
LAVEEN/fastai
The fast.ai deep learning library, lessons, and tutorials
LAVEEN/fastText
Library for fast text representation and classification.
LAVEEN/HPP-Machine-Learning
LAVEEN/jersey2-guice-example
Example demonstrating how to integrate Guice in a Jersey 2 application
LAVEEN/languagetool
Style and Grammar Checker for 25+ Languages
LAVEEN/magenta
Magenta: Music and Art Generation with Machine Intelligence
LAVEEN/MTP
LAVEEN/quora-duplicate-question-detector
Uses a Convolutional Neural Network to detect duplicate questions in the public Quora dataset.
LAVEEN/Repo
my repository
LAVEEN/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
LAVEEN/sonnet
TensorFlow-based neural network library
LAVEEN/sql-parser
SQL Parser for C++. Building C++ object structure from SQL statements.
LAVEEN/syslog-ng
syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, queueing, SQL & NoSQL.
LAVEEN/system-design
High-level system design and object-oriented design
LAVEEN/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
LAVEEN/theia
Theia is a cloud & desktop IDE framework implemented in TypeScript.
LAVEEN/Two-pass-Assembler
:computer:COMPUTER ARCHITECTURE:credit_card: Designed a 32-bit ISA and implemented a two pass assembler using C code to demonstrate how assembly language computation occurs with the help of different sets of instructions and different addressing modes defined in ISA. It converted Assembly Language code into Machine Language code and then using the machine language code generated executed the program. :musical_keyboard: