Pinned Repositories
bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
compiler-rt
Project moved to: https://github.com/llvm/llvm-project
cryptography
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
darknet
Convolutional Neural Networks
docker-sgx
A Docker image with Intel SGX support.
engine
A reference implementation of the Russian GOST crypto algorithms for OpenSSL
FATE
An Industrial Grade Federated Learning Framework
intel-sgx-ssl
Intel® Software Guard Extensions SSL
knowledge_distillation
Reproduce experiments in this paper: Hinton et. al. "Distilling the Knowledge in a Neural Network". NIPS2014
krb5
mirror of MIT krb5 repository
Coldfire93's Repositories
Coldfire93/compiler-rt
Project moved to: https://github.com/llvm/llvm-project
Coldfire93/cryptography
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
Coldfire93/darknet
Convolutional Neural Networks
Coldfire93/docker-sgx
A Docker image with Intel SGX support.
Coldfire93/engine
A reference implementation of the Russian GOST crypto algorithms for OpenSSL
Coldfire93/FATE
An Industrial Grade Federated Learning Framework
Coldfire93/intel-sgx-ssl
Intel® Software Guard Extensions SSL
Coldfire93/knowledge_distillation
Reproduce experiments in this paper: Hinton et. al. "Distilling the Knowledge in a Neural Network". NIPS2014
Coldfire93/krb5
mirror of MIT krb5 repository
Coldfire93/MachineLearning
机器学习相关的知识点思考总结以及资料收集,持续更新。
Coldfire93/mbedtls
An open source, portable, easy to use, readable and flexible SSL library
Coldfire93/mnist-classification
Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
Coldfire93/NeoShow
Show the process flow in units of lot.
Coldfire93/oeedger8r-cpp
An implementation of oeedger8r in C++
Coldfire93/openenclave
SDK for developing enclaves
Coldfire93/openenclave-mbedtls
Open Enclave copy of mbedtls for inclusion as submodule in SDK.
Coldfire93/openssl
TLS/SSL and crypto library
Coldfire93/optee_client
Coldfire93/optee_os
Coldfire93/PySyft
A library for encrypted, privacy preserving machine learning
Coldfire93/Python-100-Days
Python - 100天从新手到大师
Coldfire93/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Coldfire93/pytorch-YOLOv4
PyTorch ,ONNX and TensorRT implementation of YOLOv4
Coldfire93/secure-xgboost
Secure collaborative training and inference for XGBoost.
Coldfire93/snmalloc
Message passing based allocator
Coldfire93/SSD-Knowledge-Distillation
A PyTorch Implementation of Knowledge Distillation on SSD
Coldfire93/test-git-use
Coldfire93/torchdistill
PyTorch-based modular, configuration-driven framework for knowledge distillation. 🏆18 methods presented at CVPR, ICLR, ECCV, NeurIPS, ICCV, etc are implemented so far. 🎁 Trained models, training logs and configurations are available for ensuring the reproducibiliy.
Coldfire93/YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone
YOLO ModelCompression MultidatasetTraining
Coldfire93/yolov4-tiny-pytorch
这是一个YoloV4-tiny-pytorch的源码,可以用于训练自己的模型。