Click here to Skip to main content
15,867,308 members
Everything / CNN

CNN

CNN

Great Reads

by Arnaldo P. Castaño
In this article we’ll put together our CNN and train it for face recognition.
by Sergey L. Gladkiy
In this article we’ll build the network we’ve designed using the Keras framework.
by Arnaldo P. Castaño
In this article, we’ll talk about preparing a dataset for feeding the correct data to a CNN.
by Arnaldo P. Castaño
In this article we focus on the Text-to-Speech with the use of Deep Learning.

Latest Articles

by Arnaldo P. Castaño
In this article we focus on the Text-to-Speech with the use of Deep Learning.
by Arnaldo P. Castaño
In this article we’ll adapt the VGG16 model.
by Arnaldo P. Castaño
In this article we’ll put together our CNN and train it for face recognition.
by Arnaldo P. Castaño
In this article, we’ll talk about preparing a dataset for feeding the correct data to a CNN.

All Articles

Sort by Score

CNN 

5 Aug 2020 by Arnaldo P. Castaño
In this article we’ll put together our CNN and train it for face recognition.
22 Jul 2020 by Sergey L. Gladkiy
In this article we’ll build the network we’ve designed using the Keras framework.
4 Aug 2020 by Arnaldo P. Castaño
In this article, we’ll talk about preparing a dataset for feeding the correct data to a CNN.
7 Aug 2020 by Arnaldo P. Castaño
In this article we focus on the Text-to-Speech with the use of Deep Learning.
6 Aug 2020 by Arnaldo P. Castaño
In this article we’ll adapt the VGG16 model.
2 Nov 2020 by Richard MacCutchan
cnn rgb - Google Search[^]
20 Aug 2021 by Member 11377994
I spent a lot of time converting Lasagne's code to TensorFlow Keras. Although I successfully ran the code, however, I could not obtain the result reported in the paper. Some help is available on python - convert Lasagne to Keras code (CNN ->...
4 Feb 2022 by Pasindu Ekanayaka
I'm currently trying to improve the performance of a CycleGAN model which has a couple of downsampling layers and upsampling layers combined with 6 ResNet blocks for the bottleneck. I've added the Depthwise separable convolution implementation...
31 Jul 2020 by Arnaldo P. Castaño
In this article, we go over the steps to detect faces in an image.
20 Jun 2022 by ashish bhong
I have created a trading environment using tfagent env = TradingEnv(df=df.head(100000), lkb=1000) tf_env = tf_py_environment.TFPyEnvironment(env) and passed a df of 100000 rows from which only closing prices are used which a numpy array of...