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.

Author: torontoai

[R] To what extent does machine learning affect your buying decisions? (5 min survey)

Hi everyone! As a student in The Netherlands, I’m doing a graduate research on Amazon recommendations’ influence on purchase choice of Amazon users. If you occasionally order from Amazon or know people who do, please fill in this short questionnaire / share this with your friends/family/community.
This research may produce some interesting conclusions about significance of AI in marketing, which is why I’m really excited about it and would like to get as much data as possible.

Thank you !

Survey link: https://erasmusuniversity.eu.qualtrics.com/jfe/form/SV_0jOW3i5nxkVALT7

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

[D] Results on training ImageNet with non-standard settings?

Out of curiosity, does anyone know of any results that train deep models on the ImageNet dataset —

  • in an online (i.e. one-pass) fashion; and/or
  • multi-pass but without any data augmentation?

Think it would be an interesting exploration understanding online vs. batch training in nonconvex models!

(Of course, one should take efforts to push for the best results in both settings, such that those results are comparable.)

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

[P] Reimplementations of several generative models in Tensorflow 2.0 (VAE, DCGAN, WPGAN-GP, Seq2Seq, GAIA, Spectrogramming iterator/inversion) with links to self contained colab notebooks

[P] Reimplementations of several generative models in Tensorflow 2.0 (VAE, DCGAN, WPGAN-GP, Seq2Seq, GAIA, Spectrogramming iterator/inversion) with links to self contained colab notebooks

https://github.com/timsainb/tensorflow2-generative-models/

I reimplemented and trained a bunch of different networks for a project I’m working on (in birdsong), and decided to also put online the same notebooks for more general use trained on fashion-MNIST and NSYNTH. I made each network self-contained in a notebook and set those notebooks up so they would automatically download the required packages in colab so they would be easier to run online.

Some of these models I haven’t tried to re-implement since tensorflow was in its early (v0.0X) days. I was really impressed with how easy and intuitive it is to implement models in 2019. I did run into a bug or two with TF 2.0, and ended up opting for running the nightly version rather than 2.0alpha but for the most part tensorflow 2 seems very stable and I would recommend anyone starting a new project to use it over Tensorflow 1.X at this point.

https://i.redd.it/zqxg56gsi8y21.png

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

[R] NLP: An ANN architecture for intent classificaion of dialogs

Hi folks,

some time ago I did some research about how to classify dialogs with recurrent neural networks (GRUs, LSTM) and also 1DConvolutions. I found an architecture, which is quite new and worked pretty good on a data, which is not public. I wanted to publish it as a paper, but I think it will not happen anymore. First there is no appropiate public data set available for this task and second I just don’t have enough time at the moment.

Anyway I published details on my blog, if you are interested, take a look here.

Cheers,

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

[D] Startup acquired – need advice

Currently leading alone the ML related solutions in a small AI startup that is being acquired. Was fortunate to be part of researching and deploying solutions I’m very proud of – it was an amazing environment but the purchasing company is a large successful S&P500 far from being information/data-driven. Also, it doesn’t seem to have a healthy, functioning ML team that I can join.

They gave me a generous offer, but I fear of losing the learning momentum and professional development within the corporate area and organizational politics. I don’t want to just rest comfortably waiting for my yearly retention bonus, but very eager to learn and develop.

What is your experience with similar cases? Would love to learn more from your perspective. Specifically, not sure if I should stay or jump ship to another startup.

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

[D] is there paper about hierarchical user model in the field of Recommendation System with neural network

As we know, the users in recommendation system are different, the new vs the regular, the active vs the inactive, etc. Is there any good method to fit this situation. I have some idea, but not smooth。 (1)construct multiple model for different people, waste much computation resource (2) use the obvious difference as feature (embedding look up). but this method may use a continual space to simulate the discrete space (different user may have totally different distribution) Does anybody have better idea?

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