Many-Class Few-Shot Learning on Multi-Granularity Class Hierarchy
多粒度类层次上的多类少样本学习
摘要
We study many-class few-shot (MCFS) problem in both supervised learning and meta-learning settings. Compared to the well-studied many-class many-shot …
Task1:Linear regression with one variable
首先先引入库
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
用课程所给的数据生成表以及散点图
pathE:\xxx\machine learning\ex1data1.txt//本地磁盘绝对路径
datapd.read_csv(path,h…