Contents

Course Details

Course Code COMP9444
Course Title Neural Networks and Deep Learning
Convenor Alan Blair
Admin TBA
Classes Monday 2-4pm (Weeks 1-3, 5-10) and Thursday 6-8pm (Weeks 1-10)
(no lecture on Monday of Week 4 due to the Labour Day Holiday)
Consultations TBA
Units of Credit 6
Course Website http://cse.unsw.edu.au/~cs9444/19T3/
Handbook Entry http://www.handbook.unsw.edu.au/postgraduate/courses/current/COMP9444.html

Course Summary

This course aims to introduce students to the main topics and methods in the field of neural networks and deep learning, ranging from traditional neural network models to the latest research and applications of deep learning.

Topics chosen from: perceptrons, feedforward neural networks, backpropagation, deep convolutional networks for image processing; geometric analysis of trained neural networks; recurrent networks, language processing, semantic analysis, long short term memory; Hopfield networks, restricted Boltzmann machines and autoencoders, generative adversarial networks; deep reinforcement learning; designing successful applications of neural networks; recent developments in neural networks and deep learning.

Student Learning Outcomes

After completing COMP9444, students should

  • understand aspects of the social, intellectual, and neurobiological context of neural networks and deep learning
  • have an understanding of a variety of NN and DL techniques, including the Planned Topics listed below
  • be able to analyse a problem for neural network solution in terms of these techniques
  • have an awareness of the computational theory underlying the various methods
  • have a working knowledge of one or more neural network simulation packages, and be able to use them to perform a range of computational tasks
  • have experience in programming neural network and deep learning applications
  • exposure to research techniques in neural networks, deep learning and cognitive science: some topics will be based on research papers and monographs, to which references will be given in the course notes

Textbook

The textbook for this course is:

Deep Learning
By Ian Goodfellow, Yoshua Bengio and Aaron Courville
MIT Press

http://www.deeplearningbook.org
https://mitpress.mit.edu/books/deep-learning

Assumed Knowledge

The course will assume knowledge of the following mathematical topics:

  • Linear Algebra (2.1-2.8)
  • Probability (3.1-3.14)
  • Calculus and Chain Rule (6.5.2)

Students should study the relevant sections of the textbook (shown in brackets) and, if necessary, try to revise these topics on their own during the first few weeks of the course.

Planned Topics

The planned topics for this course are:

Week Topic Textbook
wk 1 Mon Neuroanatomy, Perceptrons (1.2, 9.10)
wk 1 Thu Backpropagation (4.3, 5.1-5)
wk 2 Mon Probability and Backprop Variations
(3.1-14, 6.1-5)
wk 2 Thu PyTorch -
wk 3 Mon Hidden Unit Dynamics
(7.11-12, 8.2-3)
wk 3 Thu Convolutional Networks
(7.9, 9.1-5)
wk 4 Mon (Labor Day Holiday) -
wk 4 Thu Image Processing (7.4, 8.4, 8.7.1)
wk 5 Mon Recurrent Networks, LSTM and GRU (10.2, 10.7, 10.10)
wk 5 Thu Word Vectors, Language Processing (10.4, 12.4)
wk 6 (Flexibility Week)
wk 7 Mon Language Processing
wk 7 Thu Reinforcement Learning (12.5.1.1)
wk 8 Mon Deep Reinforcement Learning (18.1, 20.9)
wk 8 Thu Hopfield Network & Boltzmann Machine (16.7, 17.4, 18.2, 20.1-4)
wk 9 Mon Autoencoders (14.1-5, 20.10.3)
wk 9 Thu Generative Adversarial Networks (20.10.4)
wk10 Mon Extension Topics
wk10 Thu Review


The relevant sections of the textbook are shown in brackets.
The textbook may be supplemented with additional materials for some topics.

Teaching Strategies

Due to social distancing restrictions, the course will be delivered online. Students are required to watch pre-recorded lecture videos before each session. The scheduled class time will take the form of an interactive video chat session, and will be used to briefly summarise the content, deliver additional material, and to answer any questions that you may have about each topic.

The recorded lectures and online sessions introduce you to the various concepts and methods, provide motivating examples to help you understand them, and demonstrate skills and processes. You should not expect to understand the material completely simply by watching the lecture videos. You should also:

  • review the lecture material before and after the scheduled class
  • discuss the material with fellow students if possible
  • read up on the topics covered in each lecture
  • complete relevant assignments, exercises and quizzes
  • consider exploring the topic on-line by writing and running your own programs
  • ask questions in an online consultation session, if you still don't understand the material

Assessment

The assessment for this course will be:

Assignment 1 30%
Assignment 2 30%
Final Exam 40%

The assignments will involve writing code in PyTorch. Please try to install PyTorch on your own laptop, and try to match the environment on the CSE Lab machines as closely as possible:

python3 3.7.3
torch 1.2.0
numpy 1.16.2
sklearn 0.20.2


Student Conduct

The Student Code of Conduct ( Information , Policy ) sets out what the University expects from students as members of the UNSW community. As well as the learning, teaching and research environment, the University aims to provide an environment that enables students to achieve their full potential and to provide an experience consistent with the University's values and guiding principles. A condition of enrolment is that students inform themselves of the University's rules and policies affecting them, and conduct themselves accordingly.

In particular, students have the responsibility to observe standards of equity and respect in dealing with every member of the University community. This applies to all activities on UNSW premises and all external activities related to study and research. This includes behaviour in person as well as behaviour on social media, for example Facebook groups set up for the purpose of discussing UNSW courses or course work. Behaviour that is considered in breach of the Student Code Policy as discriminatory, sexually inappropriate, bullying, harassing, invading another's privacy or causing any person to fear for their personal safety is serious misconduct and can lead to severe penalties, including suspension or exclusion from UNSW.

If you have any concerns, you may raise them with your lecturer, or approach the School Ethics Officer , Grievance Officer , or one of the student representatives.

Plagiarism is defined as using the words or ideas of others and presenting them as your own. UNSW and CSE treat plagiarism as academic misconduct, which means that it carries penalties as severe as being excluded from further study at UNSW. There are several on-line sources to help you understand what plagiarism is and how it is dealt with at UNSW:

Make sure that you read and understand these. Ignorance is not accepted as an excuse for plagiarism. In particular, you are also responsible that your assignment files are not accessible by anyone but you by setting the correct permissions in your CSE directory and code repository, if using. Note also that plagiarism includes paying or asking another person to do a piece of work for you and then submitting it as your own work.

UNSW has an ongoing commitment to fostering a culture of learning informed by academic integrity. All UNSW staff and students have a responsibility to adhere to this principle of academic integrity. Plagiarism undermines academic integrity and is not tolerated at UNSW. Plagiarism at UNSW is defined as using the words or ideas of others and passing them off as your own.

If you haven't done so yet, please take the time to read the full text of

The pages below describe the policies and procedures in more detail:

You should also read the following page which describes your rights and responsibilities in the CSE context:

Course Evaluation and Development

This course is evaluated each session using the myExperience system. Feedback from previous sessions was generally positive and we have tried to keep the same basic course structure.

The field of Neural Networks and Deep Learning is changing rapidly. This course was substantially redesigned in 2017, and we make an on-going effort to keep the course materials up-to-date and include the latest developments in the field.

All comments and suggestions are welcomed, and will be listened to respectfully and appreciatively.

Enjoy!

Resource created Monday 31 August 2020, 08:26:48 AM, last modified Tuesday 13 October 2020, 09:54:06 AM.


Back to top

COMP9444 20T3 (Neural Networks and Deep Learning) is powered by WebCMS3
CRICOS Provider No. 00098G