Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Weekly Study Page | COMP60012: Introduction to Machine Learning | Department of Computing | Imperial College London home article Introduction to Machine Learning COMP60012 Spring Term 2021/2022 Weekly Study Page WEEK 1 10 Jan 2022 - 16 Jan 2022 Welcome to the Introduction to Machine Learning course! The course will officially start on Week 2. To prepare yourselves, please go through Module 0 where the instructors will introduce themselves. You will also be provided with information about how the course will be run. Module 0: Administrivia Knowledge of Python and NumPy will be required for the courseworks. For those who are not familiar with either of these, we have prepared some optional crash courses to help you get up to speed with them before our course officially starts: Lab tutorial: Python for C++ programmers Lab tutorial: Python for Java programmers Lab tutorial: NumPy Lab tutorial: Virtual Environments and Jupyter Notebook You should also start forming groups of 3-4 people for your coursework. You will be working with the same group for both courseworks. WEEK 2 17 Jan 2022 - 23 Jan 2022 The course officially starts this week! Brace yourself for 7 weeks of Machine Learning goodness! For this week, please go through Module 1, where Josiah will attempt to demystify Machine Learning and discuss what it really is all about. Module 1: Machine Learning - The Big Picture There is also an optional practical lab exercise which guides you through implementing a complete machine learning pipeline. Lab 1: Building a Machine Learning pipeline A live interactive session will be held on Friday 4pm-5pm GMT, where Josiah will be available to answer any questions. There will also be a lab session on Tuesday 4pm-6pm GMT. Our team of Tutorial helpers will be available to support you with any questions or problems you may have about Python, NumPy, or the lab exercise. You should also start forming groups of 3-4 people for your coursework. You will be working with the same group for both courseworks. WEEK 3 24 Jan 2022 - 30 Jan 2022 Welcome to Week 3. For this week, please go through Module 2 where Antoine will discuss two algorithms: K-nearest neighbours and decision trees. Module 2: K-Nearest Neighbours and Decision Trees There is also an optional practical lab exercise on K-nearest neighbours. Lab 2: K-Nearest Neighbours The first coursework will be released on Monday. Please download the specifications from CATE or Scientia on Monday morning. As usual, the lab session is on Tuesday 4pm-6pm GMT in person and on Microsoft Teams. Our Tutorial Helpers will be there to support you with any questions or problems that you may have with the coursework or the lab exercise. A live interactive session will be held on Friday 4pm-5pm GMT, where Antoine will answer any questions you may have about this week's topic. WEEK 4 31 Jan 2022 - 06 Feb 2022 Welcome back! This week is all about evaluating machine learning systems. Please go through Module 3 where Marek will discuss various topics related to machine learning evaluation. Module 3: Machine Learning Evaluation The optional practical lab exercise is on implementing the evaluation metrics discussed in the lectures, and also on performing cross-validation. Lab 3: Machine Learning Evaluation There are also some tutorial sheets on Scientia which contain some exam-style exercises for you to practise. As usual, there will be a lab session this week on Tuesday 4pm-6pm GMT in the labs and on Microsoft Teams. Get help from our Tutorial Helpers with any questions or issues you may have with your coursework, lab exercise or Python/NumPy in general. The live interactive session will also be held as usual on Friday 4pm-5pm GMT, where Marek will be there to answer your questions on evaluating machine learning systems. WEEK 5 07 Feb 2022 - 13 Feb 2022 Welcome to Week 5! This week, you will start exploring the current hottest craze in ML: neural networks. Please go through Module 4. Marek will first introduce you to a basic model called linear regression, before showing you how it relates to neural networks. Module 4: Neural Networks (Part 1) The optional practical lab exercise this week is mainly focussed on the first part of the lecture -- implementing and training a simple linear regression model. The good(?) news is that there is less coding required of you in this exercise since you are likely busy with your coursework this week anyway. You will get to code a bit more next week! Lab 4: Simple Linear Regression The lab session is on as usual on Tuesday 4pm-6pm GMT, in person and on Microsoft Teams. This is your chance to get some last minute help for your coursework from the Tutorial Helpers. Other technical queries are also welcome! The live interactive session is on Friday 4pm-5pm GMT as usual, where Marek will answer all your pressing Neural Network questions. The coursework is also due on Friday 11th Feb 7pm GMT. WEEK 6 14 Feb 2022 - 20 Feb 2022 We are now in Week 6! This week, you will continue exploring more neural network goodness. Brace yourselves - the discussions will start to become more exciting (and advanced) from this week onwards! Please go through Module 5. Marek will pick up from where he stopped last week, and continue his exciting discussions on neural networks. Module 5: Neural Networks (Part 2) The optional practical lab exercise this week is on three topics: multiple linear regression, logistic regression, and a quick introduction to PyTorch. Hopefully these materials will help prepare you for coursework 2, even if they do not discuss neural networks directly. Lab 5: Multiple Linear & Logistic Regression, and PyTorch The second coursework will also be released by Monday. Please download the specifications from CATE or Scientia. This coursework will be done in the same groups as coursework 1. You should receive a link to your group Gitlab repo for the coursework via email by Monday. This can also be accessed via LabTS. As usual, the lab session is on Tuesday 4pm-6pm GMT in person and on Microsoft Teams, where you can seek help on the lab exercises and the new coursework from our dedicated team of Tutorial Helpers. Also as usual is the live interactive session on Friday 4pm-5pm GMT, where Marek will answer more of your Neural Network questions. WEEK 7 21 Feb 2022 - 27 Feb 2022 Welcome to Week 7. I guess that by this time you have had enough of supervised learning and neural networks. As a change of pace, this week we will look at the other main machine learning setting called unsupervised learning, where the training labels are not provided. Please go through Module 6. Antoine is back, this time to talk about the fascinating world of unsupervised learning. Module 6: Unsupervised Learning The optional practical lab exercise this week is on unsupervised learning (no surprise). It will be a mix of applying the scikit-learn library and implementing some of the algorithms discussed in the lectures from scratch. Lab 6: Unsupervised Learning As with every week, the lab session is still happening on Tuesday 4pm-6pm GMT. Our team of Tutorial Helpers will be available to help you with your technical questions regarding the second coursework and the lab exercises. Antoine will also answer your questions on unsupervised learning in the usual live interactive session on Friday 4pm-5pm GMT. WEEK 8 28 Feb 2022 - 06 Mar 2022 Welcome to Week 8, which is officially our final week of lectures! This week, we will look at our final topic: evolutionary algorithms. This topic is very different from everything you have seen so far, although the key underlying ML idea is still the same, i.e. optimising some objective! Please go through Module 7, where Antoine will introduce you to evolutionary algorithms. Module 7: Evolutionary Algorithms Then, if you like, explore the optional practical lab exercise this week on the same topic. Lab 7: Evolutionary Algorithms The second coursework is due on Friday (4th March) 7pm GMT. Our final lab session is happening as usual on Tuesday 4pm-6pm GMT. Please use this opportunity to get some last minute help for the second coursework from our dedicated team of Tutorial Helpers. The usual live interactive session is on Friday 4pm-5pm GMT, where Antoine will answer any questions you might have on evolutionary algorithms. Page designed by Josiah Wang Department of Computing | Imperial College London