快速数据库框架_快速学习新的数据科学概念的框架

快速数据库框架

重点 (Top highlight)

数据科学 (Data Science)

Success in data science and software engineering depends on our ability to continuously learn new models and concepts.

数据科学和软件工程的成功取决于我们不断学习新模型和概念的能力。

Both domains are infinitely large umbrellas of nested ideas.

这两个领域都是嵌套思想的无限大伞。

While you can spend decades in a specific branch of NLP, many of use are generalists and need to constantly acquire new knowledge.

尽管您可以在NLP的特定分支上花费数十年的时间,但许多用途是通才,需要不断获取新知识。

Here’s my framework for doing this quickly.

这是我快速执行此操作的框架。

不要以数学或科学论文开头 (Do not start with math or scientific papers)

Math is overrated.

数学被高估了。

这对两件事很有用: (It’s useful for 2 things:)

  1. It gives an intuition for how things work.

    它为事物的工作方式提供了直觉。
  2. It allows coding algorithms without using an existing package

    它允许编码算法而无需使用现有程序包

轶事: (Anecdotally:)

The former is useful when tuning models.

前者在调整模型时很有用。

The later is useful when I need an algorithm in a Ruby but packages supporting it only exist in Python.

当我需要Ruby中的算法但是支持它的程序包仅存在于Python中时,后者很有用。

Math is never the first step.

数学绝不是第一步。

观看youtube视频,以高水平掌握它 (Watch a youtube video to grasp it at a high level)

Watch a couple videos. You can find them covering most concepts.

观看几个视频。 您会发现它们涵盖了大多数概念。

Don’t try to understand specific technicalities at this point. Just develop a high level idea of what it does and how it’s different from related concepts.

此时不要尝试了解特定的技术。 只要对它的功能以及与相关概念的不同之处有一个高级的了解即可。

Videos are great because images cut through the technical jargon that often makes written explanations seem more complicated than reality.

视频之所以如此出色,是因为图像突破了技术行话,往往使书面说明显得比现实复杂。

Get to the point where you can describe the concept in a few sentences. At this point, it’s useful imagining that you’re explaining it to a non-technical colleague.

到达可以用几句话描述这个概念的地步。 在这一点上,想象您正在向非技术同事解释它很有用。

使一些代码正常工作 (Get some code working)

Find a code snippet online.

在线查找代码段。

You can often google “concept” + “python tutorial” to find code. Otherwise, find a related library and review the docs, or search related tags on Stack Overflow.

您通常可以通过Google“概念” +“ Python教程”来查找代码。 否则,找到一个相关的库并查看文档,或在Stack Overflow上搜索相关的标签。

Expect to wrestle with conflicting packages and APIs that differ between versions at this point. Always use a virtual environment to keep your machine clean!

期望此时解决版本之间不同的冲突软件包和API。 始终使用虚拟环境来保持机器清洁!

Get some code working. Change variables. Break it.

使一些代码正常工作。 更改变量。 打破它。

Look at how the data changes at each step.

查看数据在每个步骤中如何变化。

You’re laying the groundwork that you’ll mentally attach a deeper understanding to later.

您正在奠定基础,以后将在头脑上加深了解。

分解概念中的步骤 (Break down the steps in the concept)

Go back to youtube.

返回youtube。

Write out its steps on paper. Draw a flowchart and revise it as you better understand the concept.

在纸上写下它的步骤。 绘制流程图并对其进行修改,以使您更好地理解该概念。

High-level — what components and different steps occur?

高级别-发生了哪些组件和不同的步骤?

Isolate the setup (preprocessing) from the model itself that you’re learning.

从您正在学习的模型本身中隔离设置(预处理)。

(可选)复习数学并阅读论文 ((Optional) Review the math and read papers)

Dig into each step.

深入每一步。

Understand the math.

了解数学。

This is most beneficial if you already have experience with adjacent concepts. Reviewing an advanced paper in a domain you have no experience with will sink A LOT of time.

如果您已经有相邻概念的经验,这将是最有益的。 在您没有经验的领域中审阅高级论文会浪费很多时间。

Now lay the math on top of your previous steps. Again, Khan Academy and YouTube can be helpful here.

现在,将数学放在您之前的步骤之上。 同样,可汗学院和YouTube在这里可能会有所帮助。

我通常仅在以下情况下采取此步骤: (I typically only take this step if:)

  1. An MVP (base-case) is complete and is ready to be optimized

    MVP(基本情况)已完成,可以进行优化了
  2. It’s genuinely interesting

    真的很有趣
  3. I need to evaluate tradeoffs between technical options

    我需要评估技术选择之间的权衡

用它建造东西 (Build something with it)

Use it or lose it.

使用它或失去它。

Personally, I don’t remember anything I only read about.

就个人而言,我不记得我只读过的任何东西。

Apply it to your own use-case. The important piece here is to apply it in a completely different situation than the example you learned it on.

将其应用于您自己的用例。 这里重要的一点是将它应用于与您所学到的示例完全不同的情况。

While reviewing the landscape of concepts in a domain is useful, it’ll be more readily available to you (when you need it) if you’ve applied it previously.

回顾领域中概念的概况很有用,但是如果您之前已经应用过它,那么在需要时将更容易使用。

Build something simple.

构建简单的东西。

结论 (Conclusion)

That’s it.

而已。

Additionally, learn things adjacent to what you already know. Foundations are underrated. You can’t learn calculus without basic arithmetic.

此外,学习与您已经知道的知识相邻的事物。 基金会被低估了。 没有基本的算术就无法学习微积分。

Now go learn some stuff. And use it (for good)!

现在去学习一些东西。 并使用它(永远)!

翻译自: https://towardsdatascience.com/a-framework-for-learning-new-data-science-concepts-quickly-4a691250dc5c

快速数据库框架

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/387943.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Linux实战教学笔记12:linux三剑客之sed命令精讲

第十二节 linux三剑客之sed命令精讲 标签(空格分隔): Linux实战教学笔记-陈思齐 ---更多资料点我查看 1,前言 我们都知道,在Linux中一切皆文件,比如配置文件,日志文件,启动文件等等。…

activiti 为什么需要采用乐观锁?

乐观锁 为什么需要采用乐观锁? 由于activiti一个周期的transaction时间可能比较长,且同一流程实例中存在任务并发执行等场景。设计者将update、insert、delete事务性的操作推迟至command结束时完成,这样尽量降低锁冲突的概率,由…

Python实现三级菜单(字典和列表的使用)

menu { 北京: { 海淀: { 五道口: { soho: {}, 网易: {}, google: {} }, 中关村: { 爱奇艺: {}, 汽车之家: {}, 优酷: {} …

停止使用p = 0.05

How many of you use p0.05 as an absolute cut off? p ≥ 0.05 means not significant. No evidence. Nada. And then p < 0.05 great it’s significant. This is a crude way of using p-values, and hopefully I will convince you of this.你们中有多少人使用p 0.05作…

centos7系统根目录扩容

比如 点击了后 点击创建虚拟磁盘 选择一个 20G 然后启动虚拟机使用fdisk查看所有的磁盘 看是否新增了一个20G的硬盘 [rootlocalhost ~]# fdisk -l磁盘 /dev/sda&#xff1a;8589 MB, 8589934592 字节&#xff0c;16777216 个扇区 Units 扇区 of 1 * 512 512 bytes 扇区大小(…

instrumentation模拟很多activity的操作

android.app.Instrumentation好像原来是用来做测试的, 可以用来模拟很多activity的操作 主要代码如下 如果在文本框中输入24,或者25 点击按钮就能模拟音量加减键 键值可以查看android.view.KeyEvent [java] view plaincopy package com.qefee.testinstrumentation; import…

成像数据更好的展示_为什么更多的数据并不总是更好

成像数据更好的展示Over the past few years, there has been a growing consensus that the more data one has, the better the eventual analysis will be.在过去的几年中&#xff0c;越来越多的共识是&#xff0c;数据越多&#xff0c;最终的分析就越好。 However, just a…

支付宝架构

支付宝系统架构图如下&#xff1a; 支付宝架构文档有两个搞支付平台设计的人必须仔细揣摩的要点。 一个是账务处理。在记账方面&#xff0c;涉及到内外两个子系统&#xff0c;外部子系统是单边账&#xff0c;满足线上性能需求&#xff1b;内部子系统走复式记账&#xff0c;满足…

怎样可以跨进程测试

在Android系统下模拟鼠标键盘等输入设备&#xff0c;网络上资料非常多。但不少是人云亦云&#xff0c;甚至测试都不愿测试一下就抄上来了。这次写一点体会&#xff0c;当作抛砖引玉。0. 背景知识&#xff1a;众所周知&#xff0c;Android是将Framework架在Linux之上的系统。Lin…

Android Studio 导入新工程项目

1 导入之前先修改工程下相关文件 1.1 只需修改如下三个地方1.2 修改build.gradle文件 1.3 修改gradle/wrapper/gradle-wrapper.properties 1.4 修改app/build.gradle 2 导入修改后的工程 2.1 选择File|New|Import Project 2.2 选择修改后的工程 如果工程没有变成AS符号&#xf…

马蜂窝张矗:绩效考核是为了激发工作潜力,而不是逃避问题

3 月 23 日&#xff0c;由高端技术领导者社交平台 TGO 鲲鹏会主办的 GTLC 全球技术领导峰会分站首站在北京举行。会上马蜂窝技术副总裁 \u0026amp; TGO 鲲鹏会会员张矗发表了主题为“我在马蜂窝的技术管理实践”的演讲。本文根据其演讲整理而成。大家好&#xff0c;我是来自马蜂…

vue domo网站_DOMO与Tableau-逐轮

vue domo网站Let me be your BI consultant. Best yet, let me be your free consultant on the following question:让我成为您的BI顾问。 最好的是&#xff0c;让我成为您的免费顾问 &#xff0c;解决以下问题&#xff1a; DOMO vs. Tableau — What should I use?DOMO vs.…

fiddler抓包1-抓小程序https包

抓小程序包和抓app包是一样的操作方法&#xff1b;安卓用fiddler&#xff0c;ios用charles&#xff1b; 一、环境准备 1.电脑已装最新版fiddler 2.手机和电脑在同一局域网 二、fiddler设置 1.fiddler>Tools>Options>HTTPS 勾选Capture HTTPS CONNECTs 及下边的子项&am…

多态使用的前提

1&#xff1a;必须是继承&#xff08;extends&#xff09;&#xff0c;实现&#xff08;implements&#xff09; 才行2&#xff1a;必须要重写&#xff08;覆盖&#xff09;父类的方法。转载于:https://www.cnblogs.com/liyunchuan/p/10663788.html

Linux下的 FTP

1.安装vsftpd yum install vsftpd 2.启动/重启/关闭vsftpd服务器 [rootlocalhost ftp]# /sbin/service vsftpd restart Shutting down vsftpd: [ OK ] Starting vsftpd for vsftpd: [ OK ] OK表示重启成功了. 启动和关闭分别把restart改为start/stop即可. 如果是源码安装的,到…

python入门23 pymssql模块(python连接sql server增删改数据 )

增删改数据必须connect.commit()才会生效 回滚函数 connect.rollback() 连接数据库 dinghanhua sql server增删改 import pymssqlserver 192.168.1.1 user user password 111111 database testdbconnect pymssql.connect(server server,user user,passwordpassword,da…

每个人都应该使用的Python 3中被忽略的3个功能

重点 (Top highlight)Python 3 has been around for a while now, and most developers — especially those picking up programming for the first time — are already using it. But while plenty of new features came out with Python 3, it seems like a lot of them ar…

iframe自适应高度

为什么需要使用iframe自适应高度呢&#xff1f;其实就是为了美观&#xff0c;要不然iframe和窗口长短大小不一&#xff0c;看起来总是不那么舒服&#xff0c;特别是对于我们这些编程的来说&#xff0c;如鲠在喉的感觉。 首先设置样式 body{margin:0; padding:0;} 如果不设置bod…

.Net转Java自学之路—SpringMVC框架篇八(RESTful支持)

RESTful架构&#xff0c;REST即Representational State Transfer。表现层状态转换&#xff0c;就是目前最流行的一种互联网软件架构。它结构清晰、符合标准、易于理解、扩展方便&#xff0c;所以得到越来越多网站的采用。 RESTful其实就是一个开发理念&#xff0c;是对http的很…

冲刺第七天

今天任务进行情况&#xff1a;今天我们将我们的游戏导到界面形成可用的应用程序&#xff0c;并且进行调试与运行&#xff0c;让同学试玩&#xff0c;发现了困难并加以改正。 遇到的困难及解决方法&#xff1a; 运行时发现游戏界面中UI的button和image的位置会随分辨率的不同而发…