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] U-Net for dimension reduction?

I have recently read about U-Net and thought that since it is very similar with autoencoders then perhaps I could use it for a project in place of autoencoders for dimension reduction. But I haven’t found any papers that use it for that purpose only segmentation and generative models. Is there a theoretical issue using it for that purpose?

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

[P] Web-based implementation of Deep Image Prior

[P] Web-based implementation of Deep Image Prior

https://warlock.ai/deepimageprior/

Using TensorFlow.js I implemented a client-side version of Deep Image Prior. It can be used for denoising, inpainting, super-resolution (not implemented yet) and more. It works by training a network to output a given image. More info about the algorithm can be found on the original authors’ project page.

There are still a couple of things that need to be resolved such as mask-drawing on mobile (the page scrolls when drawing right now) and the comparison view becoming stuck after the first image was selected. Also I’m not sure how well this works on devices without GPUs, although on my relatively old phone (Nexus 6) and my PC (GTX 1070) it worked reasonably well.

Inpainting example 1

Inpainting example 2

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

[D] It is absurd that an entire field devoted to automatic text summarization keeps all of its information in papers

  • I wonder what the most important advances in my field have been in the past month. I could go on arXiv and search every paper in ML… eff that noise. I’m going to arxiv-sanity and twitter! That’s sane! There’s no way I can miss anything important this way! Every company should track their changes through tweets!
  • Hey this paper sounds amazing. The abstract is great. All I need is the main algorithm with every variable clearly described, how it’s different from current techniques, and the results! Oh the algorithm they used is the one not in the box? And it’s described across four pages, and not in order of operations? Brilliant!

Papers are a great storage format for reference, but we’re all in CS. Why are we using the storage format as the information retrieval format?? That’s insane. It’s figuratively like we’re trying to understand code changes, but instead of documentation, we could use diff, but we don’t even do that and we just compare the old files and the new files by eye…

Are there any non-profits working on this? OpenAI, can you become non-sketchy for like 10 seconds again and get this thing hammered out? Anyone?

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

[D] word2vec and context

In my company we do not train word2vec (or Glove or fastext) for each context separately (i.e. we use the same algorithm for movie reviews and for food reviews). as i think meaning changes based on context (go read the book is a good sentiment for a book review but bad one for movie review), I was wondering do you train your embedding algorithm for each context or not.

thanks!

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

[D] The laboratory which is doing research different from the research subject I want to do.

may I ask you a question?

My lab research topic is CNN, but I want to study Stock time series prediction using RNN.

All six proposals were rejected in three months …

In conclusion, I think I should decide whether to study CNN or leave the lab.

Is it right to study RNN personally while studying CNN?

Or is it right to see another lab?

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

[D] GPT2 as seq2seq decoder

Hello! Not having the computational resources to train a seq2seq transformer-based model, I’m trying to do that by fine-tuning BERT as an encoder and GPT2 as a decoder. Has anyone tried something similar? How can I condition GPT2 on the encoder’s output?

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