NUS_EE4211_DataScienceForIoT_学习笔记

This blog will update continuously during the course period.

Homework 1

H1 includes two parts, a reading material and a simple linear regression problem.

Python Machine Learning book by Sebastian Raschka. (Ch1)

In Chapter 1, we will learn about the main concepts and three different types of machine learning. Together with a basic introduction to the relevant terminology, we will successfully use ML techniques for practical problem solving.

Concept

Machine learning evolved as a subfield of artificial intelligence in the second half of the twentieth century that involved the development of self-learning algorithms to gain knowledge from that data in order to make predictions.

3 types of ML

  1. supervised
    Main goal: learn a model from labeled training data that allows us to make predictions about unseen or future data.
  • Classification task : with discrete class labels, such as e-mail spam-filter.
    在这里插入图片描述
  • Regression analysis: outcome signal is a continuous value. Use the intercept and slope learned from the given predictor variable and response variable to predict the outcome variable of new data.
    r
  1. reinforcement
    Main goal: Develop a system (agent) that improves its performance based on interactions with the environment.
    The information about current state of environment typically also include a so-called reward signal. The feedback is not a correct ground truth label or value, but a measure of how well the action was measured by a reward function.
    在这里插入图片描述
    Example: chess engine. The agent decides upon a series of moves depending on the state of the board (the environment), and the reward can be defined as win or lose at the end of the game
  2. unsupervised
    Explo
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值