Questions tagged as 'deep-learning'

2
answers

What is deep learning?

Reading one of the answers, about Algorithm to detect nudity with good precision , I saw that a term that is very quoted and referred to is Deep Learning . For me, translating Deep Learning, it did not make much sense. What is Deep Learni...
asked by 07.07.2017 / 16:35
1
answer

How to use deep-learning to parse forms with addresses?

I have an application for which I need to import personal data. I often get excel or csv / txt files with fields like name, address, email, phone, etc ... The formatting of the files varies, the order too, and sometimes there are blank fields. W...
asked by 14.05.2017 / 06:27
1
answer

How to calculate the number of connections in a Deep Network?

I have exactly this scenario and I need to know how many connections this set has. I searched in several places and I'm not sure of the answer. That is, I do not know how to calculate the number of connections on my network, this is still unclea...
asked by 23.04.2018 / 04:11
1
answer

What to do after preparing a Model? [closed]

I would like to understand how I can put into practice in some system, the model that I create with Deep learning or machine learning. I see several tutorials teaching to create a very simple structure of deep learning, and in the end bringing r...
asked by 18.10.2017 / 20:22
1
answer

Problem with arrays in Python 3.6

I started a short course on deep learning with Python, but I ended up having a problem with arrays ...   I usually pick up the class code and change it quite a bit before creating an original, but this time when I circled the code studied, it ga...
asked by 29.05.2018 / 23:16
0
answers

IA Weak, concept and example in software development

Weak AI is about building software in a smart way. Can all logic processed by a computer be considered as weak AI? or only falls within this category those structures that we see or hear speak in this discipline, For example: Genetic Algorithms,...
asked by 15.05.2018 / 14:40
2
answers

multivariate regression in keras

I have two templates created in Keras to solve a multivariate regression problem. The first one has 1 entrance and 5 exits. The second has an additional input, ie it has two inputs and the same 5 outputs. Intuitively, the second model would have...
asked by 12.09.2018 / 02:52
0
answers

Problem in compiling code in Keras

I was creating a simple classifier in Keras in Python3, but I'm getting the same error message:    RuntimeError: You must compile your model before using it. Follow the code: import keras from keras.layers import Activation, MaxPooling2...
asked by 26.06.2018 / 23:00