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
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
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
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
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
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
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
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
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,
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
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
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
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
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
One of the biggest struggle with ML research is the creation of objective functions which capture the researcher's goals. Especially when talk
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
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
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
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
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