误用检测

重点 (Top highlight)

As a technical founder, I’ve both built and managed the direction of ML in startups.

作为技术创始人,我已经建立和管理了初创企业中ML的方向。

I’ve also made a lot of mistakes.

我也犯了很多错误。

Many stem from treating ML as if it were software development. Others from the unstructured nature of the startup itself.

许多源于将ML视为软件开发。 其他来自创业公司本身的非结构化性质。

Here are a few of my learnings.

这是我的一些经验教训。

不要建立AI创业公司(如果可以帮助的话) (Don’t build an AI startup (if you can help it))

Don’t make AI your core product. Instead, complement an existing product with AI.

不要将AI当作核心产品。 相反,用AI补充现有产品。

Solve a problem with software or hardware, sell that, then augment it later with AI. Or if you’re an AI expert, join an existing startup as a late stage cofounder.

解决软件或硬件问题,将其出售,然后再通过AI加以解决。 或者,如果您是AI专家,请以后期联合创始人的身份加入现有的初创公司。

This way, you’re already sitting on data, and have room to experiment.

这样,您已经坐在数据上,并有实验的空间。

It’s easier for Audi to start working on self driving cars than for a room of AI PhDs. The latter needs to acquire proprietary data, and make industry connections before even beginning.

对于奥迪开始从事自动驾驶汽车的工作要比在一间AI博士的工作要容易得多。 后者需要获取专有数据,并在开始之前就建立行业联系。

Machine learning is best focused on marginal improvements. That means, going from 100% to 110%.

机器学习最好集中在边际改进上。 也就是说,从100%上升到110%。

从自动化简单的东西开始 (Start with automating the easy stuff)

Building competency in AI+domain takes time, no matter how much previous experience you have.

无论您以前有多少经验,在AI +域中建立能力都需要时间。

Classifying dog breeds in a Kaggle competition (where you’re given classes in advance), doesn’t necessarily transfer to a real domain where you need to come up with classes yourself.

在Kaggle竞赛中对狗的品种进行分类(您需要事先给他们上课),并不一定会转移到需要自己提出课程的真实领域。

A good strategy is to find repetitive decisions that team members are already making, and try to automate those. Processes with existing SOPs are ideal.

一个好的策略是找到团队成员已经做出的重复性决策,并尝试使这些决策自动化。 具有现有SOP的过程是理想的。

Build up competence before solving the game changing problems. Anecdotally, if it’s hard for a human to ingest information and make a decision, it will be near impossible for an AI to do it.

在解决游戏规则改变问题之前建立能力。 有趣的是,如果人类很难吸收信息并做出决定,那么AI几乎不可能做到这一点。

AI是自动化,而不是魔术 (AI is automation, not magic)

Don’t expect to throw data at a neural network and have solutions come out the other side. This doesn’t happen outside large companies’ press releases.

不要期望将数据丢到神经网络上,而让解决方案出现在另一端。 在大公司的新闻稿之外不会发生这种情况。

Often there is a huge component of software engineering integrated with the AI, stacked over multiple layers, even if it looks simple from the outside.

通常,与AI集成在一起的软件工程中,有一个巨大的组成部分,即使从外观上看起来很简单,也可以多层堆叠。

Use AI to solve small narrow problems and stack these together in combination with domain knowledge.

使用AI解决狭小的问题并将其与领域知识结合在一起。

Deep learning rarely generates miracles, but incremental improvements over time can.

深度学习很少会产生奇迹,但是随着时间的推移会逐渐增加。

训练自己的模型 (Train your own models)

Your data is your moat. You worked hard to collect it.

您的数据就是您的护城河。 您努力收集它。

Train your models in house rather than feeding data to an AI service from one of the large cloud providers.

在内部训练模型,而不是将数据从大型云提供商之一提供给AI服务。

They’re more than happy to transfer learnings from it to any other paying competitor. That’s not what you want.

他们非常乐意将学习的知识转移到其他任何付费竞争对手。 那不是你想要的。

For very marginal improvements outside your core product, the risk can be worth it. But as a general rule, don’t let anyone near your data.

对于核心产品之外的微小改进,风险是值得的。 但一般而言,请勿让任何人靠近您的数据。

Most of the time, this is not that difficult.

大多数时候,这并不困难。

人工智能不是目标,为有钱人解决问题是目标 (AI is not the goal, solving a problem for people with money is the goal)

We’re past the point where mentioning “AI” gets you extra points with customers. There’s been too much hype.

提到“ AI”可以为您带来更多与客户的加分,这已经过去了。 炒作太多了。

Everyone is pretending to use AI nowadays. So focus more on solving your customers’ problems than projecting cool tech.

如今,每个人都在假装使用AI。 因此,与设计出色的技术相比,更多地专注于解决客户的问题。

If they ask about the AI, great. Otherwise, take their money and solve their problem.

如果他们问起AI,那就太好了。 否则,拿走他们的钱,解决他们的问题。

They’ll be equally happy however it was accomplished.

他们一定会很高兴,但是一切都完成了。

总结所有的成功和失败 (Debrief all success and failures)

After an experiment, always writeup what was tried and the results. This includes wild successes and complete failures.

经过实验后,请务必写下尝试过的内容和结果。 这包括疯狂的成功和彻底的失败。

Staff will come and go and brains will forget. Knowledge is difficult enough to transfer with good documentation.

工作人员会来去去去,大脑会忘记。 好的文献很难传递知识。

So if you’ve spent days, weeks or months on a project. Write it down and hold onto that knowledge.

因此,如果您在项目上花费了数天,数周或数月。 写下来,并坚持该知识。

结论 (Conclusion)

My experience only applies to early stage startups, where we’ve had the ability to pivot on a dime, and don’t need to convince a hundred stakeholders to try something.

我的经验仅适用于早期创业公司,在这些初创公司中,我们有能力依靠一角钱,无需说服数百名利益相关者来尝试。

I can only surmise that there are a lot more rules of thumb to follow if inside a larger organization.

我只能推测,如果在较大的组织内部,还有很多经验法则可以遵循。

If you have experience with that, I’d love to hear about it in the comments.

如果您有经验,我很乐意在评论中听到。

翻译自: https://towardsdatascience.com/how-not-to-mismanage-artificial-intelligence-in-a-startup-95268ab0705b

误用检测


http://www.taodudu.cc/news/show-1873775.html

相关文章:

  • ai 文案_AI是UX文案的未来吗?
  • 立法者在民权受到侵蚀时忽略了黑匣子算法
  • 回答问题人工智能源码_回答21个最受欢迎的人工智能问题
  • ai面向分析_2020年面向企业的顶级人工智能平台
  • 2060显卡驱动最新版本_堪比显卡界中的小米,价格屠夫,1999的铭瑄RTX2060终结者体验...
  • 多屏互动电脑版_手机、电脑屏幕太小怎么办?这4招秒变大屏
  • theymleaf get数据_C#.NET 实体与数据库表的设计思路 - 独立思考者
  • python秒转换成小时分钟秒_3分钟看完漫画~秒懂脑卒中
  • 苹果系统和安卓系统的区别_Android和iPhone的区别?还不如说安卓系统和IOS系统的差别...
  • java是什么_Java是什么?Java的特点有哪些?
  • 并联串联混合的电压和电流_如何从本质上判断电压表测量谁的电压?
  • case when 效率_采用机械涡轮复合增压系统优化7.8 L柴油机的 稳态效率和排放性能...
  • ffmpeg drawtext 背景_8款电视背景墙:电视背景墙这样装,不仅省钱还作用多!效果大不一样!...
  • div搜索框与按钮不在一行_这款漫画资源搜索软件,堪称二次元迷的必备神器!...
  • python mooc-课程资源 | Python语言系列专题MOOC
  • 网页游戏怎么修改数据_2014一周网页游戏数据报告(8.18—8.24)
  • 佳能g3800故障灯说明书_虎林2020定制FW6117移动工作灯
  • js打印线程id_理解Python多线程:通过易懂的小例子展开第一篇
  • 怎么将php文件改成web的servlet文件_遇到喜欢的网站怎么才能高效收藏整理
  • amd核芯显卡控制面板自定义分辨率_电脑显示器分辨率超频教程:1080P超2K分辨率的方法...
  • win7如何设置wifi热点_win7台式机如何设置IP地址为固定的IP地址?
  • 从零开始带你成为消息中间件实战高手_系统化开课了,电子入门一切从零开始,喜欢电子的有机会学习了...
  • 液晶显示器尺寸对照表_安徽CHARACTER液晶显示屏
  • windows7局域网传输到mac_计算机三级网络技术(5):局域网技术基础及应用
  • springcloudalibaba 架构图_Spring Cloud Alibaba 架构实战
  • vue Mutation 必须是同步函数 为什么_Vue知识点——基础篇
  • httpclient 连接池工具类_C# 中 HttpClient 的简单使用
  • BP算法和RNN_RNN/LSTM BPTT详细推导以及梯度消失问题分析
  • python语言用什么编译器_如何修改python语言pycharm工具的默认编译器
  • python中单词个数_python 统计单词个数

误用检测_如何(不)在创业中误用人工智能相关推荐

  1. 异常检测与误用检测的差异

    异常检测(Anomaly detection) 的假设是入侵者活动异常于正常主体的活动. 根据这一理念建立主体正常活动的"活动简档",将当前主体的活动状况与"活动简档&q ...

  2. 异常检测与误用检测的简单对比

    我的理解是: 异常检测就是建立一个主体正常活动的模型,不符合这个模型的就告警:误用检测/滥用检测就是建立一个主体异常活动的模型,只有符合这个模型的才会告警: 异常检测就像建立一个白名单,不在这个名单里 ...

  3. CoLab - 图像人脸检测_框出人脸

    CoLab - 图像人脸检测_框出人脸 此文章教你如何使用谷歌Colaboratory实现静止图片的人脸检测和划框框. CoLab最大好处:GPU计算速度快! 注: · 国内登陆Colab需使用到梯梯 ...

  4. 模拟人体质检测_网络通信模块

    模拟人体质检测_网络通信模块 Introduction 模拟人体质测试是研一在实验室参与的项目,为期4+个月, 整个项目的架构(数据传输是双向的): 体质测试传感器-stm32-cc2530通信板-c ...

  5. 【文件上传绕过】——后端检测_文件的扩展名检测漏洞

    文章目录 一.漏洞说明: 二.工具: 三.实验环境: 四.实验目的: 五.检测方法: 1. 黑名单: 2. 白名单: 六.绕过方式: 1. 白名单绕过: 1.1 解析漏洞: 1.2 截断上传: 原理: ...

  6. mfc中picture control的用法_可能是最被误用的 HTTP 响应头之一 Cache-Control: must-revalidate

    在 HTTP 客户端(浏览器或者缓存服务器)上,如果某个 URL 对应的缓存过期了,客户端会再次向该 URL 发送一个条件请求(带有If-Modified-Since/If-None-Match请求头 ...

  7. 【目标检测_概述】recent advances in deep learning for object detection_2019

    文章目录 Abstract 1.Introduction 2. Problem Setting 3.Detection Components 3.1 Detection Settings 3.2 De ...

  8. 【目标检测_解耦】 Revisiting the Sibling Head in Object Detector_2020

    论文地址:https://arxiv.org/pdf/2003.07540.pdf 文章目录 Abstract 1. Introduction 2.Methods 2.1 TSD 2.2 Task-a ...

  9. 深度学习用于视频检测_视频如何用于检测您的个性?

    深度学习用于视频检测 视频是新的第一印象! (Videos are the New First Impressions!) Think about the approximate number of ...

  10. 深度学习cnn人脸检测_用于对象检测的深度学习方法:解释了R-CNN

    深度学习cnn人脸检测 介绍 (Introduction) CNN's have been extensively used to classify images. But to detect an ...

最新文章

  1. Hadoop集群安全性:Hadoop中Namenode单点故障的解决方案及详介AvatarNode
  2. Java 学习内容总结
  3. android g920p rom,三星SM-G920P(S6 美国Sprint定制版)一键救砖教程,轻松刷回官方系统...
  4. 去火星的票和背后的故事!
  5. [数据库] Navicat for MySQL事件Event实现数据每日定期操作
  6. 深入理解TCP实现|经典PDF分享
  7. nodejs服务后台持续运行
  8. 网易资深Java架构师:java数组对象转为list集合
  9. IO复用之select、poll、epoll模型
  10. beginnersbook C 语言示例·翻译完成 | ApacheCN
  11. Django学习(一)---基本配置及创建项目、应用
  12. 最后一战 源代码_不会为争冠出卖灵魂!卡特职业生涯最后一章:“半神半人”的切换...
  13. XMLReader—一个可以读取XML文件的java类
  14. 光纤交换机巡检配置常用命令
  15. 各代iphone尺寸_iphone屏幕尺寸比例是多少,iphone各代屏幕尺寸大小介绍
  16. 读书有益——》名家毒舌语录
  17. win7休眠不断网的设置方法
  18. 我的U盘终于中招啦:U盘快捷方式病毒
  19. 文本每三行合并成一行
  20. 免疫治疗之非小细胞肺癌 | MedChemExpress

热门文章

  1. Javascript面向对象之私有静态变量
  2. python脚本修改深度学习标签类别
  3. Improving Opencv9 Eroding and Dilating 和对opencv窗体上有控制按钮的理解
  4. 算法与数据结构 第2章 排序基础 上
  5. 每日一句20191105
  6. 传智播客Java引用和数值类型思考
  7. C++读xml文件, C#解析对应的文件
  8. Atitit code 范例 example code 范例 example 更好一些,将最佳实践融入其中。。目录第一章 Springboot 1第二章 Rest api 1第一节
  9. Atitit cko之道首席知识官之道 attilax著 艾龙著 1. 2 2. 第 1 章 知识管理到底是什么,有什么用/1 2 3. 1.1 知识管理全景/1 1.2 波士顿矩阵/3 1.2.
  10. Atititi 软件界面gui开发之道 attilax著