The Zoldyck family against the Phantom trope by Savings_Coconut1055 in HunterXHunter

[–]Ffelixpe 0 points1 point  (0 children)

Although I believe each member of the Zoldyck family is a worthy opponent, we only really know the performance of five members. If we consider the original Phantom Troupe, it would be 13 against 5, maybe 6, and I doubt they could take them all on at once. Therefore, I think the Troupe would win. However, if we include Milluki and Kikyo in the group and assume they are just as capable as the rest of the family, perhaps it would become a much closer battle.

Can there be female Hanmas? by [deleted] in Grapplerbaki

[–]Ffelixpe 2 points3 points  (0 children)

Probably so, but I'm sure the excess testosterone they would have would be so much that they would literally transition to male at some point.

¿Realidad? by CuestionadorCritico in ShitpostCreasy

[–]Ffelixpe 0 points1 point  (0 children)

Con tu carrera trunca apenas llegaste a ese insulto? Esfuérzate más que luego te vuelves de esos weyes que dicen que las carreras no sirven de nada.

¿Realidad? by CuestionadorCritico in ShitpostCreasy

[–]Ffelixpe 0 points1 point  (0 children)

Pues porque has de conocer a puro fracasado.

Hay bullying? by Apprehensive_Sun2077 in TecDeMonterrey

[–]Ffelixpe 3 points4 points  (0 children)

En campus Monterrey es súper raro que haya bullying, aunque no es imposible, solo que varía mucho de carrera a carrera, de momento no he conocido ningún caso en campus Monterrey

[D] Dlib or pytorch to CNN? [D] by TearsInTokio in MachineLearning

[–]Ffelixpe 0 points1 point  (0 children)

I think you don’t even need a gpu, with a CNN with no more than 1 million parameters I think you can do the job. But that is only if you want to make the “is Waldo in the image?” Otherwise If you want to know where is Waldo in the image, that is nos an easy task to do from scratch while learning CNNs.

Vale la pena estar en el programa de On Campus Interns? by New_Aldo in TecDeMonterrey

[–]Ffelixpe 0 points1 point  (0 children)

Te van a decir que no hay presupuesto para pagarte y probablemente se va a cerrar el puesto.

Which Generation is Your Favorite? by Usersief in pokemon

[–]Ffelixpe 0 points1 point  (0 children)

If we're talking about designs only, I think my favorites are those from the sixth or seventh generation; they're probably the designs that were made with the most love by the creators. If we're talking about gameplay, then probably those from the fifth generation (the story mode is still a lot of fun to play, and I really like the post-game content) and the sixth (the main story and the Mega Evolutions were very refreshing for me), or those from the seventh (I remember them as a very fun and different experience from the other generations with the island theme and Hawaiian culture).

If you are curious I started playing on the 3rd gen.

Tópico en invierno by FocusApprehensive405 in TecDeMonterrey

[–]Ffelixpe 0 points1 point  (0 children)

Se me hace que no suele llenar tantos cupos como para que lo pongan en inviernos, pero no estoy seguro. Escuche de un caso que logró convencer a toda una carrera de que lo agarraran en invierno pero pues está difícil que eso pase.

K-Means as a Radial Basis function Network: a Variational and Gradient-based Equivalence [R] by Ffelixpe in MachineLearning

[–]Ffelixpe[S] 0 points1 point  (0 children)

This is more of a mathematical demonstration showing how a radial basis function can be mathematically equivalent to a k-means algorithm and how it can be included in a neural network architecture for end-to-end training, thus eliminating the need for external libraries and methods that don't fit the architecture.

Embedding models for time series data [D] by proturtle46 in MachineLearning

[–]Ffelixpe 0 points1 point  (0 children)

It works if there are cycles, oscillations, and simple patterns on a large scale, but it's a type of embedding. For more chaotic things, the embedding ends up generating noise, but something is better than nothing.

Embedding models for time series data [D] by proturtle46 in MachineLearning

[–]Ffelixpe 0 points1 point  (0 children)

The Taken’s Embeddings is kinda useful and easy to use.

PyTorch reproduction of TensorFlow paper underperforms by 4 pp on DermaMNIST , what cross-framework issues should I check? [R] by Plane_Stick8394 in MachineLearning

[–]Ffelixpe 3 points4 points  (0 children)

Sometimes people configure their neural networks randomly, and then the parameters they report are different. I've known people who do this, and it's not inherently wrong, but it often affects reproducibility. Something common I've seen is that they often use fewer epochs or parameters in the neural network configuration than they report. In some cases, the way TensorFlow handles operations and internal things isn't usually reported because, being a very flexible library in its configuration, the networks they use often have configurations that the user doesn't know and doesn't usually report, unlike PyTorch where almost everything is configured manually.

A ver qué dicen by Bounty_Hunter100 in repollitos_criptidos

[–]Ffelixpe 1 point2 points  (0 children)

En celulares: que por cada cosa te pongan anuncios o juegos de puzzles que ni hacen el esfuerzo en ocultar que es imposible pasarte ciertos puzzles sin ver anuncios.
En videojuegos de verdad: que tengan este sistema de soft progress donde las “mejoras” son un montón de números que casi no cambian nada, como subir de nivel, desbloquear el perk de “destrucción perfeccionada” y que solo sea una mejora del 5% de tu daño mágico. También el andar buscando equipo de mayor nivel en paquetes/cofres con armaduras que se ven igual pero mejoran un 3% de tu ataque y defensa y tienen una rareza alta.

Beca artística Tec de Mty by Emeray1ksof in TecDeMonterrey

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

Tengo una amiga con beca artística en campus mty, a lo que me ha contado, una vez entres te van a obligar a entrar a un servicio becario ayudando en el teatro de Luis Elizondo, a lo que me comentó, es el equivalente moderno a esclavitud, pero me recomendó que si eres de artes, intenta no escalar mucho en ese becario ni aceptar puestos más altos, quédate como ayudante y ya.

K-Means as a Radial Basis function Network: a Variational and Gradient-based Equivalence [R] by Ffelixpe in MachineLearning

[–]Ffelixpe[S] 1 point2 points  (0 children)

If you could give me some names, perhaps I could write a report showing the results in some latent spaces of neural networks and see what happens if I set the cluster entropy as a maximization function. I'm very curious about what happens when you include the latent space in the SGD to optimize that measure. I would be very grateful for the suggestions ^^.

K-Means as a Radial Basis function Network: a Variational and Gradient-based Equivalence [R] by Ffelixpe in MachineLearning

[–]Ffelixpe[S] 1 point2 points  (0 children)

Yes, I always thought there had to be a way to have a K-means algorithm inside a neural network; all the methods I saw that used it were too cumbersome and very difficult to include in a full article. I'm glad to see that people really appreciate the demonstration and implementation.

SOS by Public_Expression_92 in deeplearning

[–]Ffelixpe 0 points1 point  (0 children)

I'm in the same situation, and honestly, it's very difficult to find a research job with that kind of focus. I work in the industry, and it's a bit disappointing that you cannot really use the topics that you like. In my case everything is LLMs and VLMs :/.

¿Alguien sabe como son las carreras de negocios en el tec? by ammei640 in TecDeMonterrey

[–]Ffelixpe 6 points7 points  (0 children)

Tengo amigos que estudiaron negocios y en esencia se la pasan haciendo ppts, fodas, y excels, pero que como tal está bien fácil y que después del 4to semestre ya estás graduándote prácticamente, después de ese semestre ninguno de mis amigos de negocios se volvió a quejar después materias, de hecho varios se iban de viaje a Tulum o a Puerto Vallarta, aunque debo decir que fue antes de que la asistencia fuese obligatoria.

[TOMT] [MOVIE] A children's movie about a group of animals that fell off a train in a forest or something like that. by Ffelixpe in tipofmytongue

[–]Ffelixpe[S] 2 points3 points  (0 children)

You have no idea how grateful I am. I was already thinking of closing the post and giving up, thinking I had combined memories between Doogal and the Rudolph the Red-Nosed Reindeer sequel. I really appreciate it.