<?xml version="1.0" encoding="UTF-8"?>
<CourseUnit xmlns="http://www.manchester.ac.uk/CUICourseUnitDetails" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.manchester.ac.uk/CUICourseUnitDetails.xsd">
  <UnitCode Applicant="Y" Label="Unit code" Student="Y">
    <Code>MATH48292</Code>
  </UnitCode>
  <UnitTitle Applicant="Y" Label="Unit title" Student="Y">
    <Title>Statistical Machine Learning</Title>
  </UnitTitle>
  <MaxUnits Applicant="Y" Label="Credit rating" Student="Y">
    <Units>15</Units>
  </MaxUnits>
  <TeachingPeriods Applicant="Y" Label="Teaching period(s)" Student="Y">
    <Period>Semester 2</Period>
  </TeachingPeriods>
  <AcademicCareer Applicant="Y" Label="Academic career" Student="Y">
    <Value>Undergraduate</Value>
  </AcademicCareer>
  <UnitLevel Applicant="Y" Label="Unit level" Student="Y">
    <Level>Level 4</Level>
  </UnitLevel>
  <StaffList Applicant="Y" Label="Teaching staff" RoleLabel="Course Unit Role" Student="Y">
    <StaffMember>
      <Name>Rendani Mbuvha</Name>
      <Role>Unit coordinator</Role>
    </StaffMember>
    <StaffMember>
      <Name>Thomas House</Name>
      <Role>Unit coordinator</Role>
    </StaffMember>
  </StaffList>
  <OfferedBy Applicant="Y" Label="Offered by" Student="Y">
    <OrganisationList>
      <Organisation>
        <OrgName></OrgName>
      </Organisation>
    </OrganisationList>
    <GroupList>
      <Group>
        <GroupName></GroupName>
      </Group>
    </GroupList>
    <FheqLevels>
      <FheqLevel>
        <LevelNumber>1</LevelNumber>
        <LevelName>FHEQ level (Framework for Higher Education Qualifications) ' Masters/Integrated Masters P4 ' </LevelName>
      </FheqLevel>
    </FheqLevels>
    <Ects>
      <MaxUnits>European Credit Transfer &amp; Accumulation System Rating :   7.5</MaxUnits>
    </Ects>
  </OfferedBy>
  <MarketingOverview Applicant="Y" Label="Marketing Course unit overview" Student="">
    <Content>&lt;p&gt;An introduction to machine learning models and algorithms, both for unsupervised and supervised learning, with a focus on the underlying mathematical and statistical principles, while including some aspects of implementation and practice. Studying the relation of machine learning approaches with traditional statistical methods.&amp;nbsp;&lt;/p&gt;</Content>
  </MarketingOverview>
  <UnitOverview Applicant="" Label="Course unit overview" Student="Y">
    <Content>&lt;p&gt;An introduction to machine learning models and algorithms, both for unsupervised and supervised learning, with a focus on the underlying mathematical and statistical principles, while including some aspects of implementation and practice. Studying the relation of machine learning approaches with traditional statistical methods.&amp;nbsp;&lt;/p&gt;</Content>
  </UnitOverview>
  <Aims Applicant="Y" Label="Aims" Student="Y">
    <Content>&lt;p&gt;The unit aims to:&lt;/p&gt;&lt;p&gt;Provide an introduction to machine learning models and algorithms, both for unsupervised and supervised learning, with a focus on the underlying mathematical and statistical principles, while including some aspects of implementation and practice. &amp;nbsp;A further aim is to study the relation of machine learning approaches with traditional statistical methods.&amp;nbsp;&lt;/p&gt;</Content>
  </Aims>
  <LearningOutcomes Applicant="Y" Label="Learning outcomes" Student="Y">
    <Content>&lt;p&gt;On the successful completion of the course, students will be able to:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Explain the principles underlying both probabilistic and algorithmic machine learning techniques&lt;/li&gt;&lt;li&gt;Select and identify appropriate methodology for data analysis at the interface of statistics and machine learning&lt;/li&gt;&lt;li&gt;Apply modern machine learning methods to supervised and unsupervised learning problems&lt;/li&gt;&lt;li&gt;Use R and/or Python to analyse data with the methods discussed in the course&lt;/li&gt;&lt;/ol&gt;</Content>
  </LearningOutcomes>
  <Knowledge Applicant="Y" Label="Knowledge and understanding" Student="Y">
    <Content></Content>
  </Knowledge>
  <IntellectualSkills Applicant="Y" Label="Intellectual skills" Student="Y">
    <Content></Content>
  </IntellectualSkills>
  <PracticalSkills Applicant="Y" Label="Practical skills" Student="Y">
    <Content></Content>
  </PracticalSkills>
  <TransferableSkills Applicant="Y" Label="Transferable skills and personal qualities" Student="Y">
    <Content></Content>
  </TransferableSkills>
  <EmployabilitySkillsList Applicant="Y" Label="Employability skills" Student="Y">
    <Skill>
      <SkillId></SkillId>
      <SkillDescription></SkillDescription>
    </Skill>
  </EmployabilitySkillsList>
  <Syllabus Applicant="Y" Label="Syllabus" Student="Y">
    <Content>&lt;p&gt;Part A - Nonlinear (non-neural network) machine learning approaches&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Limitations of traditional linear statistical models&lt;/li&gt;&lt;li&gt;Supervised Machine Learning:&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; K-nearest neighbours (including Bayesian KNN)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; Decision trees and random forests&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Unsupervised Machine Learning:&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; Nonparametric clustering (e.g. Dirichlet process mixture models)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; Topic models (e.g. Latent Dirichlet Allocation)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; Dimensionality reduction including manifold learning (SNE, t-SNE)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Part B - Nonlinear (neural network) machine learning approaches&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Single-layer neural networks and deep neural networks&lt;/li&gt;&lt;li&gt;Optimising neural networks (gradient descent, backpropagation)&lt;/li&gt;&lt;li&gt;Statistical properties (overparametrisation, regularisation, universal function approximation)&lt;/li&gt;&lt;li&gt;Standard models (e.g. multi-layer perceptron, convolutional networks, auto-encoders) and diverse data types (e.g. image data, time series, text data)&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;</Content>
  </Syllabus>
  <TeachingMethods Applicant="Y" Label="Teaching and learning methods" Student="Y">
    <Content>&lt;p&gt;Teaching is composed of two hours of lectures per week and one tutorial class per week. Teaching materials will be made available online for reference and review. One week is reserved for coursework.&lt;/p&gt;</Content>
  </TeachingMethods>
  <AssessmentMethods Applicant="Y" Label="Assessment methods" Student="Y">
    <IntroText> </IntroText>
    <Method>
      <MethodId>0</MethodId>
      <MethodName>Other</MethodName>
      <MethodWeight>30%</MethodWeight>
    </Method>
    <Method>
      <MethodId>1</MethodId>
      <MethodName>Written exam</MethodName>
      <MethodWeight>70%</MethodWeight>
    </Method>
    <OtherDescription>&lt;p&gt;Other = coursework data analysis project, with a 30% weighting&lt;/p&gt;</OtherDescription>
  </AssessmentMethods>
  <FeedbackMethods Applicant="Y" Label="Feedback methods" Student="Y">
    <Content>&lt;p&gt;Generic feedback will be provided after marks are released.&amp;nbsp;&lt;/p&gt;</Content>
  </FeedbackMethods>
  <RequirementsList Applicant="Y" Label="Pre/co-requisites" Student="Y">
    <Requirement>
      <UnitCode>MATH38161</UnitCode>
      <UnitTitle>Multivariate Statistics and Machine Learning</UnitTitle>
      <RequirementType>Pre-Requisite</RequirementType>
      <Description>Compulsory</Description>
    </Requirement>
    <Requirement>
      <UnitCode>MATH48061</UnitCode>
      <UnitTitle>Multivariate Statistics</UnitTitle>
      <RequirementType>Pre-Requisite</RequirementType>
      <Description>Compulsory</Description>
    </Requirement>
    <Requirement>
      <UnitCode>MATH27720</UnitCode>
      <UnitTitle>Probability and Statistics 2</UnitTitle>
      <RequirementType>Pre-Requisite</RequirementType>
      <Description>Compulsory</Description>
    </Requirement>
    <Requirement>
      <UnitCode>MATH27711</UnitCode>
      <UnitTitle>Linear Regression Models</UnitTitle>
      <RequirementType>Pre-Requisite</RequirementType>
      <Description>Compulsory</Description>
    </Requirement>
    <Requirement>
      <UnitCode>MATH20802</UnitCode>
      <UnitTitle>Statistical Methods</UnitTitle>
      <RequirementType>Pre-Requisite</RequirementType>
      <Description>Compulsory</Description>
    </Requirement>
    <Requirement>
      <UnitCode>MATH38141</UnitCode>
      <UnitTitle>Regression Analysis</UnitTitle>
      <RequirementType>Pre-Requisite</RequirementType>
      <Description>Compulsory</Description>
    </Requirement>
    <AdditionalRequirement>MATH48292 Pre-Requisites: MATH27720 and MATH27711, and one of MATH38161 or MATH48061&lt;p&gt;One of either MATH38161 Multivariate Statistics and Machine Learning &lt;strong&gt;or&lt;/strong&gt; MATH48061 Multivariate Statistics required as a pre-requisite.&lt;/p&gt;</AdditionalRequirement>
  </RequirementsList>
  <AcademicPrograms Applicant="Y" Label="Academic programmes" Student="Y">
    <AcademicProgram>
      <Program></Program>
      <Plan></Plan>
      <Level></Level>
      <Requirement></Requirement>
    </AcademicProgram>
  </AcademicPrograms>
  <FreeChoice Applicant="Y" Label="Available as a free choice unit?" Student="Y">
    <Content>N</Content>
  </FreeChoice>
  <Accreditation Applicant="Y" Label="Accreditation" Student="Y">
    <Content></Content>
  </Accreditation>
  <RecommendedReading Applicant="Y" Label="Recommended reading" Student="Y">
    <Content>&lt;p&gt;C. M. Bishop and H. Bishop. 2024. &amp;nbsp;Deep learning: Foundations and concepts. Springer.&lt;/p&gt;&lt;p&gt;https://link.springer.com/book/10.1007/978-3-031-45468-4 &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;G. James et al. 2021. An introduction to statistical learning with applications in R (2nd edition). Springer.&lt;/p&gt;&lt;p&gt;https://link.springer.com/book/10.1007/978-1-0716-1418-1 &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;G. James et al. 2023. An introduction to statistical learning with applications in Python. Springer.&lt;/p&gt;&lt;p&gt;https://link.springer.com/book/10.1007/978-3-031-38747-0 &amp;nbsp;&lt;/p&gt;&lt;p&gt;https://www.statlearning.com/ &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;K. P. Murphy. 2022. Probabilistic machine learning: An introduction. MIT Press.&lt;/p&gt;&lt;p&gt;https://mitpress.mit.edu/9780262046824/probabilistic-machine-learning/ &amp;nbsp;&lt;/p&gt;&lt;p&gt;https://probml.github.io/pml-book/book1.html &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A. Zhang et al. 2024. Dive into deep learning. Cambridge University Press.&lt;/p&gt;&lt;p&gt;https://d2l.ai/ &amp;nbsp;&amp;nbsp;&lt;/p&gt;</Content>
  </RecommendedReading>
  <StudyHours Applicant="Y" Label="Study hours" Student="Y">
    <IntroText> </IntroText>
    <ScheduledHours Applicant="Y" Label="Scheduled activity hours" Student="Y">
      <ActivityHours>
        <ActivityType>Lectures</ActivityType>
        <Hours>22</Hours>
      </ActivityHours>
      <ActivityHours>
        <ActivityType>Practical classes &amp; workshops</ActivityType>
        <Hours>12</Hours>
      </ActivityHours>
    </ScheduledHours>
    <PlacementHours Applicant="Y" Label="Placement hours" Student="Y">
      <ActivityHours>
        <ActivityType></ActivityType>
        <Hours>0</Hours>
      </ActivityHours>
    </PlacementHours>
    <TotalHours Applicant="Y" Label="Independent study hours" Student="Y">
      <Hours>116</Hours>
    </TotalHours>
  </StudyHours>
  <Notes Applicant="Y" Label="Additional notes" Student="Y">
    <Content></Content>
  </Notes>
</CourseUnit>
