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.

[D] Advice for preparing for Masters degree

Looking for advice to help me prepare for a Master’s degree in Computer Science later this year. In undergrad I majored Physics and Applied Math, and in the years since saw cool realms of application for ML in industry and research. Unfortunately because of my background experience I now have some imposters syndrome setting in, well before I’ve stepped foot in any classroom. Hoping people can look at my goals, courses, and experience to try to suggest steps to better prepare.

I’m hoping to gain essentially three things from this degree:

  • Knowledge of the computational foundations of popular or common ML algorithms (because its cool)
  • basic skills and best practices of an ML practitioner (because its practical)
  • Some modest amount of experience in projects and homework for the above (because its practical)

I would hope that I can get a job as an ML engineer/scientist/whatever afterwards, but preferably not closely tied to the ops side of design and implementation.

Summary of any related experience:

  • Classification and clustering algorithms applied in medical imaging/histology field in a mish mash of R scripts, some published but never really rigorous or vetted I guess
  • Using numpy to implement Q-learning in a little baby neural net on the OpenAI cart-pole example
  • Helping write components of a django app that does lots of data integration from multiple sources
  • I still really like math after undergrad

Any and all advice appreciated. Should I dust off a linear algebra textbook? Should I start in on a class textbook before the term starts? Try to play with a big sample dataset with different learning tools?

Some example classes I want to take below:

Machine learning

This course will introduce the field of machine learning, in particular focusing on the core concepts of supervised and unsupervised learning. In supervised learning we will discuss algorithms which are trained on input data labelled with a desired output, for instance an image of a face and the name of the person whose face it is, and learn a function mapping from the input to the output. Unsupervised learning aims to discover latent structure in an input signal where no output labels are available, an example of which is grouping web-pages based on the topics they discuss. Students will learn the algorithms which underpin many popular machine learning techniques, as well as developing an understanding of the theoretical relationships between these algorithms. The practicals will concern the application of machine learning to a range of real-world problems.

Foundations of CS (since I have no formal CS training)

Students taking this course will gain background knowledge that will be useful in the course on:

Theory of Data & Knowledge Bases Automata, Logics & Games Software Verification Categories, Proofs & Processes Game Semantics Computer-Aided Formal Verification Lambda Calculus & Types Logic of Multi-Agent Information Flow

Artificial Intelligence (intro)

This is an introductory course into the field of artificial intelligence (AI), with particular focus on search as the fundamental technique for solving AI problems.

This course also deals with optimization problems. For example, the optimization version of the n‐queens problem is to arrange n queens on an n x n chessboard while minimizing the number of pairs of queens that are under attack. Such problems can be effectively solved by search techniques introduced in the course such as hill climbing, simulated annealing, and genetic algorithms…

Computational learning theory (I see this as directly applicable to my goals)

The course will begin by providing a statistical and computational toolkit, such as concentration inequalities, fundamental algorithms, and methods to analyse learning algorithms. We will cover questions such as when can we generalise well from limited amounts of data, how can we develop algorithms that are computationally efficient, and understand statistical and computational trade-offs in learning algorithms. We will also discuss new models designed to address relevant practical questions of the day, such as learning with limited memory, communication, privacy, and labelled and unlabelled data. In addition to core concepts from machine learning, we will make connections to principal ideas from information theory, game theory and optimisation.

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