Pinned Repositories
1000UserGuide
1000UserGuide:对独立开发者和创业者来说,找到前1000个早期用户太关键了。这里精心整理了300多个国内外渠道,适合独立开发者和创业者推广产品的渠道。
2024_MCM_C
The code and the processed datasets of 2024_MCM_UESTC
ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
awesome-quantum-machine-learning
Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web
chinese-poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
curry_code_summay
some useful code for AI and IC design
EMS-YOLO
Offical implementation of "Deep Directly-Trained Spiking Neural Networks for Object Detection" (ICCV2023)
for-dc
Use AI to assist in the diagnosis of gastric canceer
How-To-Ask-Questions-The-Smart-Way
本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。
ov5640
curryfromuestc's Repositories
curryfromuestc/cs230-code-examples
Code examples in pyTorch and Tensorflow for CS230
curryfromuestc/deeplearning-models
A collection of various deep learning architectures, models, and tips
curryfromuestc/ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
curryfromuestc/ANN2SNNConversion_SNM_NeuronNorm
Pytorch Implementation of Signed Neuron with Memory: Towards Simple, Accurate and High-Efficient ANN-SNN Conversion, IJCAI 2022
curryfromuestc/Spiking-Neural-Network-SNN-with-PyTorch-where-Backpropagation-engenders-STDP
What about coding a Spiking Neural Network using an automatic differentiation framework? In SNNs, there is a time axis and the neural network sees data throughout time, and activation functions are instead spikes that are raised past a certain pre-activation threshold. Pre-activation values constantly fades if neurons aren't excited enough.