Questions tagged [representation]

291 questions
-1
votes
2 answers

How a file in a disk is represented

i had weird question or rather stupid question when i open a binary file using text editor it doesn't seem like it represented in binary 0 and 1 or hex so what representation is that??? IHDR\00\00k\00\00\C3\00\00\00\A2\B6\8D$\00\00\00sBIT|d\88\00\00…
user1604573
  • 175
  • 1
  • 2
  • 6
-2
votes
1 answer

Can autoencoders be used to extract useful (not truthful) representations?

I'm looking for a neural network model that can extract useful information from an image. Here "useful" is arbitrarily defined by the user based on some specific task the autoencoder needs to be optimized for. I'm very new to the field, and I know…
gimi
  • 395
  • 3
  • 13
-3
votes
1 answer

Multi-column minimal representation discovery in perl

I have a csv of data with about 20 columns and each column will have more than one distinct value. Each row after the top one which is the header, is an individual data sample. I want to narrow the list down programatically so that I have the…
jbird468
  • 11
  • 5
-3
votes
2 answers

Best way to draw algorithm on the board

Sorry for my uncleared question - i search best way to draw some algorithm on the board and clarify him for myself but few hours i waste to try do all in my head - and think it was not efficient at all . . . what do you can recommend ?
Andrew
  • 122
  • 7
-3
votes
3 answers

Representing a String object as a point in a 2D Euclidean Graph

Please tell me if there is a way for plotting a point on a 2d graph using (x,y) coordinates by deriving (or I can say mapping) a String object into numeric values for 'x' and 'y'. Example: I have a String "abcd". This needs to be represented as a…
-5
votes
1 answer

Why is my Dinosaurus class giving a <__main__.Dinosaurus object at 0x026B5210> error?

I wrote this class: class Dinosaurus: def __init__(self, nimi, suurus, värv, toit): self.nimi = nimi self.suurus = suurus self.värv = värv self.toit = toit But when I try to use it ... Dinosaur = Dinosaurus…
Remqop
  • 1
1 2 3
19
20