Deshana Desai (deshanadesai)

deshanadesai

Geek Repo

Location:New York, United States of America

Home Page:https://deshanadesai.github.io/

Github PK Tool:Github PK Tool

Deshana Desai's repositories

Geospat

Role of Temporal Diversity in Inferring Social Ties Based on Spatio-Temporal Data

Scheduling-Algorithms

A range of scheduling algorithms. Calculate performance. Round Robin, Longest/Shortest remaining time first, First Come First Serve priority queue implemented.

Language:JavaStargazers:1Issues:2Issues:0
Language:HTMLStargazers:0Issues:2Issues:0

BreadthFirstWalk-Wikipedia

Input: Initial node to search. Walks through relevant links. Records links with places, orgs, people etc. Continues walking in breadth first manner on other people-nodes. Output: In tuples to csv file to be fed to make graph.

Language:PythonStargazers:0Issues:3Issues:0
Language:Jupyter NotebookStargazers:0Issues:3Issues:0

Lumpy-FileDownload

Scrapes the site and downloads all the existing files of the mentioned format in bulk at once.

Language:PythonStargazers:0Issues:2Issues:0
Language:JavaStargazers:0Issues:2Issues:0

Power-Iteration

Used Power Iteration method to calculate matrix which gives page rank scores. This uses the theory of random walks where the stationary distribution is eventually reached and the values of the matrix stabilize. The formula includes use of teleports as workarounds to spider-traps and dead-ends in these random walks.

Language:PythonStargazers:0Issues:2Issues:0

simple-neural-network

A simple Python script showing how the backpropagation algorithm works.

Language:PythonStargazers:0Issues:2Issues:0

VQA_LSTM_CNN

Train a deeper LSTM and normalized CNN Visual Question Answering model. This current code can get 58.16 on OpenEnded and 63.09 on Multiple-Choice on test-standard.

Language:LuaStargazers:0Issues:2Issues:0