Skip to content

CO3722 Data Science


Lecture DocumentsΒΆ

CO3722 Lecture 1.pdf


Written NotesΒΆ

CO3722 Lecture 1 - Note 1.png


An Introduction To Data ScienceΒΆ

Module OverviewΒΆ

  • Understanding Data
  • Programming (with an appropriate language)
  • Data Science for Business

Learning ObjectivesΒΆ

  • Perform & Evaluate Basic Descriptive, Exploratory, and Confirmatory Data Analysis
  • Write Programs (with an appropriate language) for analysing data
  • Visualise the Data in Numerous Ways

Lecture Learning ObjectivesΒΆ

  • Define Data Science
  • Discuss examples of Data Science and its relation to Artificial Intelligence

What is AIΒΆ

flowchart TD
    C((Artficial Intelligence))
    B((Machine Learning))
    A((Deep Learning))

    A --> B --> C

The Turing Test ApproachΒΆ

The Turing test suggests that computers would require the following:
- Natural Language Processing - To enable it to communicate
- Knowledge Representation - To store what data it is aware of
- Automated Reasoning - To use the stored data to answer questions or draw new conclusions
- Machine Learning - To adapt to new circumstances, and detect patterns


NeuroscienceΒΆ

Artificial intelligence in terms of neural networks are inspired by biological, based on neurons and the connections between them.


What is Data ScienceΒΆ

Data Science - The application of Computational and Statistical techniques to address or gain insight into a problem in the real world.

Examples of Data ScienceΒΆ

  • Data Collection
  • Statistics
  • Data Processing
  • Scientific Inquiry
  • AI (Machine Learning)
  • Visualisation
  • Business Analytics
  • Communication and Presentation

Data Science ModelΒΆ

flowchart LR
    A[Data Collection]
    B[Data Processing]
    C[Exploration / Visualisation]
    D[Analysis / Machine Learning]
    E[Insight / Policy Decisions]

    A --> B --> A
    B --> C --> B
    C --> D --> C
    E --> D --> E

    C --> A
    D --> A & B
    E --> A & B & C

SummaryΒΆ

  • Define Data Science
  • Discuss examples of Data Science and its relation to Artificial Intelligence.

CO3722 Lecture 2 - Ethics