Pinned Repositories
AttendanceManagementSystem
A simple client-side system to take attendane and add students to a roll call. Designed to be a biometric-attendance system.
BroCode
A Fun and Simple Esoteric Programming Language :D
caffeinepost
A Static Blog Generator.
Casual-Effects-Of-Sophstication-In-NLP
Pytorch implementation of a BERT-Transformer (Encoder-Decoder) generative model that generates counterfactual text and measures the causal effect of sophistication within text.
cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
ComputerAnswers
Implementation of The Virtual Tarrot Game, Peter Answers.
emotionDetection-1
Emotion Detection from text.
goto
Linux Shell 'cd' replacement tool. cd on steroids, with fuzzy file finder and a directory bookmark saver.
NetworkChatClient
A Network/LAN chat client using Socket programming in Python.
VisualizeWhatsAppChatHistory
Simple Python scripts to visualize and analyze WhatsApp chat history, generating message count and word frequency.
ankitvad's Repositories
ankitvad/BroCode
A Fun and Simple Esoteric Programming Language :D
ankitvad/ComputerAnswers
Implementation of The Virtual Tarrot Game, Peter Answers.
ankitvad/malloc
Memory Allocator
ankitvad/ML-FIN
Machine Learning and Finance: personal ipython notebooks used in my Bachelor's thesis
ankitvad/AVLTree
As Part of OGDF Preperation.
ankitvad/ConwaysGameOfLife
An Implementation of the famous Conways Game Of Life.
ankitvad/ctci
Cracking the Coding Interview, 5th Edition
ankitvad/datasciencecoursera
Repository for the John Hopkins Data Science specialisation course on Coursera.
ankitvad/DataStructureProjects
The Projects, as part of the DSA Course.
ankitvad/DataStructures
Random DS for course-work, and practice.
ankitvad/EmotionDetection
A library to detect emotions from text using supervised learning techniques
ankitvad/financial-analysis-python-tutorial
Financial Analysis in Python tutorial
ankitvad/interview-practice
Solutions to the 150 Cracking the Coding Interview questions
ankitvad/luigi-sample
Sample repo for luigi tasks & config
ankitvad/machine-learning-cheat-sheet
Classical equations and diagrams in machine learning
ankitvad/ObtuseCode
Random, Stuff.
ankitvad/openbox
ankitvad/PageRank
Computing Pagerank For WT2G Web Track.
ankitvad/PdfExtractor
A shell script to dump all .PDF links from a website and then download them Subsequently. Requires: wget and lynx. PS: Should not be used on payed/private locations and sites. Bulk downloads are often considered illegal. PPS: can be modified to downoad any types of files, MP3, DOC.. so on...
ankitvad/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
ankitvad/RandomNumberGenerator
A Random Number Generator using Linear Congruential Formula.
ankitvad/requests-for-research
A living collection of deep learning problems
ankitvad/series_nerd
Twits generator based on Markov chains and phrases from TV series
ankitvad/SPOJ
Starting SPOJ
ankitvad/StarWars
Visualizing Star Wars scripts with arc diagrams
ankitvad/sympy
A computer algebra system written in pure Python
ankitvad/vadOS
A Simple and Toy OS based on James Molloy's tutorials.