ChalieChang1028's repositories
AntiFake
https://dl.acm.org/doi/10.1145/3576915.3623209
audio-deepfake-adversarial-attacks
Implementation of "Defense against Adversarial Attacks on Audio DeepFake Detection"
audioseal
Localized watermarking for AI-generated speech audios, with SOTA on robustness and very fast detector
eecs442
My work for EECS 442: Computer Vision
ClonedVoiceDetection
Single- and Multi-Speaker Cloned Voice Detection: From Perceptual to Learned Features
Cpp-Primer
C++ Primer 5 answers
cs61a-sp21
personal solutions on labs, projects and homework of CS61A Spring 2021.
CS61B-sp21
UC Berkeley CS61B Spring 2021
D-LLM
[NeurIPS 2024] Implementation of paper - D-LLM: A Token Adaptive Computing Resource Allocation Strategy for Large Language Models
DeepLearningAI-Giskard-RedTeaming
Practical Jupyter notebooks from Andrew Ng and Giskard team's "Red Teaming LLM Applications" course on DeepLearning.AI.
Gamma-MOD
Officail Repo of γ -MOD: Mixture-of-Depth Adaptation for Multimodal Large Language Models
growing_hierarchical_som
Self-Organizing Map [https://en.wikipedia.org/wiki/Self-organizing_map] is a popular method to perform cluster analysis. SOM shows two main limitations: fixed map size constraints how the data is being mapped and hierarchical relationships are not easily recognizable. Thus Growing Hierarchical SOM has been designed to overcome this issues
LayerSkip
Code for "LayerSkip: Enabling Early Exit Inference and Self-Speculative Decoding", ACL 2024
leeml-notes
李宏毅《机器学习》笔记,在线阅读地址:https://datawhalechina.github.io/leeml-notes
LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
LipFD
This repository contains the codes of "Lips Are Lying: Spotting the Temporal Inconsistency between Audio and Visual in Lip-syncing DeepFakes".
llama2.c
Inference Llama 2 in one file of pure C
LLM101n
LLM101n: Let's build a Storyteller
LLMFuzzAgent
[Corca / ML] Automatically solved Gandalf AI with LLM
MIT-6.5940
All Homeworks for TinyML and Efficient Deep Learning Computing 6.5940 • Fall • 2023 • https://efficientml.ai
modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
ohara
Collection of autoregressive model implementation
OpenANE
OpenANE: the first Open source framework specialized in Attributed Network Embedding. The related paper was accepted by Neurocomputing. https://doi.org/10.1016/j.neucom.2020.05.080
RL_PCB
RL_PCB is a novel learning-based method for optimising the placement of circuit components on a Printed Circuit Board (PCB).
Stanford_ML_Course_cs229_my_solutions
From Dec 2021 to Sep 2022 I took the extended summer version of Stanford course cs229 Introduction to ML. These are my problem solutions in python.