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] Do you have an idea for a machine learning library or framework that you’ll probably never get around to making, and wish someone else would make it?

I’m going to a 2 day machine learning hackathon. 2 days isn’t a lot of time to train a brand new model, so I’m hoping to make something that would assist other ML people. 2 days will probably just be enough time for a prototype with core functionality.

If it makes a difference, I’ll be working in Pytorch.

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

[D] Are Graph Convolution Networks (GCNs) with graph constraints possible?

[D] Are Graph Convolution Networks (GCNs) with graph constraints possible?

Greetings,

I am very new to the area of machine learning, so excuse what may appear as a stupid question.

I am interested in using graph convolution networks for semi-supervised classification of nodes in a graph. I would like to impose a graph constraint on the network. I have included an image to illustrate

Constraining node classification of a GCN with a graph constraint (connectivity of communities).

The graph constraint I want to impose is that there can only be one communities/region for each label (blue, green, red). In the above figure you can see a sample resulting GCN classification that produces two green communities/regions. I was thinking that perhaps there is a way to create a community/region graph from the resulting GCN algorithm then I compare that with the constraint graph. That comparison, or similarity measure, would be incorporated into some loss function and somehow back propagate that back into to GCN and finally arrive at a classification where there is only one community/region per label.

Is this possible? Is there a better way to approach this (perhaps using an doing some graph embedding or autoencoder/decorder technique)?

Thanks for any suggestions or comments 🙂

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

[D] Transformers for time series data

I was wondering if anyone has experience using transformer architectures for time series forecasting? Did it work well or if it didn’t why not? In particular has anyone used Transformer-XL? Just intuitively I was thinking it could work well for handling really long term dependencies in time series data. However, I haven’t seen any recent research mentioning it being used outside of NLP.

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

[P] Anyone Know of Methods for Fast Audio Prediction?

I’m working on a project in digital signal processing (DSP). To put it simply, I’m trying to create a model that can mimic effects applied to a musical signal. For instance, the domain, X, is clean guitar signal and the range, f(X), is the same guitar signal under some effect, f. This function f could be distortion, chorus, delay, reverb, etc…. All that matters is that f maps a clean guitar signal to some altered signal f: X -> f(X).

My modeling task is to model f without know what the function, f, is exactly. I’ve successfully trained a LSTM model to mimic the effect of chorus and I’m sure I could train a model to model other effects such as delay or reverb.

My issue is that the predictions on new signals take so long. A couple seconds of audio can end up taking minutes to predict. I currently make predictions on a sample-by-sample level (an average sampling rate is 22,000 per second). I’m trying to find a solution that could make predictions (i.e. alter the input signal) in near real-time. Is there a specific type of modeling I can try that will results in a model that can make fast predictions? Or do you have any ideas on how to take a model and allow it to make near real-time predictions? The thing is that in reality these affects can be applied so quickly because they are simple transformations. For instance, chorus is just a result of phase-shifting a signal and adding it back to the original signal. Any help is appreciated. Thanks!

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

[N] New $1 million AI fake news detection competition

https://leadersprize.truenorthwaterloo.com/en/

The Leaders Prize will award $1 million to the team who can best use artificial intelligence to automate the fact-checking process and flag whether a claim is true or false. Not many teams have signed up yet, so we are posting about the competition here to encourage more teams to participate.

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