Pinned Repositories
FATE
An Industrial Grade Federated Learning Framework
FATE-LLM
Federated Learning for LLMs.
ChatGPT-Paper-Reader
This repo offers a simple interface that helps you to read&summerize research papers in pdf format. You can ask some questions after reading. This interface is developed based on openai API and using GPT-3.5-turbo model.
ChineseName
根据名字判断性别
dataVisualization
a data visualization projects based on django,echart
Huawei-AI-Contest
华为AI比赛
Image-Retrival
Multimedia课程的project,用C++的opencv库做的一个image retrival project,用了一些经典的方法做的retrival,还用上了神经网络提取的深度特征,不过我主要负责C++编程
NGCF-pytorch
A toy implementation of Neural Graph Collaborative filtering
nlp-fudan
按照复旦大学NLP课程实现的代码
SRL-annotator
A simple tools for annotating data for Semantic Role Labelling tasks
talkingwallace's Repositories
talkingwallace/ChatGPT-Paper-Reader
This repo offers a simple interface that helps you to read&summerize research papers in pdf format. You can ask some questions after reading. This interface is developed based on openai API and using GPT-3.5-turbo model.
talkingwallace/NGCF-pytorch
A toy implementation of Neural Graph Collaborative filtering
talkingwallace/ChineseName
根据名字判断性别
talkingwallace/nlp-fudan
按照复旦大学NLP课程实现的代码
talkingwallace/Huawei-AI-Contest
华为AI比赛
talkingwallace/SRL-annotator
A simple tools for annotating data for Semantic Role Labelling tasks
talkingwallace/dataVisualization
a data visualization projects based on django,echart
talkingwallace/FATE
An Industrial Level Federated Learning Framework
talkingwallace/Image-Retrival
Multimedia课程的project,用C++的opencv库做的一个image retrival project,用了一些经典的方法做的retrival,还用上了神经网络提取的深度特征,不过我主要负责C++编程
talkingwallace/leetcodePlus
My java solutions on leetcode + 剑指offer
talkingwallace/NetDiskDemo
NodeJS,MongoDB based WebNetdisk
talkingwallace/code_practice
leetcode, nowcoder, etc
talkingwallace/FATE-tools
self made tools for FATE testing and developing
talkingwallace/High-Performance-Python
talkingwallace/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
talkingwallace/Machine-learning
All about Machine Learning
talkingwallace/Old-Code
本科旧代码
talkingwallace/Pictures
talkingwallace/Simple-Database
A simple database develop on JAVACC,based on JSON format
talkingwallace/Tourism-Planning
基本所有**学校都会布置的一种大作业
talkingwallace/union-find
My Solution to Union-Find problem