Skip to main content

Questions tagged [neural-networks]

22 votes
4 answers
6k views

The traditional non AI software with if-then-else and loop statements can be fully controlled. In contrast, machine learning software behaviour is unpredictable since the developer cannot control what ...
curious's user avatar
  • 331
3 votes
1 answer
156 views

I'm just wrapping my head around the topic and building a simple neural network from scratch as I go. I'm trying out different data types to hold weights, values and biases as well as different ...
user81993's user avatar
  • 221
-2 votes
1 answer
98 views

I have been trying to learn neural networks from scratch (in Python). Wherever they talk about neural networks, I don't get the meaning of activation of a neuron, and need to understand the basic ...
SHikha Mittal's user avatar
-2 votes
1 answer
108 views

I have a trained neural network about to go into production, and am wondering about when to update it with new data. Say, if the "Similar questions" banner when asking a question is ...
stacker's user avatar
  • 23
-1 votes
1 answer
150 views

I have googled enough for days but i cant find a clear intuitive document about this embedding technique. In their paper they say : We present StarSpace, a general-purpose neural embedding model that ...
Cihan Kara's user avatar
-2 votes
1 answer
256 views

I have being learning about deep neural networks and how the increase in hidden layers give better results. but the problem that i found was we usually get rid of loops in calculations by using ...
Sachith Rukshan's user avatar
0 votes
1 answer
204 views

I have a simple neural-network which can create new text out of words which are likely to come after a specific word. The code lacks of comma placement and punctuation. It also can't transform a ...
Gadawadara's user avatar
3 votes
1 answer
4k views

I have recently started exploring the field of machine learning (ML). I think I understand the difference between ML and AI at high level, but I wanted to understand more accurately the differences ...
user3222249's user avatar
3 votes
0 answers
104 views

Let's say I have thousands of pdfs that are each about 30k words written in conversational English. In each of the pdfs there is a name / names of a person/people who snowboard. There are also many ...
Hiding's user avatar
  • 39
0 votes
1 answer
335 views

I've read about NEAT/Evolutionary Artificial Neural Networks/Genetic Algorithms. I understand the concept of choosing the fittest neural networks and breeding them to produce another one, but how ...
Tobi's user avatar
  • 220
2 votes
2 answers
871 views

this is similar, but no the same as this post, which was the closest question I could find on this. I don't even see that answer as satisfactory for the question asked in that thread let alone TDD. ...
Krupip's user avatar
  • 1,347
0 votes
3 answers
222 views

I would like to make a semi-automatic OCR software for offline handwritten documents, where the OCR tries to recognize the words and the user has the ability to correct the fails of the recognizer by ...
Dániel Kárpáti's user avatar
1 vote
1 answer
853 views

I'm trying to write a program in Python that will take an input of a .wav (sound) file, and determine whether the user is saying "yes" or "no". The issue is that the sound files are not always the ...
Pro Q's user avatar
  • 697
4 votes
1 answer
539 views

Please take a look at this AI system architecture proposal: As you can see this is a multi-agent AI system for starcraft brood war that utilizes BWAPI AI framework, and I proposed this idea for the ...
Nylithius's user avatar
2 votes
1 answer
329 views

I am just testing out a simple neural network with a single neuron. To classify if a number X between 1..10 is greater than a number N. N is a constant for example N=3. Given my input X and a ...
zooby's user avatar
  • 293

15 30 50 per page