Fengchao-531

Fengchao-531

Geek Repo

0

followers

0

following

Github PK Tool:Github PK Tool

Fengchao-531's starred repositories

Steal-ML

Model extraction attacks on Machine-Learning-as-a-Service platforms.

Language:PythonStargazers:340Issues:0Issues:0

model-inversion-attack

Implementation of the Model Inversion Attack introduced with Model Inversion Attacks that Exploit Confidence Information and Basic Countermeasures (Fredrikson Et al.)

Language:Jupyter NotebookStargazers:78Issues:0Issues:0

membership_inference_attack

Implementation of the paper : "Membership Inference Attacks Against Machine Learning Models", Shokri et al.

Language:PythonStargazers:46Issues:0Issues:0

membership-inference

Code for Membership Inference Attack against Machine Learning Models (in Oakland 2017)

Language:PythonStargazers:175Issues:0Issues:0

SLMIA-SR

Source code for the paper "SLMIA-SR: Speaker-Level Membership Inference Attacks against Speaker Recognition Systems" accepted by NDSS 2024

Language:PythonStargazers:5Issues:0Issues:0

bert_score

BERT score for text generation

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

phishingdata-Analysis

Experimentation with Sentiment Analysis on Phishing Email Datasets. Machine-learning techniques to help classify the overall emotional content of the data as well as the difference among different phishing data

Language:PythonStargazers:13Issues:0Issues:0

DeepfakeTextDetection

Code and datasets for the paper "Deepfake Text Detection: Limitations and Opportunities"

Language:PythonStargazers:25Issues:0Issues:0

TextFooler

A Model for Natural Language Attack on Text Classification and Inference

Language:PythonLicense:MITStargazers:481Issues:0Issues:0

TextAttack

TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/

Language:PythonLicense:MITStargazers:2852Issues:0Issues:0

LLM-Cipher

Repo for detecting LLM text in a generalized manner

Language:PythonLicense:MITStargazers:2Issues:0Issues:0

ArXivQA

WIP - Automated Question Answering for ArXiv Papers with Large Language Models (https://arxiv.taesiri.xyz/)

Language:PythonStargazers:273Issues:0Issues:0

opencv

Open Source Computer Vision Library

Language:C++License:Apache-2.0Stargazers:77285Issues:0Issues:0

geval

Code for paper "G-Eval: NLG Evaluation using GPT-4 with Better Human Alignment"

Language:PythonLicense:MITStargazers:215Issues:0Issues:0

raven

RAting VErbal Novelty

Language:ShellLicense:MITStargazers:7Issues:0Issues:0

cnn-text-classification-tf

Convolutional Neural Network for Text Classification in Tensorflow

Language:PythonLicense:Apache-2.0Stargazers:5644Issues:0Issues:0
Language:Jupyter NotebookStargazers:2Issues:0Issues:0

clx

A collection of RAPIDS examples for security analysts, data scientists, and engineers to quickly get started applying RAPIDS and GPU acceleration to real-world cybersecurity use cases.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:167Issues:0Issues:0
Language:PythonLicense:MITStargazers:187Issues:0Issues:0

Text-clustering

cluster text using NLP and unsupervised ML algorithm

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

text-generation-GAN

Conditional SeqGAN for generating text conditioned on certain sentiment. Stanford Sentiment Treebank. CS 224U Final Project

Language:PythonLicense:GPL-3.0Stargazers:11Issues:0Issues:0

Constrained-Text-Generation-Studio

Code repo for "Most Language Models can be Poets too: An AI Writing Assistant and Constrained Text Generation Studio" at the (CAI2) workshop, jointly held at (COLING 2022)

Language:PythonLicense:MITStargazers:204Issues:0Issues:0

CIS700_Milestone3

Local copy of Milestone

Language:PythonLicense:MITStargazers:1Issues:0Issues:0
Language:PythonLicense:MITStargazers:1Issues:0Issues:0
Language:Jupyter NotebookStargazers:6Issues:0Issues:0

gan-vis

Visualization of GAN training process

Language:Jupyter NotebookStargazers:92Issues:0Issues:0
Language:PythonStargazers:1Issues:0Issues:0

Text-Scraping-Document-Clustering-Topic-modeling

The objective of this project is to scrape a corpus of news articles from a set of web pages, pre-process the corpus, and then to apply unsupervised clustering algorithms to explore and summarise the contents of the corpus. Part 1. Text Data Scraping This part of the project should be implemented as a Python script 1. Identify the URLs for all news articles listed on the website: http://mlg.ucd.ie/modules/COMP41680/news/index.html 2. Retrieve all web pages corresponding to these article URLs. 3. From the web pages, extract the main body text containing the content of each news article. Save the body of each article as plain text. Part 2. Corpus Exploration Tasks to be completed in your IPython notebook: 1. Load the text corpus generated in Part 1. Apply any appropriate pre-processing steps and construct a document-term matrix representation of the corpus. 2. Summarise the overall corpus by identifying the most characteristic terms and phrases in the corpus. 3. Apply two alternative clustering algorithms of your choice to the document-term matrix to produce clusters of related documents. This might require applying each algorithm several times with different parameter values. 4. For each clustering generated in Step 3, summarise the contents of the clusters. Based on your summary, suggest a topic/theme for each cluster.

Language:Jupyter NotebookStargazers:49Issues:0Issues:0

Chinese-Text-Classification-Pytorch

中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。

Language:PythonLicense:MITStargazers:5216Issues:0Issues:0