首页
学习
活动
专区
工具
TVP
发布

hsdoifh biuwedsy

专栏成员
17
文章
6233
阅读量
14
订阅数
考前佛脚:leetcode第三弹
题目: image.png 答案: def isValid(s): s = list(s) sym_dict = {")": "(", "}": "{", "]":"["} stack =[] close = [] if len(s)%2 == 0: for i in range(len(s)): if s[i] in sym_dict.v
403 Forbidden
2021-11-01
2390
考前佛脚:leetcode第二弹
题目: image.png 答案: def reverse(x): ans="" if x < -(2**31) or x > (2**31)-1: return 0 if x > 0: x = str(x) for i in range(1,len(x)+1): ans+=x[-i] elif x == 0:
403 Forbidden
2021-10-31
2630
考前佛脚:leetcode第一弹
题目: image.png 答案: def twoSum(nums, target): ans = [] diff = None for i in range(len(nums)): if not ans: diff = target - nums[i] if len(ans) == 2: break if di
403 Forbidden
2021-10-31
3380
Ethical considerations
-appreciate that there exist ethical considerations in the context of a data wrangling/data science/data analytics project
403 Forbidden
2021-05-20
2670
Differential privacy
-for differential privacy, understand what information is being protected and what information is not being protected
403 Forbidden
2021-05-20
2760
Public data release and individual anonymity
Lecture 21: Public data release and individual anonymity
403 Forbidden
2021-05-20
3510
Data linkage and privacy
-understanding what the record (data) linkage problem is
403 Forbidden
2021-05-19
4050
Blockchain and data processing
Lecture 15-16: Blockchain and data processing
403 Forbidden
2021-05-19
4020
Classification and regression techniques: decision tree and knn
Lectures 12 and 13: Classification and regression techniques: decision tree and k-nearest neighbor
403 Forbidden
2021-05-19
4440
Mutual information
-understand the meaning of the variables in the (normalised) mutual information and how they can be calculated. Be able to compute this measure on a pair of features. The formula for (normalised) mutual information will be provided on the exam.
403 Forbidden
2021-05-19
2900
Assessing correlations
-be able to explain why identifying correlations is useful for data wrangling/analysis
403 Forbidden
2021-05-19
2480
Hierarchical clustering and dimension reduction
Lecture 8: Hierarchical clustering and dimension reduction
403 Forbidden
2021-05-19
4450
Clustering and clustering visualisation
Lecture 7: Clustering and clustering visualisation
403 Forbidden
2021-05-19
2750
Data visualisation
-be able to explain the motivation for data visualisation
403 Forbidden
2021-05-19
6790
Recommender systems
-understand why missing data is an important issue for recommender systems
403 Forbidden
2021-05-19
4160
Data cleaning: missing values and outliers detection
Lectures 4 and 5: Data cleaning: missing values and outliers detection
403 Forbidden
2021-05-19
3880
Unimelb COMP20008 Note 2019 SM1 - Data formats
-Appreciate the role that relational databases play in data wrangling.
403 Forbidden
2021-05-17
5070
没有更多了
社区活动
【纪录片】中国数据库前世今生
穿越半个世纪,探寻中国数据库50年的发展历程
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档