Questions tagged [artificial-creativity]

For questions related to the concept of creativity in the context of artificial intelligence. An example of a possible question could be "How can we measure the creativity of AI agents?".

8 questions
8
votes
8 answers

Is artificial intelligence really just human intelligence?

Essentially, AI is created by human minds, so is the intelligence & creativity of algorithms properly an extension of human intelligence & creativity, rather than something independent? I assume that intelligence does not necessarily require…
DukeZhou
  • 6,237
  • 5
  • 25
  • 53
4
votes
2 answers

Will the AI be able to formulate scientific principles or theories missed by humans in the future?

I do not know at all how AI works. After checking out the first open AI system available to the public, ChatGPT, I am curious whether systems like this could contribute to scientific theory in the future.
user69389
4
votes
2 answers

Are current AI models sufficient to achieve Artificial General Intelligence?

I read an interesting essay about how far we are from AGI. There were quite a few solid points that made me re-visit the foundation of AI today. A few interesting concepts arose: imagine that you require a program with a more ambitious…
1
vote
1 answer

What sort of out-of-the-box technology could be used to create work similar to artist Refik Anadol?

Refik Anadol has machines view actual pictures and then has the machine create its own images. This video shows some of the stuff he does. What kind of out-of-the-box tools (e.g. a Python package) or algorithms produce similar things to what he…
1
vote
0 answers

Using DCGAN on a (very small) dataset of art

I am developing a DCGAN using the this tutorial in PyCharm. As my usage of this tutorial suggests, I am quite new to DCGANs as I've previously only had a few experiences with machine learning algorithms on classifying problems. My goal is to feed my…
1
vote
2 answers

How can you simulate level of curiosity for a chatbot?

I'd like to know more about implementing emotional intelligence. Given I'm implementing a chatbot and I'd like to introduce the levels of curiosity to measure whether user text input is interesting or not. A high level would mean the bot is asking…
0
votes
0 answers

What approaches are there to generate complex structures like syntactic trees?

What approaches are there to generate and evaluate complex structures like, let's say, syntactically correct code? I know the approach of Genetic Programming (GP) as a type of Evolutionary Algorithm, but I wonder if there are any other techniques…
Miguel
  • 101
  • 1
0
votes
1 answer

Is there any system that generates website designs?

I was thinking about what I can do for my thesis in upcoming academic semester, and I came across an idea. The idea is like: "If there is any kind of system that generates website designs itself." If no, then I can go for it, and I will be lucky if…