junetwentyfirst2020
junetwentyfirst2020 t1_j3hlmnb wrote
Reply to comment by jpopsong in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
Thank you!!!
junetwentyfirst2020 t1_j3ftprc wrote
Reply to comment by Yo_Soy_Jalapeno in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
Can you link to an example online or from a book? I need to understand this!!!
junetwentyfirst2020 t1_j3ftm38 wrote
Reply to comment by currentscurrents in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
That makes sense. Convolutional neural networks were just deep learning with convolution.
junetwentyfirst2020 t1_j3dhxqt wrote
Reply to comment by TensorDudee in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
That’s a pretty big hope that all data can be modeled linearly
junetwentyfirst2020 t1_j3dhtx6 wrote
Reply to comment by shanereid1 in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
Oh wow I never considered if I should see them as different. Transformers are a pretty big conceptual change, but they’re used in a deep way. 🤔 food for thought
junetwentyfirst2020 t1_j34427r wrote
Reply to Image matching within database? [P] by Clarkmilo
What you’re looking for is embeddings. Take an auto encoder and produce an embedding (latent code) for every image in your database. When you need to query for an image, produce an embedding for that image and use a nearest neighbors algorithm to find the most similar images.
junetwentyfirst2020 t1_j2xxhii wrote
Reply to comment by groman434 in [Discussion] If ML is based on data generated by humans, can it truly outperform humans? by groman434
That’s not an easy question to answer because the 90% that are correct may be super easy to fit, and those 10% errors may just be unfittable and will just keep the loss high without impacting the model. On the other hand, since models tend to be very over-parameterized that 10% could very well be “fit” and have an outsized impact on the model. It could also be the case that the model ends up with 10% variance on its accuracy.
I’ve never seen a definitive theoretical answer since deep learning models are over parameterized and have seen models replicate the error in the training data, especially when it came to keypoint prediction. When I assessed the error in the training data, I showed the team that the model has the same degree of error. I was arguing for cleaner training data. I got told no and to come up with a magic solution to fix the problem. I quit 🤣
junetwentyfirst2020 t1_j2xu2zo wrote
Reply to [Discussion] If ML is based on data generated by humans, can it truly outperform humans? by groman434
Are you asking if it can outperform a single human or a collective of humans?
Can a machine learning model determine the make and model of a Toyota better than I can? Yes. Is there a human on the planet that can better determine the male and model? Yes.
junetwentyfirst2020 t1_j2ncjvg wrote
Reply to comment by __Maximum__ in [D] What do you do while you wait for training? by hollow_sets
😂 yes exactly
junetwentyfirst2020 t1_j2cqlpu wrote
Reply to comment by Milkslinger in LPT: Americans here, have you met this kind of WhatsApp/SMS scam? If so, here’s a brilliant tip how to mess with them by iFoegot
Bingo
junetwentyfirst2020 t1_j1zmh2m wrote
Reply to comment by WasteProfession8948 in LPT: If you want a dog to like you, sneeze at it. by phorest0106
🤣
junetwentyfirst2020 t1_j1tf9s6 wrote
Omg I do this too and it works!!! The world is more vibrant, and my phone has become purely functional
junetwentyfirst2020 t1_j126tuh wrote
Reply to [D] Techniques to optimize a model when the loss over the training dataset has a Power Law type curve. by Dartagnjan
My first thought would be curriculum learning.
junetwentyfirst2020 t1_izn67g0 wrote
Reply to comment by Celmeno in [D] Making a regression NN estimate its own regression error by Alex-S-S
I bought that book during my masters and I couldn’t figure out what Bishop was saying. It’s years later and my math is way better so I’ll give it another shot. Thank you!
junetwentyfirst2020 t1_izn290v wrote
Reply to comment by Celmeno in [D] Making a regression NN estimate its own regression error by Alex-S-S
Do you have a recommended read?
junetwentyfirst2020 t1_ivhv5ir wrote
Reply to [D] At what tasks are models better than humans given the same amount of data? by billjames1685
It depends what you mean by better. Is a car better than a person at driving? They’re safer on average, but you need pretty advanced AI to be able to navigate the long-tail of potential situations. A human can navigate a large majority of the long tail.
junetwentyfirst2020 t1_j3hmb38 wrote
Reply to [D] What is the most complete reference on the history of neural networks? by gbfar
I wrote find a masters thesis from a notable deep learning person because they will have laid out the related work since the “beginning of time“, and it will be organized and each sub group will be related