【语音合成/深度学习研发软件工程师招聘】 Nuance是世界领先的软件开发公司之一,有着二十亿美金年收益及15000名全球员工。我们多年深耕自动语音识别和自然语言处理领域,是语音行…
Read MoreYOLO:3 步实时目标检测安装运行教程
封面图是作者运行图,我在 ubuntu 环境下只有文字预测结果。 Detection Using A Pre-Trained Model 使用训练好的模型来检测物体 运行一下命令来…
Read MoreTensorflow 基于分层注意网络的文件分类器
After the exercise of building convolutional, RNN, sentence level attention RNN, finally I…
Read MoreTFI: 在一行代码中使用任何TensorFlow模型
TFI: Use any TensorFlow model in a single line of code TFI provides a simple Python interf…
Read MoreSpeechPy – 一个语音处理和识别的库
SpeechPy – A Library for Speech Processing and Recognition This library provides mos…
Read MoreMachine Learning From Scratch-从头开始机器学习
Python implementations of some of the fundamental Machine Learning models and algorithms f…
Read MoreApache MXNet (incubating) for Deep Learning
Apache MXNet(孵化)是一个旨在提高效率和灵活性的深度学习框架。 它允许您混合符号和命令式编程,以最大限度地提高效率和生产力。 其核心在于,MXNet包含一个动态依赖关系…
Read MoreTraining RNNs as Fast as CNNs:和 CNN 一样快的训练 RNN
SRU is a recurrent unit that can run over 10 times faster than cuDNN LSTM, without loss of…
Read MoreTensorFlow 生成对抗网络对比
GANs comparison without cherry-picking 生成对抗模型对比 实现了一些生成对抗网络理论:: DCGAN, EBGAN, LSGAN, WGAN,…
Read MoreDeepRecommender:Deep learning for recommender systems
DeepRecommender:基于深度学习的推荐系统 这个模型基于深度自编码器。 论文地址:https://arxiv.org/abs/1708.01715 项目地址:https…
Read More