Free and open source mobile deep learning framework, deploying by Baidu. This research aim…
Read More分类: TensorFlowNews
Serpent.AI – 游戏代理框架(Python)
Serpent.AI – 游戏代理框架(Python) Serpent.AI是一个简单而强大的新颖框架,可帮助开发人员创建游戏代理。将您拥有的任何视频游戏变成一个成熟的…
Read Moreface-alignment:用 pytorch 实现的 2D 和 3D 人脸对齐库
使用世界上最准确的面对齐网络从 Python 检测面部地标,能够在2D和3D坐标中检测点。 项目地址:https://github.com/1adrianb/face-alignm…
Read MoreZhuSuan 是建立在Tensorflow上的贝叶斯深层学习的 python 库
ZhuSuan 是建立在Tensorflow上的贝叶斯深层学习的 python 库。 与现有的主要针对监督任务设计的深度学习库不同,ZhuSuan 的特点是深入到贝叶斯推理中,从而…
Read Morepix2code:从截图生成图形用户界面代码
将设计人员创建的图形用户界面截图转换为计算机代码是开发人员为构建定制的软件,网站和移动应用程序而进行的一项典型任务。 在本文中,我们展示了深入的学习方法可以用于训练一个端对端的模型…
Read MoreSSD-Tensorflow:3 步运行 TensorFlow 单图片多盒目标检测器
下载这个项目 https://github.com/balancap/SSD-Tensorflow 解压 checkpoint files in ./checkpoint unzi…
Read MoreSSD:TensorFlow中的单次多重目标检测器
SSD:TensorFlow中的单次多重检测器 SSD Notebook 包含 SSD TensorFlow 的最小示例。 很快,就检测出了两个主要步骤:在图像上运行SSD网络,并…
Read Moregaps: 一种基于遗传算法的拼图求解器
安装 Clone repo: [code lang=bash] $ git clone https://github.com/nemanja-m/gaps.git $ cd gap…
Read MoreTFI: 在一行代码中使用任何TensorFlow模型
TFI: Use any TensorFlow model in a single line of code TFI provides a simple Python interf…
Read MoreMachine Learning From Scratch-从头开始机器学习
Python implementations of some of the fundamental Machine Learning models and algorithms f…
Read More