- 博客(4)
- 收藏
- 关注
翻译 “机器学习工程师”到底是怎样的工作?
翻译:piggycat原文:https://medium.com/@tomaszdudek/but-what-is-this-machine-learning-engineer-actually-doing-18464d5c699机器学习,人工智能正在许诺世界一个“智能”的未来。这个IT领域逐步成为市场之星,随之而来是对人工智能应用开发人才的需求。相比软件工程师,数据科学家通常来自...
2019-04-05 07:03:10 1958
原创 PostgreSQL do block, json query, dynamic SQL, crosstab 实现动态行转列透视表 pivot table
CREATE TABLE Students ( StudentID INT PRIMARY KEY, FirstName TEXT, LastName TEXT);INSERT INTO StudentsVALUES (1, 'Anne', 'Lee'),(2, 'Sarah', 'Christian'),(3, 'John', 'Smith');CREATE TABLE ...
2019-03-06 11:48:10 355
原创 Google Cloud Platform Cloud SQL 创建PostgreSQL数据库
数据库后端开发猿, 先实施cloud sql选择进入Storage -> SQL,出现下面界面点击create instance创建一个 PostgreSQL instance。根据GCP的说明,对默认的postgre用户必须加密When you create a new Cloud SQL for PostgreSQL instance, the default postgre...
2019-03-03 07:04:38 920
原创 Google Cloud Platform 注册
https://cloud.google.com/ 注册成功后,GCP免费赠送$300作为启动试验费用。
2019-03-03 06:31:57 3634 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人