Artificial intelligence (AI) is the branch of computer science and technology that studies the development of machines able to simulate aspects of human intelligence.
I have recently stumbled upon the game 2048. You merge similar tiles by moving them in any of the four directions …
algorithm logic artificial-intelligence 2048What is the difference between epoch and iteration when training a multi-layer perceptron?
machine-learning neural-network deep-learning artificial-intelligence terminologyI'm working in a sentiment analysis problem the data looks like this: label instances 5 1190 4 838 3 239 1 204 2 127 So my data is unbalanced since 1190 …
python machine-learning nlp artificial-intelligence scikit-learnI'm trying to make a stock market simulator (perhaps eventually growing into a predicting AI), but I'm having trouble finding …
artificial-intelligence simulation finance stocksI'm using this library to implement a learning agent. I have generated the training cases, but I don't know for …
artificial-intelligence neural-networkIn terms of artificial intelligence and machine learning, what is the difference between supervised and unsupervised learning? Can you provide …
machine-learning artificial-intelligence supervised-learning unsupervised-learningGenetic algorithms (GA) and genetic programming (GP) are interesting areas of research. I'd like to know about specific problems you …
algorithm artificial-intelligence genetic-algorithm evolutionary-algorithmIn a tic-tac-toe implementation I guess that the challenging part is to determine the best move to be played by …
algorithm artificial-intelligence tic-tac-toeSuppose I have a Tensorflow tensor. How do I get the dimensions (shape) of the tensor as integer values? I …
python tensorflow machine-learning artificial-intelligenceBack when I was at school, I remember tinkering with a Mac game where you programmed little robots in a …
artificial-intelligence