Maryam Shadloo (mshadloo)

mshadloo

Geek Repo

0

following

0

stars

Location:Bay Area

Home Page:https://www.linkedin.com/in/maryam-shadloo/

Github PK Tool:Github PK Tool

Maryam Shadloo's repositories

Neural-Machine-Translation-with-Attention

I implement encoder-decoder based seq2seq models with attention using Keras. The encoder can be a Bidirectional LSTM, a simple LSTM, or a GRU, and the decoder can be an LSTM or a GRU. I evaluate the models on an English-French dataset.

Language:Jupyter NotebookStargazers:3Issues:2Issues:0

Algorithm

Codes of Cracking the Coding Interview, 6th Edition 189 Programming Questions and Solutions

Language:PythonStargazers:0Issues:0Issues:0

deep-learning-coursera

Deep Learning Specialization by Andrew Ng on Coursera.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

Deep-Neural-Network-from-scratch

Deep neural network model on top of Tensorflow

Language:PythonStargazers:0Issues:0Issues:0

Gender-Detection-with-Decision-Tree-from-scrach

In this repo, I implement a decision tree classifier from scratch using python and pandas. I use this decision tree to detect gender based on names. I use the first letter, first two letters, first three letters, last letter, last two letters, last three letters, etc. as features.

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

Logistic-regression

Logistic regression with neural network mindset using numpy

Language:PythonStargazers:0Issues:0Issues:0

Recommendation-system

I implement I-AutoRec (an autoencoder framework for collaborative filtering b) with Keras and tuned hyperparameters of this model using a validation set.

Language:PythonStargazers:0Issues:2Issues:0

Resnet_cifar10_pytorch

In this repo, I implemented ResNet for CIFAR10 as described in the original paper with Pytorch

Language:Jupyter NotebookStargazers:0Issues:2Issues:0

Web-Application-with-Django-for-Object-Identification

In this repo, I use Django to create a web application and I use TensorFlow as the backend to do object identification. I deploy my project on AWS Lighsail.

Language:PythonStargazers:0Issues:0Issues:0

mshadloo

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

ResidualNetwork

Residual network with keras for CIFAR10

Language:PythonStargazers:0Issues:0Issues:0

ResNet_CIFAR10

Reproducing CIFAR10 experiment results from the original ResNet paper using Pytorch in IPython notebook.

Stargazers:0Issues:0Issues:0