Most Popular

1500 questions
5
votes
1 answer

How do the "built on ChatGPT" apps work in general at a high level?

I see stuff in my Twitter feed like this every day, showing "ChatGPT used to create X new customized/tailored AI feature". ColorGPT: Generate a color hex name from real-world color capture from your iPhone. Castmagic: AI content for podcasts &…
5
votes
2 answers

Constructing a dataset that scores well only for a specific set of hyper parameter values

When designing a machine-learning system, there are various parameters that have to be determined. I am interested in the following general question: is it possible to construct a dataset on which the system will have good performance with some…
5
votes
1 answer

What would an implementation of this Neural Network look like?

I'm relatively new to neural networks and was wondering what an implementation of this paper would look like. More specifically, how are the correct values of Kp, Ki, and Kd determined at run time so it can be back propagated?
Beryllium
  • 217
  • 1
  • 3
5
votes
3 answers

How does neural network classifier classify from just drawing a decision plane?

I understand that a neural network basically distorts(non-linear transformation) and changes the perspective(linear transformations) of input space to draw a plane to classify data. How does the network deduce if an input is one side of a plane and…
Daniel
  • 326
  • 2
  • 9
5
votes
1 answer

What can GPT-4 do linguistics-wise?

I have no access to GPT-4, but I wonder whether it can do the following (where ChatGPT failed). Make syntactic and morphological analysis of sentences in a language like Russian, marking cases, parts of speech and sentence, conjugations of verbs,…
Anixx
  • 361
  • 1
  • 11
5
votes
1 answer

Which problems in information security can be solved better using neural networks?

Information security has become a thriving field during the last years. It is a broad domain ranging from planing and building over testing to operating different applications, systems and networks in a secure fashion. From small embedded systems to…
Demento
  • 1,684
  • 1
  • 9
  • 26
5
votes
1 answer

Why is the research on artificial intelligence at this stage all researching on a separate ability?

Why is the research on artificial intelligence at this stage all researching on a separate ability? For example, train the visual ability of the computer alone, train the speech recognition ability alone, and train the natural language understanding…
huang
  • 303
  • 3
  • 10
5
votes
0 answers

Are "prompt engineering" and "prompt design" used as synonymous?

Are "prompt engineering" and "prompt design" used as synonymous / equivalent terms on the day to day communications (not research papers) in Artificial Intelligence community ? Do you simply say "prompt"? I'm "following" questions about ChatGPT. I…
5
votes
1 answer

Relevance of Weisfeiler–Lehman Graph Isomorphism Test limitation for Graph Neural Networks

Graph Neural Networks power is limited by the power of Weisfeiler–Lehman Graph Isomorphism algorithm. Quoting wikipedia: It has been demonstrated that GNNs cannot be more expressive than the Weisfeiler–Lehman Graph Isomorphism Test. In practice,…
5
votes
3 answers

Machine learning applied to space-time diagrams of cellular automata

I wonder if machine learning has ever been applied to space-time diagrams of cellular automata. What comprises a training set seems clear: a number of space-time diagrams of one or several (elementary) cellular automata. For a supervised learning…
5
votes
3 answers

How do I get chatGPT to include custom knowledge?

While studying chatGPT's thought process, I asked it to list ten story ideas for an old and fairly niche tabletop roleplaying game (GURPS Reign of Steel). It did very well, so clearly, it can base answers on obscure sources. But what if I want to…
Henry Stone
  • 151
  • 1
  • 4
5
votes
2 answers

Would self-hosting ChatGPT be feasible, w.r.t. computation costs?

Suppose the pre-trained, current date (2023-02-04) ChatGPT model was released open source, would it be feasible for regular users to interact with the model on a self-hosted computer? Assumptions I assume getting output based on some input is, at…
a.t.
  • 241
  • 1
  • 7
5
votes
2 answers

Approaches to an algorithm for crossing a road

I want to write an algorithm which indicates to a robot the first point in time when it is reasonably safe to cross a road. Assume that the robot's goal is to travel to a location that requires a road crossing and that the robot is ready to…
5
votes
2 answers

How can I use Neural Network in motion identification

I'm quite new to image processing and AI. But I have the expertise to create a network that can be used in object detection and recognition. Most of the time I've used ANN or Naive Bayes. Now, I want to develop a method of action recognition,…
Ramah Wart
  • 63
  • 3
5
votes
1 answer

State of the art and possible development of judging AIs in laws field

I'd like a general explanation of that in AIs that were to mimic judges, prosecutors or lawyers, on very general terms they would act on this way for each case: A judge AI would give a verdict, having the following input: All sources of law that…