Category "artificial-intelligence"

How to make a chatbot for discord using python

I need advise and/or resources to make a chatbot for discord in python, i have some knowledge of python and the discord api but I know nothing about chat bots o

how to print all parameters of a keras model

I am trying to print all the 1290 parameters in dense_1 layer, but model.get_weights()[7] only show 10 parameters. How could I print all the 1290 parameters of

How to find QnA Maker settings to send in Bot Framework SDK?

I need to find the information below QnAKnowledgebaseId= QnAAuthKey QnAEendpointHostName= to insert it into the .env file of the bot framework i created and the

For Wumpus World model, why is the probability of pits in squares assumed to be 0.2?

At the beginning of the probability derivation for a pit in square (1,3), it is stated that "there would be a 'prior' assumption for the placement of pits in th

How to generate a sentence around words in Keras?

I know that how to generate next word in keras with lstm but how to predict previous word for example If you have two words like "car" and "running" then It sho

"Module not Found Error : No module named albumentations"

I'm writing a code with albumentations function and it will give me this error ModuleNotFoundError: No module named 'albumentations' I also installed this pack

Android app data analysis over supermarket deals images

For an university project i need to create an Android application that collects and aggregates data from various supermarket flyers in order to filter deals by

Comparison between object detection algorithm speeds

I am writing my final degree project and I am having trouble to compare different algorithms in the state of the art. I am comparing ResNet, MobileNet SSD, YOLO

Adaptive Threshold for Noise Reducing

how to use the adaptive threshold to remove noise in images using python code? I just know that OpenCV's adaptive threshold is only used for image Thresholding,

Transfer Learning on a Fully Connected Nueral Netwok

I have a fully connected neural network trained on data that had 9 features (i.e. input layer size= (9,). I have saved the output model. Is it possible to trans

What is the from repeating same layers in AI architecture

I know that in ai models lstm is used to extract features from data and dropout is used to focus in the main ones, but i can't understand why people used to rep

Prolog road crossing [closed]

How can I implement a solution to this problem in Prolog? There are 3 dogs and 3 cats on the West side of the road. If at any point there are

Is it possible to have a website that can adapt to user level and ask quiz them based on strengths and weaknesses?

I want to make a website which will give the user math problems, and then based on the responses, will suggest new math problems for the user. I am not so sure

Cannibals and missionaries problem python -artificial intelligence algorithm

I'm trying to solve the cannibals and missionaries problem in python (with some additional criteria, but the main idea is the classic one). So, in the class Gra

Is there a scientific field dedicated to the quantification of intelligent behavior? [closed]

One of the biggest struggle with ML research is the creation of objective functions which capture the researcher's goals. Especially when talk

AI Reinforcement Learning

I'm learning about PPO(proximal policy optimisation) in AI. What are some real world examples where PPO can be applied? Ive done a lot of research but I could o

Deploying a chatbot written with the Flask framework

I have created basic chatbot using FLASK framework and Python. This will create a default URL http://127.0.0.1/5000. Below link is similar to my chatbot. ex: h

Why does utility computation in is_terminal include the # of blanks left in a terminal state? What does mean with performance measure for the agent?

Consider: import numpy as np def actions(state): # Returns the indices of all blank spaces on the board (represented by '.') return [i for i,s in np.nd

Need basic AIOps implementation example for log monitoring in AWS

AIOps seems like a very interesting topic. I also watched AWS Summit presentation on this. I have a logging nad monitoring solution where all system and applica

not able to use ai.djl.modality.cv.util.BufferedImageUtils in my application

I am new to AI technology .I dded every DJL which are required to my project . But when I go to use ai.djl.modality.cv.util.BufferedImageUtils. I am not able t