聚焦推荐系统,百度AI快车道发车
何提高推荐系统对商品长尾数据的发掘能力?如何进行数据除噪,优化预测准确度?仍然是令工程师们头疼的技术难题。本次实战营,飞桨...
AI达人创造营:数据获取与处理(以CV任务为主)运行错误
执行cell:
#导入所需要的依赖!pip install -r work/PaddleDetection/requirements.txt
#导入转格式所需要的包!pip install pycocotools!pip install scikit-image
...
飞桨领航团AI达人创造营第二课0728笔记
一、数据集的获取
比如打开 https://www.kaggle.com/andrewmvd/car-plate-detection 如果只为了单纯训练网络玩玩,可以搜索VOC,点进去看看,是带...
飞桨图像分割训练营-图像增强实现
import cv2 as cv
import numpy as np
from PIL import Image
import random
import math
import matplotlib.pyplot as plt
import os
class Compose(object):
def __init__(self, transfo...
百度飞桨领航团零基础Python速成营学习心得
课程链接:https://aistudio.baidu.com/aistudio/course/introduce/7073
通过上面的课程的学习,从中收获了不少心得,以下是我总结的一些心得,希望...
百度飞桨领航团零基础Python训练营学习
课程链接:https://aistudio.baidu.com/aistudio/course/introduce/7073
字符串进阶string1 = 'Hi, my name is Molly!'
len(string1)
string1.count('m')string1.find('name')# strin...