saisurbehera

saisurbehera

Geek Repo

Location:Ann Arbor

Home Page:saisur.info

Twitter:@saisamsur

Github PK Tool:Github PK Tool

saisurbehera's repositories

linear-attention-transformer

Transformer based on a variant of attention that is linear complexity in respect to sequence length

License:MITStargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0
Language:HTMLLicense:CC0-1.0Stargazers:0Issues:0Issues:0

homework7-2021

homework7-2021

Language:JavaScriptStargazers:0Issues:0Issues:0

homework6-2021

Homework6 2021 SI339

Language:CSSLicense:CC0-1.0Stargazers:0Issues:0Issues:0

induction-subgoal-automata-rl

Implementation of "Induction of Subgoal Automata for Reinforcement Learning" (AAAI-20) and "Induction and Exploitation of Subgoal Automata for Reinforcement Learning" (JAIR).

Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

eecs598-assignment

code for assignment for eecs598009

Stargazers:0Issues:0Issues:0
Language:CSSLicense:CC0-1.0Stargazers:0Issues:0Issues:0

homework4-2021

Hw4 done with the first group

Language:CSSLicense:CC0-1.0Stargazers:0Issues:0Issues:0
Language:CSSLicense:CC0-1.0Stargazers:0Issues:0Issues:0
Language:CSSLicense:CC0-1.0Stargazers:0Issues:0Issues:0

homework1-2021

This is my Homework 1

Language:CSSLicense:CC0-1.0Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
License:Apache-2.0Stargazers:0Issues:0Issues:0

Deep-Learning-Systems-Performance

Assignments for COMS 6998 - Practical Deep Learning Systems Performance at Columbia

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

pytorch-nlp-project-template

A Light and Modular PyTorch NLP Project Template

Stargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

K-BERT

Source code of K-BERT

Stargazers:0Issues:0Issues:0

SI330-Final-Project

This repo contains all my data and the projects for my SI 330 Final Project

License:MITStargazers:0Issues:0Issues:0

ABM-Trafic-grid-commute

The Commute behavior, Traffic Congestion, and Parking model simulates traffic moving in a simplified city grid with several perpendicular one-way streets that forms an intersection. It allows you to control global variables, such as the parking ratio and the number of people, and explore traffic dynamics, particularly traffic congestion measured by average speed and average waiting time for parking, which add to the total utility. This model gives the cars destinations (house or work) to investigate the traffic flow of commuting people. The agents in this model use goal-based and adaptive cognition. ## HOW IT WORKS Each time step, the cars face the next destination they are trying to get to (work or house) and attempt to move forward at their current speed and keep a safety speed. If their current distance to the car directly in front of them is less than their safety distance, they decelerate. If the distance is larger than safety distance, they accelerate. If there is a red light or a stopped car in front of them, they stop. In each cycle, each car will be assigned one destination. Traffic lights at the intersection will automatically change at the beginning of each cycle. Once the car parked, it will take 20 seconds to get into the front door of a company and then the car dispears from the map, at the same time a parking spot is empty for the next one. If a car driving through its destination, however the parking spot is not empty, it will keep driving around until spot opens up.

Stargazers:0Issues:0Issues:0

Sentence-Similarity-With-Siamese-Network-And-Manhattan-LSTM-PyTorch-

This repository contains PyTorch implementation for Siamese Network on sentence similarity using Manhattan LSTM

Stargazers:0Issues:0Issues:0