Questions tagged [algorithm]
The algorithm tag has no summary.
3 questions
8
votes
2
answers
270
views
Why doesn't Generative AI move from a LLM to a knowledge-based model?
Instead of an algorithm based on questions that is trained on information from the internet, Generative AI needs to be more specifically knowledge-based, where it's linked to scholarly, academic, ...
1
vote
1
answer
47
views
What algorithms are used in randomness of generative AI systems?
Is their PRNG (if any) based on algorithms like Mersenne Twister, Xorshift, etc. or they use their own method? I'm talking about the algorithm used to generate tokens, images, etc. not their random ...
5
votes
1
answer
110
views
How to accurately detect AI-generated images?
There is this website that allows the visitors to upload an image. The website then proceed to detect how likely the uploaded image is AI-generated or Deepfaked.
I would like to know the logics/...