Pinned Repositories
Activations
A list of current activation functions in deep learning.
admiralty
A system of Kubernetes controllers that intelligently schedules workloads across clusters.
apex
A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
apisix
The Cloud-Native API Gateway
argo-workflows
Workflow Engine for Kubernetes
arktos
Arktos for large-scale cloud platform
kong
:monkey: The Microservice API Gateway
raft
Golang implementation of the Raft consensus protocol
tensorflow
Computation using data flow graphs for scalable machine learning
zstd
Zstandard - Fast real-time compression algorithm
smile-luobin's Repositories
smile-luobin/cham
Golang lightweight online game framework
smile-luobin/CUDA
GPU-accelerated LIBSVM is a modification of the original LIBSVM that exploits the CUDA framework to significantly reduce processing time while producing identical results. The functionality and interface of LIBSVM remains the same. The modifications were done in the kernel computation, that is now performed using the GPU.
smile-luobin/cuda-convnet2
Automatically exported from code.google.com/p/cuda-convnet2
smile-luobin/go-fundamental-programming
《Go编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。
smile-luobin/go-rock-libraries-showcases
《Go名库讲解》是一套针对 Google 出品的 Go 语言的第三方库进行评测讲解的集博客、示例与语音视频为一体的综合教程,适合完成学习完成《Go编程基础》教程的学习者。
smile-luobin/go-web-foundation
《Go Web基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向完成《Go编程基础》教程后希望进一步了解有关 Go Web 开发的学习者。
smile-luobin/kaldi-lstm
C++ implementation of LSTM (Long Short Term Memory), in Kaldi's nnet1 framework. Used for automatic speech recognition, possibly language modeling etc, the training can be switched between CPU and GPU(CUDA). This repo is now merged into official Kaldi codebase(Karel's setup), so this repo is no longer maintained, please check out the Kaldi project instead.
smile-luobin/lzham_codec
Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++