Navjinder Virdee
Results
4
repositories owned by
Navjinder Virdee
2048-deep-reinforcement-learning
203
Stars
54
Forks
Watchers
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Advanced-Shortest-Paths-Algorithms
73
Stars
25
Forks
Watchers
Java Code for Contraction Hierarchies Algorithm, A-Star Algorithm and Bidirectional Dijkstra Algorithm. Tested and Verified Code.
data-structures
32
Stars
25
Forks
Watchers
Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree...
neural-networks
38
Stars
22
Forks
Watchers
Implemented Convolutional Neural Network, LSTM Neural Network, and Neural Network From Scratch in Python Language.