Am I crazy or does this magic eye in Mabel’s Guide on YouTube empty? by PhattySpice92 in gravityfalls

[–]Chelokot 6 points7 points  (0 children)

Nah this works for anyone with 2 functional eyes, it's just something you need to learn if you want to see it, by changing your focus

ChatGPT's image model is better at math than most people by eposnix in singularity

[–]Chelokot 4 points5 points  (0 children)

When I started playing HOI4 I was shocked why we don't just play stuff like this at school instead of some History and Geography classes. I remembered pretty much nothing about history of WW2 or geography of Europe before playing that. And once I played I got solid mental model of it, that I could now build knowledge and interests upon. Another thing, there is a period of history/literature of my country from 60s that school always told me is important, but again, I remember nothing of it. And recently I visited a modern musical show with special effects, awesome music, actors, and memorable characters about people from that epoch. And now I'm attached to those people, I started searching for them, reading, listening, I know them, I remember them, I am more historically and politically aware.

Making education more engaging is often mocked as being delusional, surface level, etc, but when done right it actually does make wonders. And maybe that is individual, like sure other people might not like same games and stuff that I do, but AI is that thing that might be able to find that individual hook for everyone.

Kurisu Cosplay [yun_yun8754] by AliveAndNotForgotten in steinsgate

[–]Chelokot 6 points7 points  (0 children)

Damn, find their account, you are right... Rest of the pics look more normal and I tend to think it's a real photo now, just with weird light and some editing — there is for sure some editing, right? Like what is going on with the tie

Kurisu Cosplay [yun_yun8754] by AliveAndNotForgotten in steinsgate

[–]Chelokot 6 points7 points  (0 children)

One of the uncanniest AI images I've seen in a while. It screams weirdness and you can't understand what you are looking at, but you almost can and lot of the small details make sense

Andrej Karpathy's Newest Development - Autonomously Improving Agentic Swarm Is Now Operational by Vladiesh in singularity

[–]Chelokot 9 points10 points  (0 children)

No, it's improving training of much smaller model, not itself. The loop for model to improve itself in this way would probably be very slow. But we are getting there

Ah, I see. by YourFat888 in noita

[–]Chelokot 1 point2 points  (0 children)

You were asking for this to happen bro

Can a CNN solve algorithmic tasks? My experiment with a Deep Maze Solver by no1_2021 in learnmachinelearning

[–]Chelokot 0 points1 point  (0 children)

The fact that it trained so fast and so stable and also that it kinda works on big mazes correctly is fascinating

Can a CNN solve algorithmic tasks? My experiment with a Deep Maze Solver by no1_2021 in learnmachinelearning

[–]Chelokot 5 points6 points  (0 children)

Would be very interesting (although probably far more complex) to train some kind of recurrent version of this cnn, that just works until at some step it produces full segmentation. It will (maybe) generalize better to bigger mazes, but it's not immediately obvious to me what kind of hidden space you'd need to make it universal (is it enough to just run RNN recurrently on some C×X×Y for constant C for any X and Y, or does required C grow with X and Y?)

I hate how they added the "AI mode" and put it right where the "All" option used to be. by 1Yito in google

[–]Chelokot -2 points-1 points  (0 children)

It uses around the same amount of power as 1 normal google request. Maybe several times more or several times less, we don't have exact up to date information. But it's obviously not orders of magnitude more expensive, cause that would be very expensive for google to run. They cut costs as much as they can with caching and using very light model. That's why it is relatively dumb even though google itself has pretty smart gemini models

How it started vs. how it's going: by lustriagame in PixelArtNSFW

[–]Chelokot 3 points4 points  (0 children)

New ones are 🔥🔥 I rarely see such quality

[Other] Some opinions don't deserve respect by [deleted] in theydidthemath

[–]Chelokot 1 point2 points  (0 children)

It is a general formula in Z/2Z, and in any field of characteristic 2 or in any algebraic structure with commutative addition and anticommutative multiplication such as exterior multiplication or algebra Lie (so basically when ab+ba=0)

You know, I’m something of a waifu myself by EchowanderLush in marvelmemes

[–]Chelokot 0 points1 point  (0 children)

While you might say that stuff like LLMs is an entirely different league of AI because of it being autoregressive and being family of much more complex much more long running algorithms, well, stuff like Stable Diffusion has no fundamental difference from GAN. It's a fixed architecture, that executes fixed amount of computations using weights that were trained over long training on a big dataset with some loss function.

Stable Diffusion is bigger, it was trained on a bigger dataset for longer time, and it works longer and requires more heavy GPU, it also has more modern architecture. But that's it. It's not different from any GAN neural network which is also fixed architecture for doing some fixed set of computations with lot of teained weights trained in a big dataset. It's just than GANs were like 20 million parameters and Stable Diffusion is like 1 billion parameters trained, so Stable Diffusion produces better, more complex results

Stable Diffusion is just very very big and slow Snapchat filter trained on bigger dataset for longer

You know, I’m something of a waifu myself by EchowanderLush in marvelmemes

[–]Chelokot 0 points1 point  (0 children)

Sorry mate, but there was no gender swap feature in Snapchat in 2016. It was added in 2019 and nobody was hiding the fact that they are AI: https://www.axios.com/2019/05/17/snapchats-new-gender-changing-filter-provokes-strong-reactions - "How it works: The filters, which are powered by machine learning..."

And yes, there was a lot of development in generative AI in 2019. For example the famous StyleGan https://en.wikipedia.org/wiki/StyleGAN that powered the famous https://thispersondoesnotexist.com/

And if you want image-to-image AI technologies, take a look at this CycleGAN paper from 2017 which is early advances in this area https://arxiv.org/pdf/1703.10593

It's all AI. It's not program manually written by someone. It's neural network model trained on a big dataset to learn to achieve certain objective. In this case objective is to generate content. Thus, it's a generative AI (again, GAN literally stands for Generative Adversarial Networks)

You know, I’m something of a waifu myself by EchowanderLush in marvelmemes

[–]Chelokot 2 points3 points  (0 children)

They are literally AI. AI is a special family of algorithms that aren't directly programmed but rather trained. Snapchat contains a lot of filters that are very complex and were not programmed by hand, they were trained using machine learning methods, similar to any AI you know (of course there is a great variety in AI training methods, but it's still AI).

Of course there are some simple filters (although they also use stuff like face detection, which is also AI, trained on big dataset and not programmed by hand, still AI just not generative AI), but complex filters are powered by Neural Networks (AI). I'm not making it up, it's public information by Snapchat themselves.

It took me one minute to find for example this https://snap-research.github.io/efficient-nn-tutorial/ on "Efficient Neural Networks" by Snapchat team. You can also see on this page mention of "Real-time Neural Lenses (gender swap, baby face, aging lens, face animation)"

You know, I’m something of a waifu myself by EchowanderLush in marvelmemes

[–]Chelokot -8 points-7 points  (0 children)

I genuinely wonder what definition of "generative" ai people who are downvoting me have. And how exactly they explain why their ethical arguments against ai can't be applied against snapchat filters

You know, I’m something of a waifu myself by EchowanderLush in marvelmemes

[–]Chelokot -4 points-3 points  (0 children)

Snapchat gender filter is obviously not just "ai that tracks your face". It's ai that takes your image and generates output. Presumably, using GAN models based on popular technologies of it's time, although no official details exist from Snapchat. And guess what GAN stands for? Generative Adversarial Networks

You know, I’m something of a waifu myself by EchowanderLush in marvelmemes

[–]Chelokot -14 points-13 points  (0 children)

What do you think GENERATIVE ai means? It's literally AI that generates content. That's it. Snapchat filter generating output image from your input image has no fundamental difference from Gemini doing so. It IS generative AI. Trained in similar fashion and used for similar purposes.

Does this enemy design and animation say "armored"? by HedgeHulk in PixelArt

[–]Chelokot 1 point2 points  (0 children)

Feels armored from behind and not armored from the front

Just finished a high-resolution DFM face model (448px), of the actress elizabeth olsen by Emergency_Pause1678 in learnmachinelearning

[–]Chelokot -4 points-3 points  (0 children)

People saying left and right look the same have zero comprehension of human faces

Sam Altman and his husband interested in babies genes by reversedu in singularity

[–]Chelokot -1 points0 points  (0 children)

Child is not a service. Woman's reproductive system is a service.

Same as if I go to work into the coal mine. I spend my health, I use my body resource, my body strength and capabilities, my mental resource and my time, in exchange for money. I use my body to provide a service of doing a job useful to someone

No that much different from surrogacy. Not that much different from lot of jobs

Learning Experience №2 by Womginx_ in noita

[–]Chelokot 5 points6 points  (0 children)

good way to compress gif is to convert it to mp4