搜索资源列表
Nonlinear_Diffusion_v1.2
- 代码支持齐次线性和非线性(总变差和边缘增强流动)的任意尺寸领域各向同性扩散(标量/灰度图像,彩色图像和矩阵向量/结构张量)。添加剂算子分裂(AOS)以及高斯正则化的实现加速计算。-The code supports homogeneous and linear and nonlinear (Total Variation and Edge Enhancing flow) isotropic diffusion of arbitrary dimensioned fields(scalar~gray
googleTensorFlow官方文档中文版
- google-第二代神经网络开源TensorFlow-官方文档中文版---v1.2(Google- second generation neural network open source TensorFlow- official documents in Chinese)
Faster-RCNN_TF-master (2)
- 机器学习 关于 faster r-cnn 进行object detection(This is an experimental Tensorflow implementation of Faster RCNN - a convnet for object detection with a region proposal network. For details about R-CNN please refer to the paper Faster R-CNN: Towards Real-Tim
tensorflow-wavenet-master
- wavenet for speech synthesis using google tensor flow algorithm
RNN.ipynb
- tensorflow人工智能代码,RNN(tensorflow sourceCode:RNN)
Tensorflow 实战Google深度学习框架
- TensorFlow的一些样例代码。Tensor(张量)意味着N维数组,Flow(流)意味着基于数据流图的计算,TensorFlow为张量从流图的一端流动到另一端计算过程。TensorFlow是将复杂的数据结构传输至人工智能神经网中进行分析和处理过程的系统。(Tensor (Zhang Liang) means N dimension array. Flow (flow) means computation based on data flow graph. TensorFlow flows f
Tensorflow-Tutorial-master
- TensorFlow是谷歌基于DistBelief进行研发的第二代人工智能学习系统,其命名来源于本身的运行原理。Tensor(张量)意味着N维数组,Flow(流)意味着基于数据流图的计算,TensorFlow为张量从流图的一端流动到另一端计算过程。TensorFlow是将复杂的数据结构传输至人工智能神经网中进行分析和处理过程的系统。(TensorFlow is the second generation of artificial intelligence learning system dev
TensorFlowSharp
- TensorFlow? 是一个采用数据流图(data flow graphs),用于数值计算的开源软件库。节点(Nodes)在图中表示数学操作,图中的线(edges)则表示在节点间相互联系的多维数据数组,即张量(tensor)。它灵活的架构让你可以在多种平台上展开计算,例如台式计算机中的一个或多个CPU(或GPU),服务器,移动设备等等。TensorFlow 最初由Google大脑小组(隶属于Google机器智能研究机构)的研究员和工程师们开发出来,用于机器学习和深度神经网络方面的研究,但这个系
mytensorflow
- tensorflow学习笔记,其中包含了几总分类器,和tensorflow框架的部分具有代表性的代码(Tensorflow learning notes, which contain several general classifiers, and some representative codes of the tensorflow framework.)
Machine Learning with TensorFlow
- 机器学习 人工智能 决策树 随机森林 机器学习 人工智能 决策树 随机森林(machine learning tensor flow intelligent artifish)
VGG19_with_tensorflow-master111
- 卷积神经网络,vgg19利用TensorFlow实现VGG19(cnn Convolution neural network, vgg19 realized vgg119 by tensor flow)
TensorFlow2深度学习.pdf
- Tensor Flow 2 的最新教程,基于tensor flow最新的版本。(Tensor Flow 2's latest tutorial)