Artificial intelligence (AI) is the branch of computer science and technology that studies the development of machines able to simulate aspects of human intelligence.
Is it possible for a computer to "learn" a regular expression by user-provided examples? To clarify: I do not want …
regex artificial-intelligence theory automataCan you please tell me the difference between Stochastic Gradient Descent (SGD) and back-propagation?
machine-learning artificial-intelligence difference backpropagation gradient-descentI am trying to implement an application that uses AdaBoost algorithm. I know that AdaBoost uses set of weak classifiers, …
machine-learning artificial-intelligence classification adaboostI am trying to implement minimax with alpha-beta pruning for a checkers game in Java. My minimax algorithm works perfectly. …
java recursion artificial-intelligence minimax alpha-beta-pruningI know this has been asked a lot and I've searched other code but most of what I've seen doesn't …
javascript artificial-intelligence tic-tac-toeI am attempting to create a "behavior tree" using C#. For anyone who doesn't know, a behavior tree is basically …
c# artificial-intelligence behavior-treeI'm reading over my AI textbook and I'm curious about what the difference is between monotonicity and admissibility of heuristics (…
computer-science artificial-intelligence heuristicsHow can I set Neural Networks so they accept and output a continuous range of values instead of a discrete …
artificial-intelligence neural-networkI understand why A* algorithm always gives the most optimal path to a goal state when the heuristic always underestimates, …
algorithm search artificial-intelligence a-starI have built my first neural network in python, and i've been playing around with a few datasets; it's going …
artificial-intelligence machine-learning neural-network probability