Pinned Repositories
Face-Off
A plugin aiming to enhance privacy by obscuring images using black-box adversarial attacks. Essentially, it works by manipulating the image in a way that makes it difficult for machine learning algorithms to accurately interpret its content, while still maintaining its visual appearance for humans.
count-style-transfer
[EMNLP 2023]
rir
[ECIR 2023] Self-supervised Contrastive BERT Fine-tuning for Fusion-Based Reviewed-Item Retrieval
beam-search-with-rollouts
Implementing Simulation-guided Beam Search for text generation. Idea already proposed in Choo et al for Neural Combinatorial Optimization. In this repo, we use the technique for Controllable Text Generation.
Computer-Networks-Project
p2p file distribution & distributed calculator
Detecting-Community-Structure
Detecting community structure using label propagation and weighted coherent neighborhood propinquity
Good_ML_Blogs
Listing worthy Machine Learning blogs
Neural-Dialogue-System
SEQ2SEQ model with Attention mechanism for QA also for NMT +(Generating text using LSTM network)
Security-and-Privacy-in-Machine-Learning
Implementations on Security and Privacy in ML; Evasion Attack, Model Stealing, Model Poisoning, Membership Inference Attacks, ...
Time-Series-with-Transformers-for-Brent-Oil-Price
Time Series with Transformers for Brent Oil Price
mahdiabdollahpour's Repositories
mahdiabdollahpour/Neural-Dialogue-System
SEQ2SEQ model with Attention mechanism for QA also for NMT +(Generating text using LSTM network)
mahdiabdollahpour/Good_ML_Blogs
Listing worthy Machine Learning blogs
mahdiabdollahpour/Computer-Networks-Project
p2p file distribution & distributed calculator
mahdiabdollahpour/Detecting-Community-Structure
Detecting community structure using label propagation and weighted coherent neighborhood propinquity
mahdiabdollahpour/Security-and-Privacy-in-Machine-Learning
Implementations on Security and Privacy in ML; Evasion Attack, Model Stealing, Model Poisoning, Membership Inference Attacks, ...
mahdiabdollahpour/Time-Series-with-Transformers-for-Brent-Oil-Price
Time Series with Transformers for Brent Oil Price
mahdiabdollahpour/Algorithms-Design-and-Analysis
Implenting algorithms and solution to Programming Assignments on Tim Roughgarden course Standford University
mahdiabdollahpour/SE-Project
Requirements specification and Design for SE course project
mahdiabdollahpour/beam-search-with-rollouts
Implementing Simulation-guided Beam Search for text generation. Idea already proposed in Choo et al for Neural Combinatorial Optimization. In this repo, we use the technique for Controllable Text Generation.
mahdiabdollahpour/mahdiabdollahpour.github.io
my github.io
mahdiabdollahpour/Neural-Networks-for-Machine-Learning
Assignmnets on Neural Networks for Machine Learning Coursera course instructed by Prof.Geoffrey Hinton , University of Toronto
mahdiabdollahpour/Fuzzy-C-Mean-Clustering
Fuzzy version of K-mean
mahdiabdollahpour/Joy-of-Convolution
Python GUI project to play with signal Conv
mahdiabdollahpour/nlp-papers
Must-read papers on Natural Language Processing (NLP)
mahdiabdollahpour/RBF_ES
Using Evolutionary Strategy to optimize Radial Basis Function network
mahdiabdollahpour/Active-Learning-for-Rumor-Identification-on-Social-Media
mahdiabdollahpour/Contrastive_Learning_Papers
A list of contrastive Learning papers
mahdiabdollahpour/COVID19Tweet
Data for the W-NUT 2020 Shared Task 2: Identification of informative COVID-19 English Tweets
mahdiabdollahpour/CSC2611
CSC2611 course at UofT
mahdiabdollahpour/Easy21
Implementing assignment easy-21 of RL course by David Silver
mahdiabdollahpour/FairMOT
A simple baseline for one-shot multi-object tracking
mahdiabdollahpour/learn2learn
A PyTorch Library for Meta-learning Research
mahdiabdollahpour/mahdiabdollahpour
My personal repository.
mahdiabdollahpour/OpenGL_Learning
Computer Graphics course Code stuff
mahdiabdollahpour/Parsivar
A Language Processing Toolkit for Persian
mahdiabdollahpour/Statistical-Machine-Learning
SML Course at AUT Stuff
mahdiabdollahpour/WNUT_2020_sharedtask3
Added NER features to provided BERT baseline, Using CovidBERT instead of BERT
mahdiabdollahpour/diffu-detox
mahdiabdollahpour/news-search-engine
A search engine for crawling news from the web, storing in a structured way, and querying through the stored documents for finding the most relevant results using Machine Learning and Information Retrieval techniques.
mahdiabdollahpour/optax
Optax is a gradient processing and optimization library for JAX.