Skip to content
View mshadloo's full-sized avatar
Block or Report

Block or report mshadloo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mshadloo/README.md
  • 👋 Hi, I’m Maryam Shadloo. I have a MSc in machine learning and a PhD in theoretical computer science.
  • 👀 I’m interested in Machine/Deep Learning, Continuous/Combinatorial Optimization, Approximation Algorithms and Big Data.
  • 💞️ I’m actively seeking full-time ML engineer and data scientist job opportunities.
  • 📫 How to reach me:

Pinned

  1. Web-Application-with-Django-for-Object-Identification Web-Application-with-Django-for-Object-Identification Public

    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.

    Python

  2. Gender-Detection-with-Decision-Tree-from-scrach Gender-Detection-with-Decision-Tree-from-scrach Public

    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…

    Python

  3. Neural-Machine-Translation-with-Attention Neural-Machine-Translation-with-Attention Public

    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 th…

    Jupyter Notebook 3

  4. Resnet_cifar10_pytorch Resnet_cifar10_pytorch Public

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

    Jupyter Notebook

  5. Recommendation-system Recommendation-system Public

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

    Python 1

  6. Deep-Neural-Network-from-scratch Deep-Neural-Network-from-scratch Public

    Deep neural network model on top of Tensorflow

    Python