Skip to content

JassWeb

  • Home
  • Solved
    • javascript
    • c++
    • java
    • git
    • php
    • arrays
    • html
    • python
    • jquery
    • mysql
    • .net
    • json
    • ajax

artificial-intelligence

[Solved] How can I predict the next image from a series of images?

September 18, 2022 by Kirat

You can use a CNN: The input is then not 3 * w * h but (3*number of images) * w * h – so you can just concatenate the stuff in depth The output is just an image instead of a class. So no flattening in between… or a reshape has to be added. … Read more

Categories Solved Tags artificial-intelligence, image-processing, machine-learning

[Solved] incorrect output from minimax algorithm for Tic Tac Toe

September 16, 2022 by Kirat

I tried a couple of times to debug the code , but wasn’t able to fix it , so i wrote the code again with a different approach and it worked. Here‘s the code solved incorrect output from minimax algorithm for Tic Tac Toe

Categories Solved Tags artificial-intelligence, minimax, pygame, python-3.x, tic-tac-toe

[Solved] What is the probability that mouse with reach state A before state B

September 3, 2022 by Kirat

Let Px be the probability that the game ends in position 3 if it starts in position x. We know that P3=1 and P7=0 If you start in any other cell, then after you move you are essentially beginning the game again in the new cell. The probabilities for the other 7 cells can therefore … Read more

Categories Solved Tags artificial-intelligence, markov-chains, maze, robotics

[Solved] Artificial intelligence application development in PHP [closed]

August 31, 2022 by Kirat

To develop AI applications, PHP seems not to be the best choice. It is a script language intended to create websites etc., not to, e.g., steer a robot. Of course you can use PHP to learn some concepts, but it makes sense to switch as soon as you want to create “serious” applications related to … Read more

Categories Solved Tags artificial-intelligence, php

[Solved] Can Someone Explain What Just Happened (Python) [closed]

August 21, 2022 by Kirat

Because your On[-1] and tempList are the same object. And this is how it works with same objects: >>> x=[1,2,3] >>> y=x >>> y.append(10) >>> x [1, 2, 3, 10] >>> y [1, 2, 3, 10] >>> 4 solved Can Someone Explain What Just Happened (Python) [closed]

Categories Solved Tags artificial-intelligence, list, pygame, python
Newer posts
← Previous Page1 Page2

Recent Posts

  • [Solved] Check to see if two lists have the same value at the same index, if so return the index. If not return -1
  • [Solved] Generics C# organization of methods that depends on type [closed]
  • [Solved] Database – SQL Table to Perl Script
  • [Solved] Comment xml elements programmatically
  • [Solved] Logging printout of an executed python file within another file and printing out the result in terminal simultaneously

Archives

  • November 2023
  • June 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • November 2021
  • August 2020
  • March 2020
  • June 2019
  • February 2019
  • September 2018
  • August 2018
  • July 2018
  • March 2018
  • February 2018
  • December 2017
  • October 2017
  • August 2017
  • January 2017
  • September 2016
  • May 2016
  • January 2016
  • October 2015
  • July 2015
  • February 2015
  • December 2014
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • March 2014
  • January 2014
  • January 2013
  • October 2012
  • March 2012
  • October 2011
  • March 2011
  • January 2010
  • September 2009
  • May 2009
  • February 2009
  • January 2009
  • October 2007
  • January 2007
  • November 2004
  • May 2002
  • September 2001
  • May 2001

Categories

  • Solved
  • WordPress

Quick Links

© 2025 JassWeb • Built with GeneratePress