google的开源代码用于图像处理 AForge.Imaging - library with image processing routines and filters; AForge.Vision - computer vision library; AForge.Video - set of libraries for video processing; AForge.Neuro - neural networks computation library; AForge.Genetic
AForge.NET帮助文档,chm格式的,英文版 The framework is comprised by the set of libraries and sample applications, which demonstrate their features: •AForge.Imaging - library with image processing routines and filters; •AForge.Vision - computer vision library; •
一篇较好的描述seq2seq模式的英文资料。This paper shows how Long Short-term Memory recurrent neural net- works can be used to generate complex sequences with long-range struc- ture, simply by predicting one data point at a time. The approach is demonstrated for text
基于神经网络的语音识别-Matlab-Speach-Recognition-Neural-Net-Matlab-Code.zip 本帖最后由 llala 于 2016-6-18 21:09 编辑 基于神经网络的汉语数字语音识别 Mandarin Digital Recognition based on Neural Networks Summary: Mandarin Digital Recognition based on Neural Networks Descr iption: Mand
RBF神经网络程序,其中包括PDF介绍文档和程序
In this exercise you will experiment with Radial-Basis Functions (RBFs). RBF
networks is a neural network type which can be used for classication as well
as function approximation. During this exercise you will study two a
Ican, Ö. , & Çelik, T. B. (2017). Stock market prediction performance of neural net- works: A literature review. International Journal of Economics and Finance, 9 (11), 100 .
神经网络
这个库是我从零开始的神经网络。 其目的是为了教育。 编写它可以帮助我弥补我的一些知识空白,希望我的代码/故事也能为其他人指明正确的方向。
目标
目标是创建一个通用库,该库能够对图像进行分类。 MNIST数据集是图像分类的常见“问候,世界”,因此是一个很好的起点。
神经网络
可以使用相对较小,易于理解的网络对数据集中的图像进行分类。 我们将使用两个紧密连接的层。 在Keras中,网络可以定义为...
model = keras . Sequential ([
keras . l