Pinned Repositories
adams
Reducing Bias in Modeling Real-world Password Strength via Deep Learning and Dynamic Dictionaries
annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
brainwallet_cracker
BrainWallet Cracker for btc, eth, ltc and so on.
CrackedBrainWallets_Examples
The repository is going to show our paper's experiment about cracing brainwallets(e.g., BTC brainwallets, ETH brainwallet, etc). This is an anonymous repository.
DA-Transformer-thu
Official Implementation for the ICML2022 paper "Directed Acyclic Transformer for Non-Autoregressive Machine Translation"
External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
JailbreakingLLMs-patrickrchao
Jus1mple.github.io
PyTorchDocs
PyTorch 官方中文教程包含 60 分钟快速入门教程,强化教程,计算机视觉,自然语言处理,生成对抗网络,强化学习。欢迎 Star,Fork!
twitter-the-algorithm
Source code for Twitter's Recommendation Algorithm
Jus1mple's Repositories
Jus1mple/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
Jus1mple/Jus1mple.github.io
Jus1mple/twitter-the-algorithm
Source code for Twitter's Recommendation Algorithm
Jus1mple/CA-MHF_example
This repo is for the example of CA-MHF
Jus1mple/cvxbook_additional_exercises
Additional exercises and data for EE364a. No solutions; for public consumption.
Jus1mple/DiffUserPass
Password Guessing Model based on a Text-Diffusion Model. Explore the performance of diffusion-based model on password guessing.
Jus1mple/Diffusion-Models-Papers-Survey-Taxonomy
Diffusion model papers, survey, and taxonomy
Jus1mple/fast-gector
Jus1mple/funNLP
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据、百度中文问答数据集、句子相似度匹配算法集合、bert资源、文本生成&摘要相关工具、cocoNLP信息抽取工具、国内电话号码正则匹配、清华大学XLORE:中英文跨语言百科知识图谱、清华大学人工智能技术系列报
Jus1mple/Gector_chinese
基于seq2edit (Gector) 的中文文本纠错。
Jus1mple/HuggingFace-Download-Accelerator
利用HuggingFace的官方下载工具从镜像网站进行高速下载。
Jus1mple/huggingface_tutorials
HuggingFace Transformer的学习入门代码
Jus1mple/Informer2020
The GitHub repository for the paper "Informer" accepted by AAAI 2021.
Jus1mple/LogicStack-LeetCode
公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码
Jus1mple/MIA_from_Scratch
Simple implementation for Membership Inference Attack proposed by Reza Shokri et al. at 2017 IEEE S&P
Jus1mple/microsoft_analysing_pii_leakage
The repository contains the code for analysing the leakage of personally identifiable (PII) information from the output of next word prediction language models.
Jus1mple/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
Jus1mple/minified-generative-models
Bare-bones implementations of some generative models in Jax: diffusion, normalizing flows, consistency models, flow matching, (beta)-VAEs.
Jus1mple/minimal-text-diffusion
A minimal implementation of diffusion models for text generation
Jus1mple/MuCGEC
MuCGEC中文纠错数据集及文本纠错SOTA模型开源;Code & Data for our NAACL 2022 Paper "MuCGEC: a Multi-Reference Multi-Source Evaluation Dataset for Chinese Grammatical Error Correction"
Jus1mple/NKU-Recommendation-Letter-Template
南开大学推荐信模板
Jus1mple/Pointnet2.PyTorch
A faster implementation of PointNet++ based on PyTorch.
Jus1mple/PPGP
Jus1mple/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
Jus1mple/Shark-DiffuSeq
[ICLR'23] DiffuSeq: Sequence to Sequence Text Generation with Diffusion Models
Jus1mple/Short-text_GNN-SamujjwalSam
Repo on the work of Domain agnostic feature generation using GCN for short text classification
Jus1mple/Similarity-Metrics
Password (String) Simialrity Metrics (e.g., Cosine Similarity, Levenshtein Edit distance
Jus1mple/TextLevelGNN-DimarzioBian
An unofficial PyTorch implementation for the TextLevelGNN [EMNLP'19] "Text Level Graph Neural Network for Text Classification"
Jus1mple/transformer_rankers
A library to conduct ranking experiments with transformers.
Jus1mple/twitter-the-algorithm-ml
Source code for Twitter's Recommendation Algorithm