Pinned Repositories
ASPA
Repository for static analyer tool Abstrakti SyntaksiPuu Analysaattori (ASPA).
ast
AST - AT&T Software Technology
asttokens
Annotate Python AST trees with source text and token information
best_AI_papers_2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
CloudCoder
A web-based programming exercise system.
code-docstring-corpus
Preprocessed Python functions and docstrings for automated code documentation (code2doc) and automated code generation (doc2code) tasks.
CodeSearchNet
Datasets, tools, and benchmarks for representation learning of code.
CodeSumEvaluation
On the Evaluation of Neural Code Summarization
DiffSearch
DiffSearch is a search engine for code changes. The input is a query that describes a code change and the output is a list of matching code changes. It is scalable and it retrieves the result in a few seconds.
glo4030-labs
Laboratoires du cours GLO-4030/GLO-7030
majid-heidary's Repositories
majid-heidary/ASPA
Repository for static analyer tool Abstrakti SyntaksiPuu Analysaattori (ASPA).
majid-heidary/ast
AST - AT&T Software Technology
majid-heidary/asttokens
Annotate Python AST trees with source text and token information
majid-heidary/best_AI_papers_2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
majid-heidary/CodeSearchNet
Datasets, tools, and benchmarks for representation learning of code.
majid-heidary/CodeSumEvaluation
On the Evaluation of Neural Code Summarization
majid-heidary/DiffSearch
DiffSearch is a search engine for code changes. The input is a query that describes a code change and the output is a list of matching code changes. It is scalable and it retrieves the result in a few seconds.
majid-heidary/glo4030-labs
Laboratoires du cours GLO-4030/GLO-7030
majid-heidary/HELP-DKT
majid-heidary/latexlearningresources
majid-heidary/Leaf-Question-Generation
Easy to use and understand multiple-choice question generation algorithm using T5 Transformers.
majid-heidary/M2TS
majid-heidary/majid-heidary.github.io
My working area
majid-heidary/mctest
website dedicated to assist in preparation and correction of exams:
majid-heidary/ML-YouTube-Courses
📺 Discover the latest machine learning / AI courses on YouTube.
majid-heidary/nlg-eval
Evaluation code for various unsupervised automated metrics for Natural Language Generation.
majid-heidary/NLGEVALS
Natural language Evaluation metrics
majid-heidary/pedal
A collection of tools to analyze student's Python source code
majid-heidary/py-tree-sitter
Python bindings to the Tree-sitter parsing library
majid-heidary/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
majid-heidary/Question-Generation-Paper-List
A summary of must-read papers for Neural Question Generation (NQG) updates
majid-heidary/rouge
A full Python Implementation of the ROUGE Metric (not a wrapper)
majid-heidary/SimAST-GCN
Turn Tree into Graph: Automatic Code Review via Simplified AST Driven Graph Convolutional Network
majid-heidary/SOTitle
code and data for paper "SOTitle: A Transformer-based Post Title Generation Approach for Stack Overflow", which accepted in SANER 2022
majid-heidary/swift-coreml-transformers
Swift Core ML 3 implementations of GPT-2, DistilGPT-2, BERT, and DistilBERT for Question answering. Other Transformers coming soon!
majid-heidary/tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
majid-heidary/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
majid-heidary/tree-sitter
An incremental parsing system for programming tools
majid-heidary/tree-sitter-python
Python grammar for tree-sitter
majid-heidary/TSSB3M
Mining tool and large-scale datasets of single statement bug fixes in Python