-
keras-io Public
Forked from keras-team/keras-ioKeras documentation, hosted live at keras.io
Jupyter Notebook Apache License 2.0 UpdatedJul 27, 2020 -
Neural-Machine-Translation Public
Neural Machine Translation (NMT) from Spanish to English. Architecture is Seq2Seq + Multiplicative Attention + Character-level conditional English (target) language model.
-
Semantic-Visual-Search Public
Semantic Visual Search: Given an image, retrieve semantically similar looking images.
-
VariationalRecurrentNeuralNetwork Public
Forked from emited/VariationalRecurrentNeuralNetworkPytorch implementation of the Variational Recurrent Neural Network (VRNN).
-
-
AML_Assignments Public
Advance Machine Learning (CSL 712) Course Lab Assignments
Jupyter Notebook UpdatedDec 1, 2018 -
Cryptopals_Challenges Public
Python codes for Cryptopals Crypto Challenges
Python UpdatedDec 1, 2018 -
awesome-ai-residency Public
Forked from dangkhoasdc/awesome-ai-residencyList of AI Residency Programs
UpdatedNov 15, 2018 -
-
CS231n Public
My solutions for Assignments of CS231n: Convolutional Neural Networks for Visual Recognition
-
CS231n_assignment3 Public
Implemented Vanilla RNN and LSTM networks, combined these with pretrained VGG-16 on ImageNet to build image captioning models on Microsoft COCO dataset. Explored use of image gradients for generati…
-
convolutional_nn Public
Implemented fully-connected DNN of arbitrary depth with Batch Norm and Dropout, three-layer ConvNet with Spatial Batch Norm in NumPy. The update rules used for training are SGD, SGD+Momentum, RMSPr…
-
RL_Pacman Public
Reinforcement Learning in Pacman
-
Gibbs_Sampling Public
Python code for Gibbs Sampler.
-
Image Classification pipeline for CIFAR-10 dataset based on K-NN, Svm, Softmax and 2-layer Neural Net Classifiers
Jupyter Notebook UpdatedMar 5, 2018 -
adversarial_search Public
Implemented minimax and expectimax search and designed a evaluation function for Pacman State.
-
search Public
Experimented with different AI search techniques like BFS, DFS, A* search in a Pacman environment.
Python UpdatedFeb 1, 2018 -
SVM Public
Support Vector Machines Implementation from scratch using simplified SMO algorithm.
-
-