摘要:
Week 1 Quiz - Introduction to deep learning 1.What does the analogy “AI is the new electricity” refer to? [ ]AI is powering personal devices in our ho 阅读全文
摘要:
# 100道练习题 """ 2020.7.9 笔记 """ """ 题目1:有四个数字:1、2、3、4,能组成多少个互不相同且无重复数字的三位数?各是多少? """ def exercise_1(): arr = [] for i in range(1, 5): for j in range(1, 阅读全文