Top new questions this week:
|
One of the innovations with OpenAI’s ChatGPT is how natural it is for users to interact with it. What is the technical enabler for ChatGPT to maintain the context of previous questions in it’s answers?…
|
I would love to be able to use automatic mixed precision more extensively in my training, but I find that it is too unstable and often ends in NaNs. Are there any general tricks in training that …
|
Given a neural network model for Covid-19 classification with $C=1$ for positive and $C=0$ for negative Let $x_1 = 6$ and $x_2=2$ find Probability if the patient got Covid-19 $p\left(C=1 | x; w,b\…
|
I have seen it stated that, as a rule of thumb, a backward pass in a neural network should take about twice as long as the forward pass. Examples: From DeepSpeed’s Flops Profiler docs, the profiler: …
|
There have been a lot of popular AI-generating image systems put out recently, with such systems as Midjourney and Dall-E catching attention with how well put-together many of the automatically …
|
I am looking for similarity metrics of phonemes (expressed in IPA) in English. In other words, given two phonemes A and B (both written), I want to know how similar they are based on some metric, M. …
|
there is a grid 8 by 8, filled with all 12 pentominos and a free area 4 by 3, the player must use an area 2 by 2 and must escape at bottom left in minimum handlings of pentominos, 10.000 level …
|
Greatest hits from previous weeks:
|
What is non-Euclidean data? Here are some sub-questions Where does this type of data arise? I have come across this term in the context of geometric deep learning and graph neural networks. …
|
These guys here: www.patreon.com/AiAngel are saying that they’ve created a AI who can chat and stream. As the so-called administrator “Rogue” said: this chat/streamer bot are no fake. Also, …
|
My understanding is that the convolutional layer of a convolutional neural network has four dimensions: …
|
I was able to find the original paper on LSTM, but I was not able to find the paper that introduced “vanilla” RNNs. Where can I find it?
|
What is self-supervised learning in machine learning? How is it different from supervised learning?
|
Batch size is a term used in machine learning and refers to the number of training examples utilised in one iteration. The batch size can be one of three options: batch mode: where the batch size is …
|
This question is about Reinforcement Learning and variable action spaces for every/some states. Variable action space Let’s say you have an MDP, where the number of actions varies between states (for …
|
Can you answer these questions?
|
I’m building my first PC for ML and I’m a bit lost. My use case is training models like Detectron2 or YOLOv5 on instance segmentation. Please do let me know if I’m overthinking this and those models …
|
I have a use case where the model needs to detect fabricdefects. There are 15+ different kinds of defects. In one image there can be multiple defects present. The straight forward solution for this …
|