约 316 个结果
在新选项卡中打开链接
  1. DataFrame object: is a two-dimensional table of data with column and row indexes (something like a spread sheet). The columns are made up of Series objects. Series object: an ordered, one …

  2. Visualizing what CNNs Learn - the problem of model interpretability.

  3. Using Python’s built-in and NumPy’s additional functions, it becomes a powerful tool in dealing with large data sets. In this second lab, we will cover the speed advantages of NumPy and the basic tools you’ll …

  4. Pandas is an open source Python library for data analysis. It gives Python the ability to work with spreadsheet-like data for fast data loading, manipulating, aligning, merging, etc. To give Python …

  5. Reads from a JSON formatted string, URL or file. From a dict, # keys for columns names, # values for data as lists. Drops all columns that contain null values. col2 in descending order. Applies a function …

  6. TensorFlow 2.X comes pre-installed on your Deep Learning VMs! def __init__(self): super(ResNet, self).__init__() self.block_1 = ResNetBlock() self.block_2 = ResNetBlock() self.global_pool = …

  7. Instead of manually predefining the learning goal, the book presents preference-based learning that incorporates human feedback to guide the learning process, drawing insights from related fields such …