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] ML Researchers Book recommendations thread

Few years ago, I had stumbled upon Michael Jordan’s book recommendations for budding researchers in the field. Since then, I have tried to go through many of them even though I am not currently enrolled as a researcher in any university.

Here is the link for the book recommendation.

https://honglangwang.wordpress.com/2014/12/30/machine-learning-books-suggested-by-michael-i-jordan-from-berkeley/amp/

If you check out the books, the recommended books give an idea as to how Prof. Jordan view the problem of Machine Learning and what approaches he prefers more than other.

Then it occured to me that I do not have similar book recommendations from other noted researchers to understand about what they think to be a good approach towards solving machine learning related problems.

So, I would like to call for help in crowdsourcing the book recommendations from noted researchers in this particular thread for the ease of all.

If they have previously mentioned somewhere, please link the post.

If they haven’t and you or anyone you know are working under them, it would be great if you could get them to answer the question:

What are some must read books for people who want to devote many decades of their lives to the field?

Thank you !

submitted by /u/geek–god
[link] [comments]

[D] Interested in machine learning applied to stock price prediction for my capstone project. Thoughts or tips?

Hello. I’m currently working on my undergraduate capstone project and checking other schools’ featured projects for ideas. I was particularly interested in a couple of projects developed for stock price prediction using RNN:

  • ML-based Investment Analytical Tool, from UBerkeley’s Master in Information and Data Science. Using stock prices from Yahoo, fundamental data from Intrino and news data from Google News they try to predict stock price evolution for some S&P 500 companies using LSTM networks.

  • Machine Learning Engineer Nanodegree: Using only stock prices from Yahoo and also using LSTM and Stacked LSTM networks, they try to predict stock price evolution and also added an algorithm that recommends trades based on those predictions.

I’ve also checked some work based on Restricted Boltzmann Machines stacked over a Multi-layer Perceptron to classify stocks in “going up” and “going down” depending on whether the NN predicts them to go.

Having considered that, what do you think of the following idea: try to pull information from S&P 500 companies (both stock price evolution and fundamental data, as far back as I can) and try to come up with a good model using deep belief networks and deep learning networks to predict stock price evolution. I’d be creating a baseline model using logistic regression or multi-layer perceptron to compare performance.

Do you think it’s doable? Do you think it is an interesting project to carry on or would it be something that everyone knows leads nowhere because companies use Algorithm X and Model Y for this purpose? Do you think this can be done with limited hardware available (just a PC)?

Thank you.

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

[D] Can ML be used to detect repeated patterns in text?

I am trying to analyze system logs. It’s a messy unstructured text. I would like to detect repeated patterns.

As an example:

Feb 24 06:48:03 circle vpopmail[12039]: vchkpw-pop3: **password fail [EMAIL PROTECTED]:**67.109.191.46 Feb 24 06:49:03 circle vpopmail[12043]: vchkpw-pop3: **password fail [EMAIL PROTECTED]:**67.109.191.46 Feb 24 06:50:03 circle vpopmail[12099]: vchkpw-pop3: **password fail [EMAIL PROTECTED]:**67.109.191.46 Feb 24 08:13:31 circle vpopmail[13042]: vchkpw-pop3: **password fail [EMAIL PROTECTED]:**70.104.21.208 Feb 24 08:13:32 circle vpopmail[13046]: vchkpw-pop3: **password fail [EMAIL PROTECTED]:**70.104.21.208

The pattern can be

pattern = “.password fail [EMAIL PROTECTED]:($ip)”

I didn’t know the pattern in advance. I just discovered by eye-balling the text. You might say, you can tokenize the words and count frequencies. In my case, it’s hard to tokenize and decide on windows of substring. the patterns might vary.

Is there a name for such techniques. I couldn’t find ML techniques appleid to this problem?

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

[D] A little help with a FAQ over at r/lml

Hey guys!

It’s very often that people at r/lml ask regarding various resources to help build the prerequisite knowledge for math and other aspects regarding ML/DL.

It would be really appreciated if you can give your inputs too and help lay rest to the overly asked question.

https://www.reddit.com/r/learnmachinelearning/comments/cxrpjz/a_clear_roadmap_for_mldl/

Thanks in advance!!!

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

[D] Yann LeCun: Deep Learning, Convolutional Neural Networks, and Self-Supervised Learning | Artificial Intelligence Podcast

[D] Yann LeCun: Deep Learning, Convolutional Neural Networks, and Self-Supervised Learning | Artificial Intelligence Podcast

Yann LeCun is one of the fathers of deep learning, the recent revolution in AI that has captivated the world with the possibility of what machines can learn from data. He is a professor at New York University, a Vice President & Chief AI Scientist at Facebook, co-recipient of the Turing Award for his work on deep learning. He is probably best known as the founder of convolutional neural networks, in particular their early application to optical character recognition. This conversation is part of the Artificial Intelligence podcast:

Video: https://www.youtube.com/watch?v=SGSOCuByo24

Audio: https://lexfridman.com/yann-lecun

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

Outline:

0:00 – Introduction

1:11 – HAL 9000 and Space Odyssey 2001

7:49 – The surprising thing about deep learning

10:40 – What is learning?

18:04 – Knowledge representation

20:55 – Causal inference

24:43 – Neural networks and AI in the 1990s

34:03 – AGI and reducing ideas to practice

44:48 – Unsupervised learning

51:34 – Active learning

56:34 – Learning from very few examples

1:00:26 – Elon musk: deep learning and autonomous driving

1:03:00 – Next milestone for human-level intelligence

1:08:53 – Her

1:14:26 – Question for an AGI system

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