Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

Category: Reddit MachineLearning

[D] Machine Learning – WAYR (What Are You Reading) – Week 67

This is a place to share machine learning research papers, journals, and articles that you’re reading this week. If it relates to what you’re researching, by all means elaborate and give us your insight, otherwise it could just be an interesting paper you’ve read.

Please try to provide some insight from your understanding and please don’t post things which are present in wiki.

Preferably you should link the arxiv page (not the PDF, you can easily access the PDF from the summary page but not the other way around) or any other pertinent links.

Previous weeks :

1-10 11-20 21-30 31-40 41-50 51-60 61-70
Week 1 Week 11 Week 21 Week 31 Week 41 Week 51 Week 61
Week 2 Week 12 Week 22 Week 32 Week 42 Week 52 Week 62
Week 3 Week 13 Week 23 Week 33 Week 43 Week 53 Week 63
Week 4 Week 14 Week 24 Week 34 Week 44 Week 54 Week 64
Week 5 Week 15 Week 25 Week 35 Week 45 Week 55 Week 65
Week 6 Week 16 Week 26 Week 36 Week 46 Week 56 Week 66
Week 7 Week 17 Week 27 Week 37 Week 47 Week 57
Week 8 Week 18 Week 28 Week 38 Week 48 Week 58
Week 9 Week 19 Week 29 Week 39 Week 49 Week 59
Week 10 Week 20 Week 30 Week 40 Week 50 Week 60

Most upvoted papers two weeks ago:

/u/nobodykid23: Feature-wise transformations

Besides that, there are no rules, have fun.

submitted by /u/ML_WAYR_bot
[link] [comments]

[D] what are you currently studying?

It’s summer. I’m done with my first semester of SE, so let’s talk about ML books that we’re currently studying. My college doesn’t offer ML, nor does it offer any good math classes so if you’re beginner like me, you have to study 24/7 and fail at converting formulae to code so many times you get literally fed up with this crap. I’m studying:

1- My friend’s Computational Linguistics dissertation. I’ve known her for along time, and helped her with Python since she wasn’t a programmer. Now she does NLP better than I do. She does research, and I can’t even understand her dissertation. Partly because it’s in Persian. I used to be an English lit student like her, but I hated English lit. I originally wanted to study CS, but I failed the SATs, so I had to apply to English lit if I wanted to go to a good college. But then I said “fuck it!” and dropped out and applied to community college. Such is life in the third world! Anyways…

2- Foundations of Machine learning by MIT Press. It’s such a great book. It has an unhealthy obsession with PAC though.

3- Introduction to Deep Learning by Eugene Charniak: Oh my God I love this book! So simple! So nifty! It’s obvious it’s been typeset by the same person who did Foundations of et al, because they look practically the same. And both have been published by MIT Press, although Charniak teaches at Brown.

So what are you studying?

submitted by /u/PartlyShaderly
[link] [comments]

[R] A Critique of Pure Learning: What Artificial Neural Networks can Learn from Animal Brains

https://www.biorxiv.org/content/10.1101/582643v1

r/compmathneuro discussion here.

Abstract:

Over the last decade, artificial neural networks (ANNs), have undergone a revolution, catalyzed in large part by better tools for supervised learning. However, training such networks requires enormous data sets of labeled examples, whereas young animals (including humans) typically learn with few or no labeled examples. This stark contrast with biological learning has led many in the ANN community posit that instead of supervised paradigms, animals must rely instead primarily on unsupervised learning, leading the search for better unsupervised algorithms. Here we argue that much of an animal’s behavioral repertoire is not the result of clever learning algorithms—supervised or unsupervised—but arises instead from behavior programs already present at birth. These programs arise through evolution, are encoded in the genome, and emerge as a consequence of wiring up the brain. Specifically, animals are born with highly structured brain connectivity, which enables them learn very rapidly. Recognizing the importance of the highly structured connectivity suggests a path toward building ANNs capable of rapid learning.

submitted by /u/P4TR10T_TR41T0R
[link] [comments]

[Research] Tattoo Synthesis

How would you approach this concept: I am interested in making a bot that creates tattoos. I have a tattoo artist who is willing to potentially sacrifice his artistic integrity and feed the bot his simple designs to serve as a dataset. Which framework do you reckon would be best? Let’s say we have 1000 individual high res scans of black tattoos on white background and we want the bot to spit new, artificially synthesized designs (even if abstract and nonsensical). Any help would be much appreciated. This is for a short film. We have backing behind this so if there is anyone interested in being part of a creative collaboration and potentially get some small buck for your time, hit me in the DMs.

submitted by /u/thatglitch
[link] [comments]

[Discussion] How to get generalization across camera parameters?

If I want to perform some computer vision task using CNN (let’s say segmentation), how can I ensure that I can get generalization across images that were captured using another camera(with different intrinsic matrix)? I tried using a learned semantic segmentation model on my own camera images and it failed terribly. I suspect this is because the convolution filters are overfitted to the particular resolution (fx, fy) we trained our model on.

submitted by /u/therumsticks
[link] [comments]

[Discussion] How to ‘convert’ pyaudio’s results into useful audio data ?

I’m sorry if the question is too vague (or too stupid). I’m trying to build a very basic speech recognition (for my own learning). I’m using pyaudio to record from the microphone and I’ve managed to convert the bytes to 16bit representations. But I do not know how to move forward with my little project.

I did find bits and pieces of code that seems to do what I’m trying to achieve but doesn’t explain clearly why it does what it does.

For context I’ve previously worked on Image recognition, object detection and similar computer vision projects, but I’m a newb when it comes to audio.

Any help is appreciated.

submitted by /u/Andohuman
[link] [comments]