Posted inAdvanced How to approach HackerEarth bot challenges Posted by admin July 15, 2021 The bot challenges on HackerEarth have so far all been for two players, with perfect…
Posted inAdvanced Optimization Posted by admin July 15, 2021 Game trees are, in general, very time consuming to build, and it’s only for simple…
Posted inAdvanced Minimax Algorithm with Alpha-beta pruning Posted by admin July 15, 2021 Ever since the advent of Artificial Intelligence (AI), game playing has been one of the…
Posted inAdvanced Artificial Intelligence 101: How to get started Posted by admin July 15, 2021 What is Artificial Intelligence (AI)? Are you thinking of Chappie, Terminator, and Lucy? Sentient, self-aware…
Posted inAdvanced Top 10 artificial intelligence companies Posted by admin July 15, 2021 The artificial intelligence industry is expected to reach $59.8 billion by 2025. With use cases in…
Posted inAdvanced Data Preprocessing Posted by admin July 15, 2021 We will use the music21 toolkit (a toolkit for computer-aided musicology, MIT) to extract data from these…
Posted inAdvanced Composing Jazz Music with Deep Learning Posted by admin July 15, 2021 Deep Learning is on the rise, extending its application in every field, ranging from computer…
Posted inAdvanced The YOLO (You Only Look Once) Algorithm Posted by admin July 15, 2021 A better algorithm that tackles the issue of predicting accurate bounding boxes while using the…
Posted inAdvanced Object Detection Posted by admin July 15, 2021 An approach to building an object detection is to first build a classifier that can…
Posted inAdvanced Introduction to Object Detection Posted by admin July 15, 2021 Humans can easily detect and identify objects present in an image. The human visual system…