burningion/poor-mans-deep-learning-camera: Build a thin client deep learning camera with the Raspberry Pi, Flask, and YOLO [blog]
简评:用树莓派、Flask,基于YOLO模型构建自己的深度学习相机,实现分类和检测。
twitter/vireo: Vireo is a lightweight and versatile video processing library written in C++11
简评:vireo是一个用c++11写的、轻量且通用的视频处理库。
cgtuebingen/tensorpack-recipes: A collection of TensorPack implementations of recent deep learning approaches including pretrained models.
简评:一组TensorPack的深度学习模型实现和pretrained模型。Tensorpack是基于TensorFlow,主要用于训练的高级APIs。
okdshin/instant: DNN Inference with CPU, C++, ONNX support: Instant
简评:CPU上C++语言实现、基于MKL-DNN的深度学习推理框架,支持ONNX模型。
BoyuanJiang/Age-Gender-Estimate-TF: Face age and gender estimate using TensorFlow
简评:基于TensorFlow实现的年龄性别预测模型。
[1712.04910] FFT-Based Deep Learning Deployment in Embedded Systems
简评:作者提出基于FFT训练和推理的DNN模型,尤其适用于对于存储和计算能力有限的嵌入式平台,
[1707.07012] Learning Transferable Architectures for Scalable Image Recognition [code]
简评:为解决架构工程问题,作者提出一种基于数据集自动搜寻模型block的方法。作者用该方法基于CIFAR10数据集搜寻最佳block,之后将该block堆叠出的模型应用到ImageNet上。尽管没有直接在ImangeNet上进行最佳的block搜寻,但在ImageNet上top1和top5准确率分别达到82.7%和96.2%。相比最佳的人类设计的模型,该方法的top1准确率要领先1.2%的同时参数量减少28%。在检测任务的COCO数据集上,基于该方法搭建的网络在特征学习上要超过同样模型架构Faster-RCNN,性能高于4.0%达到43.1%的mAP。
[1712.03351] Peephole: Predicting Network Performance Before Training
简评:同样是解决模型设计的问题。作者提出在基于网络的架构,在训练前就预测网络性能的方法。作者将不同的层编码成向量并交给LSTM,利用RNN的表达优势可以预测各种不同网络架构的性能。作者实验证明,该方法预测出的模型性能和实验的结果一致。
[1611.05162] Net-Trim: Convex Pruning of Deep Neural Networks with Performance Guarantee [code] [blog]
简评:作者提出一种用于模型剪枝的新方案——Net-Trim算法,该方法会对一个训练过的模型,将逐层地移除某些连接视为一个解决凸优化问题的过程。该过程会找保证该层输入和输出一致下的稀疏权重,此外作者提出基于该方法的并行和串行版本。两个版本后者得到的模型更轻量,但前者可以在分布式环境下使用。此外作者也给出了对剪枝前后模型的数学分析。
博文
Deep Learning Hardware Limbo | Tim Dettmers
简评:该文讲述了Intel、NVIDIA、AMD在过去以及未来几个月的深度学习硬件过渡期,重点分析了这三家在价格、生态上的特点和应对策略。
2017: What a Wonderful Year for AI | Intel Nervana
简评:英特尔AI团队对2017年在人工智能软件、硬件上的总结。
Deep Learning: Practice and Trends | Google 幻灯片 [video]
简评:NIPS2017关于深度学习实践与趋势幻灯片和视频。
Apps That Hint at a Fanciful Fake Future | MIT Technology Review
简评:针对移动端AR/VR应用案例的小总结。
A Startup Uses Quantum Computing to Boost Machine Learning | MIT Technology Review
简评:初创公司Rigetti用量子计算加速机器学习聚类。
Keras and deep learning on the Raspberry Pi | PyImageSearch
简评:在树莓派上使用Keras识别圣诞老人。
Fast INT8 Inference for Autonomous Vehicles with TensorRT 3 | Parallel Forall
简评:用TensorRT3实现自动驾驶的快速INT8类型推理。
New App Turns Your Selfie Into a Personalized Emoji | NVIDIA Developer News Center [app]
简评:国外的一家公司做了一个可以实现自拍变动画角色的APP。