基于gRPC 服务,go为服务者,PHP为消费者的微服务demo,gRPC 是Google发起的一个开源远程过程调用 系统。该系统基于HTTP/2 协议传输,使用Protocol Buffers 作为接口描述语言。 其他功能: 认证 双向流 流控制 超时 最常见的应用场景是: 微服务框架下,多种语言服务之间的高效交互。
Unofficial mirror of FernFlower Java decompiler (All pulls should be submitted upstream)
JByteMod是一个多功能字节码编辑器,具有语法高亮显示、实时反编译和方法图。 官方:https://grax.info/ 摘自:https://github.com/GraxCode/Cafebabe
这是一个简化版的Muduo库,主要修改包括:1、从Boost向C++11迁移;2、内部采用面向对象的编程思想,简化代码处理逻辑;3、使用SO_REUSEPORT特性,多线程并发监听,减少多线程间数据交互。当前写这个网络库主要目的是学习,已包含一个简单的EchoServer样例,后续会不断充实HttpServer,也会考虑UDP相关的内容。欢迎感兴趣的同学一起讨论。具体设计可参考:http://blog.csdn.net/adkada1/article/details/54893541
1、BP-momentum神经网络numpy实现及Pytorch实现及各optim在AQI数据集的表现。2、BP网络分类
The project is an official implement of our CVPR2018 paper "Deep Back-Projection Networks for Super-Resolution" (Winner of NTIRE2018 and PIRM2018)
openpose简版 https://github.com/Hzzone/pytorch-openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Acceleration package for neural networks on multi-core CPUs
Caffe2 is a lightweight, modular, and scalable deep learning framework.
In PyTorch Learing Neural Networks Likes CNN(Convolutional Neural Networks for Sentence Classification (Y.Kim, EMNLP 2014) 、LSTM、BiLSTM、DeepCNN 、CLSTM、CNN and LSTM