數據科學學習心得_學習數據科學

數據科學學習心得

蘋果 | GOOGLE | 現貨 | 其他 (APPLE | GOOGLE | SPOTIFY | OTHERS)

Editor’s note: The Towards Data Science podcast’s “Climbing the Data Science Ladder” series is hosted by Jeremie Harris. Jeremie helps run a data science mentorship startup called SharpestMinds. You can listen to the podcast below:

編者按:邁向數據科學播客的“攀登數據科學階梯”系列由杰里米·哈里斯(Jeremie Harris)主持。 杰里米(Jeremie)幫助運營一家名為 SharpestMinds 的數據科學指導創業公司 您可以收聽以下播客:

演示地址

If you’re interested in upping your coding game, or your data science game in general, then it’s worth taking some time to understand the process of learning itself.

如果您有興趣升級您的編碼游戲或總體上的數據科學游戲,那么值得花一些時間來了解學習本身的過程。

And if there’s one company that’s studied the learning process more than almost anyone else, it’s Codecademy. With over 65 million users, Codecademy has developed a deep understanding of what it takes to get people to learn how to code, which is why I wanted to speak to their Head of Data Science, Cat Zhou, for this episode of the podcast.

如果有一家公司對學習過程的研究比幾乎其他任何公司都多,那就是Codecademy。 Codecademy擁有超過6500萬用戶,對如何使人們學習編碼有深入的了解,這就是為什么我想與他們的數據科學負責人Cat Zhou談談本播客的這一集。

Here were some of my favourite take-homes:

以下是一些我最喜歡的地方:

  • There’s a lot of value in cultivating teams with different educational backgrounds. CS majors, economists, business people and die-hard Bayesians all notice different kinds of opportunities in data, and learning how to get these teams to work together is key to managing a data science effort.

    培養具有不同教育背景的團隊具有很多價值。 CS專業,經濟學家,商務人士和頑強的貝葉斯主義者都注意到數據方面的各種機會,而學習如何使這些團隊一起工作對于管理數據科學工作至關重要。
  • People who binge content, and code a whole bunch during a short period of time don’t tend to maintain their coding habit in the long run, according to Codecademy’s data. So spurts of coding activity probably aren’t the best way to go, because they have the same effect as cramming for a test. The key is to find the “sweet spot” of sustainable engagement you need to ensure that coding becomes a long-lasting habit.

    根據Codecademy的數據,對內容進行暴飲暴食并在短時間內進行編碼的人們從長遠來看往往不會保持其編碼習慣。 因此,編碼活動的沖刺可能并不是最好的方法,因為它們的作用與填塞測試的作用相同。 關鍵是找到可持續參與的“最佳位置”,您需要確保編碼成為一種長期習慣。
  • As data science is being taken more and more seriously, data teams are integrating more closely with product teams, which have come to rely on them to help guide the development of new features. As a result, data scientists need to develop good product instincts to be able to communicate with the product managers, designers and developers who depend on them to get a complete picture of user behavior.

    隨著數據科學越來越受到重視,數據團隊與產品團隊的集成越來越緊密,而產品團隊則依靠它們來幫助指導新功能的開發。 因此,數據科學家需要發展良好的產品直覺,以便能夠與依賴它們的產品經理,設計人員和開發人員進行溝通,以全面了解用戶行為。

You can also follow Cat on Twitter here to keep up with her work, and me here.

您也可以按照貓在Twitter這里跟上她的工作,而我在這里 。

翻譯自: https://towardsdatascience.com/the-data-science-of-learning-e8a5a960f746

數據科學學習心得

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/389485.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/389485.shtml
英文地址,請注明出處:http://en.pswp.cn/news/389485.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

Keras框架:Alexnet網絡代碼實現

網絡思想: 1、一張原始圖片被resize到(224,224,3); 2、使用步長為4x4,大小為11的卷積核對圖像進行卷積,輸出的特征層為96層, 輸出的shape為(55,55,96); 3、使用步長為2的最大池化層進行池化,此時…

PHP對象傳遞方式

<?phpheader(content-type:text/html;charsetutf-8);class Person{public $name;public $age;}$p1 new Person;$p1->name 金角大王;$p1->age 400;//這個地方&#xff0c;到底怎樣?$p2 $p1;$p2->name 銀角大王;echo <pre>;echo p1 name . $p1->n…

微軟Azure CDN現已普遍可用

微軟宣布Azure CDN一般可用&#xff08;GA&#xff09;&#xff0c;客戶現在可以從微軟的全球CDN網絡提供內容。最新版本是對去年五月份發布的公眾預覽版的跟進。\\今年5月&#xff0c;微軟與Verizon和Akamai一起推出了原生CDN產品。現在推出了GA版本&#xff0c;根據發布博文所…

數據科學生命周期_數據科學項目生命周期第1部分

數據科學生命周期This is series of how to developed data science project.這是如何開發數據科學項目的系列。 This is part 1.這是第1部分。 All the Life-cycle In A Data Science Projects-1. Data Analysis and visualization.2. Feature Engineering.3. Feature Selec…

Keras框架:VGG網絡代碼實現

VGG概念&#xff1a; VGG之所以經典&#xff0c;在于它首次將深度學習做得非常“深”&#xff0c;達 到了16-19層&#xff0c;同時&#xff0c;它用了非常“小”的卷積核&#xff08;3X3&#xff09;。 網絡框架&#xff1a; VGG的結構&#xff1a; 1、一張原始圖片被resize…

Django筆記1

內容整理1.創建django工程django-admin startproject 工程名2.創建APPcd 工程名python manage.py startapp cmdb3.靜態文件project.settings.pySTATICFILES_dirs {os.path.join(BASE_DIR, static),}4.模板路徑DIRS > [os.path.join(BASE_DIR, templates),]5.settings中mid…

BZOJ 2003 [Hnoi2010]Matrix 矩陣

題目鏈接 https://www.lydsy.com/JudgeOnline/problem.php?id2003 題解 考慮搜索。 確定了第一行和第一列&#xff0c;那么就確定了整個矩陣&#xff0c;因此搜索的范圍可以降到399個位置。 首先搜索第一行&#xff0c;顯然每個不是第一行第一列的位置都可以由三個位置唯一確定…

Keras框架:resent50代碼實現

Residual net概念 概念&#xff1a; Residual net(殘差網絡)&#xff1a;將靠前若干層的某一層數據輸出直接跳過多層引入到后面數據層的輸入 部分。 殘差神經單元&#xff1a;假定某段神經網絡的輸入是x&#xff0c;期望輸出是H(x)&#xff0c;如果我們直接將輸入x傳到輸出作…

MySQL數據庫的回滾失敗(JAVA)

這幾天在學習MySQL數據的知識&#xff0c;有一個小測試&#xff0c;用來測試數據庫的提交和回滾。 剛開始的時候真的沒把這個當回事&#xff0c;按照正常的步驟來講的話&#xff0c;如下所示&#xff0c;加載驅動&#xff0c;獲取數據庫的連接&#xff0c;并且把數據庫的自動提…

條件概率分布_條件概率

條件概率分布If you’re currently in the job market or looking to switch careers, you’ve probably noticed an increase in popularity of Data Science jobs. In 2019, LinkedIn ranked “data scientist” the №1 most promising job in the U.S. based on job openin…

MP實戰系列(十七)之樂觀鎖插件

聲明&#xff0c;目前只是僅僅針對3.0以下版本&#xff0c;2.0以上版本。 意圖&#xff1a; 當要更新一條記錄的時候&#xff0c;希望這條記錄沒有被別人更新 樂觀鎖實現方式&#xff1a; 取出記錄時&#xff0c;獲取當前version 更新時&#xff0c;帶上這個version 執行更新時…

二叉樹刪除節點,(查找二叉樹最大值節點)

從根節點往下分別查找左子樹和右子樹的最大節點&#xff0c;再比較左子樹&#xff0c;右子樹&#xff0c;根節點的大小得到結果&#xff0c;在得到左子樹和右子樹最大節點的過程相似&#xff0c;因此可以采用遞歸的 //樹節點結構 public class TreeNode { TreeNode left;…

Tensorflow框架:InceptionV3網絡概念及實現

卷積神經網絡遷移學習-Inception ? 有論文依據表明可以保留訓練好的inception模型中所有卷積層的參數&#xff0c;只替換最后一層全連接層。在最后 這一層全連接層之前的網絡稱為瓶頸層。 ? 原理&#xff1a;在訓練好的inception模型中&#xff0c;因為將瓶頸層的輸出再通過…

View詳解(4)

在上文中我們簡單介紹了Canvas#drawCircle()的使用方式&#xff0c;以及Paint#setStyle(),Paint#setStrokeWidth(),Paint#setColor()等相關函數&#xff0c;不知道小伙伴們了解了多少&#xff1f;那么是不是所有的圖形都能通過圓來描述呢&#xff1f;當然不行&#xff0c;那么熟…

成為一名真正的數據科學家有多困難

Data Science and Machine Learning are hard sports to play. It’s difficult enough to motivate yourself to sit down and learn some maths, let alone to becoming an expert on the matter.數據科學和機器學習是一項艱巨的運動。 激勵自己坐下來學習一些數學知識是非常…

Ubuntu 裝機軟件

Ubuntu16.04 軟件商店閃退打不開 sudo apt-get updatesudo apt-get dist-upgrade# 應該執行一下更新就好&#xff0c;不需要重新安裝軟件中心 sudo apt-get install –reinstall software-center Ubuntu16.04 深度美化 https://www.jianshu.com/p/4bd2d9b1af41 Ubuntu18.04 美化…

數據分析中的統計概率_了解統計和概率:成為專家數據科學家

數據分析中的統計概率Data Science is a hot topic nowadays. Organizations consider data scientists to be the Crme de la crme. Everyone in the industry is talking about the potential of data science and what data scientists can bring in their BigTech and FinT…

Keras框架:Mobilenet網絡代碼實現

Mobilenet概念&#xff1a; MobileNet模型是Google針對手機等嵌入式設備提出的一種輕量級的深層神經網絡&#xff0c;其使用的核心思想便是depthwise separable convolution。 Mobilenet思想&#xff1a; 通俗地理解就是3x3的卷積核厚度只有一層&#xff0c;然后在輸入張量上…

clipboard 在 vue 中的使用

簡介 頁面中用 clipboard 可以進行復制粘貼&#xff0c;clipboard能將內容直接寫入剪切板 安裝 npm install --save clipboard 使用方法一 <template><span>{{ code }}</span><iclass"el-icon-document"title"點擊復制"click"co…

數據驅動開發_開發數據驅動的股票市場投資方法

數據驅動開發Data driven means that your decision are driven by data and not by emotions. This approach can be very useful in stock market investment. Here is a summary of a data driven approach which I have been taking recently數據驅動意味著您的決定是由數據…