Most voted "artificial-intelligence" questions
Artificial intelligence (AI) is the human-like intelligence displayed by mechanisms or software. It is also an area of computing research dedicated to seeking methods or computer devices that possess or multiply the rational capacity of the human being to solve problems, think or, broadly, be intelligent. If the question isn’t about "artificial intelligence," don’t use this tag.
Learn more…66 questions
Sort by count of
-
1
votes0
answers16
viewsIn order to use the Tf.data.Dataset.from_tensor_slices method, do I need to have GPU on the PC?
I’m doing my tensorflow training. So far so good: data = numpy.random.random((1000, 32)) labels = numpy.random.random((1000, 10)) model.fit(data, labels, epochs=10, batch_size=32) But when I do…
artificial-intelligence machine-learning tensorflow supervised-learningasked 4 years, 7 months ago Maf 151 -
0
votes1
answer645
viewsPython Error: 'int' Object has no attribute '__getitem__'
I’m writing a genetic algorithm in Python to find the minimum of some mathematical functions. The problem is that when I go to calculate the fitness of a function and store the result in the fitness…
-
0
votes2
answers106
viewsHow to separate similar images (Pyhton / Machine learning)
Objective: To separate images with the same characteristics of a folder with several images (Exp: photo1, photo2, photo3, photo4, photo5 >>> photo1.Copo1 photo2.Copo2 photo3.Copo3;…
-
0
votes1
answer274
viewsProblem creating Minimax in chess game
I am coding a chess game only in pure C. The game itself is ready, I am for some time trying to develop the algorithm of Minimax. Currently the algorithm is almost ready, but it is not returning and…
-
0
votes1
answer207
viewsKanade Lucas Tomasi (KLT) optical flow algorithm in Python
Hello. I searched all over the Internet and couldn’t find. Someone has an alternative to perform feature extraction on images with the python Kanade Lucas Tomasi (KLT) algorithm?
python opencv image-processing artificial-intelligence computer-scienceasked 5 years, 11 months ago FabianoF 55 -
0
votes1
answer47
viewsData Mining - statistical tests to compare the results of classifiers
I have to use a statistical test to compare the results of various classifiers. The problem is that I don’t know which statistical test to use, because I only have access to the mean and standard…
artificial-intelligenceasked 6 years, 1 month ago Leonardo Amaral 1 -
0
votes1
answer110
viewsNeural network output returning Null
I’m making a neural net with brain.js, to learn the alphabet. the code is as follows:: const alfabeto = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R",…
javascript artificial-intelligence machine-learning machine-learningasked 5 years, 6 months ago David Fernando 115 -
0
votes1
answer47
viewsProblems with input_shape using Keras
Hello, I’m trying to make my first ANN code to predict the price of homes. I have separated the datasets into training and testing, however, I am finding some problems when compiling my code below:…
-
0
votes1
answer126
viewsAttributeerror: str Object has no attribute 'Train'
Context I’m replicating an algorithm of neural network of the kind Single Layer Perceptron (simpler neural network model). I used the library Tensorflow and wrote the code based on the documentation…
-
0
votes0
answers72
viewsSpeech recognition error in python AI
Hello I have an error that it displays the message but not what I said main.py Ouvindo.... Você disse {'alternative': [{'transcript': 'você disse', 'confidence': 0.88387161}, {'transcript': 'você…
-
0
votes2
answers53
viewsRegression curve with x-axis equal to 0
How do I find the value that cuts the x-axis of a regression line as shown in the graph below My dataframe has the following structure: total_da_carga data_ordinal 21708 737061 24845 737062 22696…
-
0
votes1
answer51
viewsWhat is the significance of the mutation rate in genetic algorithms?
Hello. Let’s say I set a mutation rate of 5% in an AG. What does that mean? What is it about the entire population, and for every individual, I’m going to go through all of his genes, and I make a…
-
0
votes0
answers45
viewsError implementing simple AI in C#
I wonder if someone could help me, if there is a simple example or nuget for AI, which is exclusively in C# for object recognition and OCR reading, using a pre-trained model (Onnx for example). I…
-
-2
votes1
answer1803
viewsWhat are the recommended books on programming and AI for beginners?
I would like to know what books you would recommend for those who want to learn Artificial Intelligence and already know how to program in some language?
artificial-intelligenceasked 10 years, 9 months ago Yuran Pereira 427 -
-2
votes2
answers1565
viewsImport: No module named 'chatterbot'
Anyone help me? My code gives the following error: Traceback (most recent call last): File "main.py", line 1, in <module> from chatterbot import ChatBot ImportError: No module named…
-
-3
votes0
answers36
viewsMachine Learning Usage Tip to Rank Small Phrases
I have a script that gives me 3 short sentences (about 20 words) in English to sort. I’ve never done it before, but I thought a machine learning algorithm could learn how to classify these 3…
python algorithm machine-learning artificial-intelligence machine-learningasked 3 years, 3 months ago thecuriousironman 1