ajt9000
ajt9000 t1_jdilgrm wrote
Reply to comment by wagnus_ in South Carolina's comptroller quits after a $3.5 billion accounting error by kangarooturd
Depends how it was counted. If it was a bug in a computer program or excel sheet doing the double counting its hard to attribute that to malice. Especially if many people used it.
ajt9000 t1_jd5w735 wrote
Speaking of this do you guys know of ways to inference and/or train models on graphics cards with insufficient vram? I have had some success with breaking up models into multiple models and then inferencing them as a boosted ensemble but thats obviously not possible with lots of architectures.
I'm just wondering if you can do that with an unfavorable architecture as long as its pretrained.
ajt9000 t1_janfx47 wrote
Reply to comment by sugar_scoot in [D] Are Genetic Algorithms Dead? by TobusFire
This comment make me wonder if the same rules about using one-hot encoding instead of ordinal encoding for classifiers still apply to a neural net trained with a gradient-less search algorithm like a GA instead of backprop.
ajt9000 t1_janfj0c wrote
Reply to [D] Are Genetic Algorithms Dead? by TobusFire
Who says genetic algorithms are dead? They're pretty much dead for training neural nets absolutely, but there are tons of other more general optimization problems that GAs (or more generally evolutionary algorithms) are well suited for.
Not to mention they still have plenty of utility as a search algorithm for hyperparameters so they aren't even dead for neural applications.
ajt9000 t1_j9e4jah wrote
Reply to comment by Borrowedshorts in [D] On papers forcing the use of GANs where it is not relevant by AlmightySnoo
Two opposite concepts
ajt9000 t1_j69hqjz wrote
Reply to comment by PartisanPlayground in [OC] How news stories evolve in the news cycle by PartisanPlayground
What was the data source?
ajt9000 t1_j2p0goc wrote
Reply to comment by avocado-bison in [P] An old fashioned statistician is looking for other ways to analyse survival data - Is machine learning an option? by lattecoffeegirl
This is what I wanted to say too. Bayesian nets are good for identifying how strongly a parameter affects the outcome
ajt9000 t1_izdf0ty wrote
Reply to comment by Gmroo in The hard problem of metaphysics: figuring out if other phenomena exist in our universe that like consciousness require we bear a specific metaphysical relation to them - i.e. you can't know of consciousness without being conscious. by Gmroo
I agreeof course, but does the subjectivity really have anything to do with consciousness? You could taste something and have a totally different experience than i would because your taste buds are different.
Likewise, a non conscious agent like a software bot or simple organism can have a different subjective experience than an identical agent because of similar environmental differences.
If i just ate a giant meal and you didnt, and we both experience a day without food, then my subjective experience would be very different than yours for example. Regardless of whether we are conscious or not.
I dont think consciousness = subjective experience. I think consciousness is a thought process that happens in our brains, and subjective experience is a very abstract concept that can be influenced by many, many things but exists independently of consciousness.
ajt9000 t1_iz41r3e wrote
Reply to The hard problem of metaphysics: figuring out if other phenomena exist in our universe that like consciousness require we bear a specific metaphysical relation to them - i.e. you can't know of consciousness without being conscious. by Gmroo
Who says you cant "know" of consciousness without being conscious? What does it even mean to know something anyway?
Is just being able to regurgitate a definition enough? In that case a dictionary website is intelligent enough.
I think that a lot of the problems with many metaphysical arguments is that they are rooted in definitions of consciousness which are based on junk science or no science at all. Its a hard pass for me when I see arguments about consciousness that don't come from any kind of understanding of how the brain works, because thats where it all begins.
ajt9000 t1_ixhshux wrote
ajt9000 t1_ivics5n wrote
Reply to comment by shumpitostick in The big data delusion – the more data we have, the harder it is to find meaningful patterns in the world. by IAI_Admin
The main way its gonna make a statistical model worse is by increasing the computational power needed to run it. Thats not an argument about the quality of the model results though. I agree the author's understanding of statistics is really bad.
ajt9000 t1_iuguhxb wrote
Reply to comment by Byrmaxson in Is there such a thing as a gamma radiation mirror? by AlarmingAffect0
Aah so its a ray shield. No, this i completely understand.
So, should we spring the trap?
ajt9000 t1_itvgv5k wrote
Reply to comment by [deleted] in Greed, me, digital, 2022 by PhoenixWilke
what don't you agree with?
ajt9000 t1_isyibso wrote
Reply to comment by visarga in [D] How frustrating are the ML interviews these days!!! TOP 3% interview joke by Mogady
I don't publish most of my projects publicly either, but I have a long list of historical projects that I can talk about, and many of them I can produce code for upon request. I think that is quite a bit better for demonstrating ability than any crap that I write in under an hour. Especially when the code exams have stipulations like "you cannot use any code or algorithms that you searched for on the internet".
ajt9000 t1_ist5cll wrote
Yeah I generally hate coding exercises in interviews. Especially timed ones. Its really weird to me when a company wants to scrutinize your solution to some BS problem that you're given 45 minutes to solve but doesn't give a fuck about your portfolio of past projects.
ajt9000 t1_isinimd wrote
Am I the only one who finds it a little bizarre how quick people on this sub are to assume concepts have gone obsolete? I understand how quickly this industry is progressing, but just because something isn't the center of attention currently doesn't make it useless or outdated.
I'm definitely not qualified to criticize but sometimes it feels like people are so desperate to be the inventor of the next big thing that they get lost chasing trends and in a weird way inhibit themselves from being able to invent the next visionary concept by doing the same stuff everyone else is into at the time.
ajt9000 t1_jdilm36 wrote
Reply to comment by x925 in South Carolina's comptroller quits after a $3.5 billion accounting error by kangarooturd
I had a coworker accidentally mark every inmate in a jail to be released, and then fix it before anyone noticed.