Skip to main content

Questions tagged [algorithm]

For questions about algorithm's that exhibit characteristics of intelligence, or are critical components in systems that exhibit intelligence, and problem-solving and goal-based algorithms in general.

0 votes
1 answer
181 views

I want to implement in python some algorithms from a paper that allow for a pre-trained neural network to be modified (adding or removing neurons or layers) conserving (theoretically) the outputs of ...
Rubén Sales Castellar's user avatar
0 votes
0 answers
83 views

I'm working on a formal protocol called FPC v2.1 for verifying AI reasoning integrity. As a system analyst (not a professional AI researcher), I want to validate whether this approach has fundamental ...
AIDoctrine's user avatar
1 vote
1 answer
129 views

I am trying to create a neural network that does not lose at 4x4 Tic-Tac-Toe as crosses. I've easily managed to make my neural network IMPROVE it's play over time (aka lose less) but haven't managed ...
Jaroslav Tavgen's user avatar
0 votes
0 answers
26 views

I'm implementing Algorithm S.1 (Pixel Ground Truth Generation) from the ARU-Net paper by Grüner et al., but I'm having trouble understanding a few key steps in the context of non-linear (curved) ...
dracule22's user avatar
0 votes
1 answer
146 views

I'm investigating an alternative AI decision-making framework that draws inspiration from Taoist philosophy, fractal intelligence, and adaptive feedback loops. Unlike traditional AI models that depend ...
user avatar
1 vote
1 answer
54 views

I have complex state machine(hundreds of states). I have training sample of paths through the state machine. Each path is associated with integer number(tens of values) based on complex empirical ...
Zveratko's user avatar
  • 111
2 votes
1 answer
917 views

Has deep learning discovered any heretofore unknown algorithms? Goodfellow et al. give an example of learning XOR, and the Universal Approximation Theorem seems to imply that deep learning might be ...
Geremia's user avatar
  • 599
1 vote
0 answers
107 views

I found this algorithm in a paper and want to use it, but when the number of sources are more then this approach will have a high computation time. If K_{^}= 10, ...
ThinkPad's user avatar
1 vote
1 answer
67 views

There are newer PRNGs like xoshiro/xoroshiro that have better quality than Mersenne Twister or WELL in a way that they pass statistical tests. Is the use of a better PRNG algorithm crucial to improve ...
user avatar
0 votes
1 answer
106 views

I’m working on a system where agents must move scattered objects (aggregates) from various locations (cells) to a target zone. The environment is divided into a grid of cells, where each cell contains ...
Nir Manor's user avatar
0 votes
1 answer
491 views

I'm fairly new to Machine Learning field and still to grasp the basics, so this question may seem very stupid, but what is the difference between Machine Learning model, algorithm and hypothesis? Like ...
Niharika Patil's user avatar
0 votes
2 answers
442 views

Some background: I'm an EE major and data science minor, so I have a basic understanding of machine learning - I had a one semester course on it where we covered some of the most commonly used ...
Mikayla Eckel Cifrese's user avatar
-3 votes
2 answers
241 views

I would become artificial intelligence engineer in the future, so I want to start programming but I don't know what programming language I start for that.
Mamadou Tanou DIALLO's user avatar
1 vote
0 answers
29 views

Today automobiles have many kinds of detection systems and I'm currently researching one on Pedestrian Detection systems. I haven't figured exactly out the difference between these three systems. If ...
wtknow's user avatar
  • 11
7 votes
2 answers
721 views

Before the advent of neural architectures, many AI domains (e.g. speech recognition and computer vision) used algorithms that consisted of a series of hand-crafted transformations for feature ...
Mew's user avatar
  • 246

15 30 50 per page
1
2 3 4 5
10