Pinned Repositories
Awesome-Prompting-on-Vision-Language-Model
This repo lists relevant papers summarized in our survey paper: A Systematic Survey of Prompt Engineering on Vision-Language Foundation Models.
backprop-alts
This repository has implementations of various alternatives to backpropagation for training neural networks.
base_bot
mobile-robot-project
Cpp-study
my cpp study repository
custom_model
trying to customize Gemma
CustomizedSpikeGPT
original model : Implementation of "SpikeGPT: Generative Pre-trained Language Model with Spiking Neural Networks"
decision-transformer
Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling.
deeplearning-carla-project
my_deeplearning_project
GPT-ROS
making decision (schedule of robot) using ChatGPT API
my-eda-project
EDA 프로젝트 4조 저장소. 🎲 보드게임 트렌드 분석 🎲
Song-Seng-Hun's Repositories
Song-Seng-Hun/Awesome-Prompting-on-Vision-Language-Model
This repo lists relevant papers summarized in our survey paper: A Systematic Survey of Prompt Engineering on Vision-Language Foundation Models.
Song-Seng-Hun/base_bot
mobile-robot-project
Song-Seng-Hun/Cpp-study
my cpp study repository
Song-Seng-Hun/GPT-ROS
making decision (schedule of robot) using ChatGPT API
Song-Seng-Hun/my-eda-project
EDA 프로젝트 4조 저장소. 🎲 보드게임 트렌드 분석 🎲
Song-Seng-Hun/backprop-alts
This repository has implementations of various alternatives to backpropagation for training neural networks.
Song-Seng-Hun/custom_model
trying to customize Gemma
Song-Seng-Hun/CustomizedSpikeGPT
original model : Implementation of "SpikeGPT: Generative Pre-trained Language Model with Spiking Neural Networks"
Song-Seng-Hun/decision-transformer
Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling.
Song-Seng-Hun/deeplearning-carla-project
my_deeplearning_project
Song-Seng-Hun/DI-engine
OpenDILab Decision AI Engine
Song-Seng-Hun/dobot
first open manipulator completion
Song-Seng-Hun/jepa
Experiments in Joint Embedding Predictive Architectures (JEPAs).
Song-Seng-Hun/my_IoT_project
V2I
Song-Seng-Hun/Awesome-Spiking-Neural-Networks
A paper list of spiking neural networks, including papers, codes, and related websites. 本仓库收集脉冲神经网络相关的顶会顶刊论文和代码,正在持续更新中。
Song-Seng-Hun/memformer
Implementation of Memformer, a Memory-augmented Transformer, in Pytorch
Song-Seng-Hun/MemTorch
A Simulation Framework for Memristive Deep Learning Systems
Song-Seng-Hun/minimalRL
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Song-Seng-Hun/Multi-Modal-Transformer
The repository collects many various multi-modal transformer architectures, including image transformer, video transformer, image-language transformer, video-language transformer and self-supervised learning models. Additionally, it also collects many useful tutorials and tools in these related domains.
Song-Seng-Hun/my_custom_stt_train
Song-Seng-Hun/pynput
Sends virtual input commands
Song-Seng-Hun/pywinauto
Windows GUI Automation with Python (based on text properties)
Song-Seng-Hun/RWKV-LM
RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
Song-Seng-Hun/ScrimBrain
fork from https://github.com/wkwan/ScrimBrain/tree/master/media
Song-Seng-Hun/SerpentAI
forked from serpentAI
Song-Seng-Hun/Spiking-Neural-Network
Pure python implementation of SNN
Song-Seng-Hun/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.
Song-Seng-Hun/thought-and-memory
Investigations into transformers with memory.
Song-Seng-Hun/universe
forked from openai