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

[P] Content Update in PyTorch NLP Tutorial repo

Content Update in PyTorch NLP Tutorial repo.

Text Classification, with simple annotation.

  • Dataset: HuffPost news corpus including corresponding category.
  • Pre-trained word vectors: How pre-trained word representations affect model performance (via ablation study)

The model trained on this dataset identify the category of news article based on their headlines and descriptions.

https://github.com/lyeoni/nlp-tutorial/tree/master/news-category-classifcation

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

[Project] A.I. Learns the Best Way of Earning and Saving Money (Simulation)

Hey. I have a degree in Computer Science with a focus on AI and ML. I truly believe we can do more to popularize the concept of AI. I will be doing this through simulations were AI learns to deal with a simple problem and gives an answer to a specific question. I created the first one. Please take a look if you’re interested. Feedback and ideas for the next one would be great 🙂

https://www.youtube.com/watch?time_continue=1&v=l2jVMfOhTKY

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

[D] How would you define the resume parsing task?

I am thinking of segmenting based on keywords and afterwards using Named Entity Recognition finetuned for each segment to extract different fields like:

  • Experience: company name, job title etc.
  • Education: school, major etc.

However I wanted to see if there is a better approach for this problem. Any recommendations/references is welcome!

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

[R] DeepMind Starcraft 2 Update: AlphaStar is getting wrecked by professionals players

The SC2 community has managed to track down suspected AlphaStar accounts based on some heuristics which make it extremely unlikely to be a human player (e.g. matching EPM and APM for most of the game, no use of control groups, etc). To sum things up, AlphaStar appears to be consistently losing to professional players.

Replays available here:

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

[D] Any arguments that a Fake News Classifier trained on *English* news articles won’t work for *German* news?

I am developing a German Fake News Classifier for my master thesis. There are large labelled datasets (up to 1M articles) of English Fake News articles and therefore also pretty accurate classifiers (based on the text of the articles and NLP). Now I have to argue and explain why these classifiers won’t detect Fake News in German language. For me it’s obvious, it’s trained on English words, so it won’t work! 😀

Any ideas, arguments or scientific sources I could use to theoretically explain why it won’t work / why I need a dataset with German News? Thank you so much!

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