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

[D] UMAP (dimensionality reduction algorithm)

Interested in dimensionality reduction? TSNE is so last century, these days it’s all about UMAP! Join Mihaela Curmei as she delivers a sublime presentation on UMAP!

https://www.youtube.com/watch?v=G9s3cE8TNZo

UMAP (Uniform Manifold Approximation and Projection) is a novel manifold learning technique for dimension reduction. UMAP is constructed from a theoretical framework based in Riemannian geometry and algebraic topology. The result is a practical scalable algorithm that applies to real world data. The UMAP algorithm is competitive with t-SNE for visualization quality, and arguably preserves more of the global structure with superior run time performance. Furthermore, UMAP has no computational restrictions on embedding dimension, making it viable as a general purpose dimension reduction technique for machine learning.

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

[D] IJCAI in Macau and EMNLP in Hong Kong

Not sure if anyone is actively following the political situation in Hong Kong, but my understanding is that flights have been cancelled at the airport. Many parts of the city has also been subject to tear gas and there have been reports of police attacks on bystanders on the street near the political protests.

Is the situation affecting the people currently at IJCAI? Many people are flying to Macau via HK.

Also EMNLP will take place in HK in November, not far away. With the tensions between mainland China and Hong Kong escalating, I wonder if organizers have plans to move the conference to another location.

https://www.emnlp-ijcnlp2019.org

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

[R] Biological learning curves outperform existing ones in artificial intelligence algorithms

I haven’t seen any discussion in this subreddit yet, though it was published only a few days ago.

Paper: https://www.nature.com/articles/s41598-019-48016-4

Abstract:

Recently, deep learning algorithms have outperformed human experts in various tasks across several domains; however, their characteristics are distant from current knowledge of neuroscience. The simulation results of biological learning algorithms presented herein outperform state-of-the-art optimal learning curves in supervised learning of feedforward networks. The biological learning algorithms comprise asynchronous input signals with decaying input summation, weights adaptation, and multiple outputs for an input signal. In particular, the generalization error for such biological perceptrons decreases rapidly with increasing number of examples, and it is independent of the size of the input. This is achieved using either synaptic learning, or solely through dendritic adaptation with a mechanism of swinging between reflecting boundaries, without learning steps. The proposed biological learning algorithms outperform the optimal scaling of the learning curve in a traditional perceptron. It also results in a considerable robustness to disparity between weights of two networks with very similar outputs in biological supervised learning scenarios. The simulation results indicate the potency of neurobiological mechanisms and open opportunities for developing a superior class of deep learning algorithms.

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