SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Introducing Python for data scientists - Pt2

转载自:https://itsalocke.com/blog/introducing-python-for-data-scientists---pt2/

未知


发表于 2018-03-23

This second part of the ‘Python for Data Scientists’ post talks about the specifics of Python for data scientists. Part 1 of Python for Data Scientists talks about Python generally and can be found here.

阅读全文 »

Crossing Your Data Science Chasm

转载自:https://www.codementor.io/jchao_tresl/crossing-your-data-science-chasm-hsqtom6ay

John Chao (Tresl)


发表于 2018-03-22

An analytics roadmap for growth

阅读全文 »

Time Series for scikit-learn People (Part II): Autoregressive Forecasting Pipelines

转载自:http://blog.ethanrosenthal.com/2018/03/22/time-series-for-scikit-learn-people-part2/

Ethan Rosenthal


发表于 2018-03-22

How do I make and use an ARIMA model?¶

阅读全文 »

How many college football teams can you watch in-person in one football season?

转载自:http://www.randalolson.com/2018/03/20/how-many-college-football-teams-can-you-watch-in-person-in-one-football-season/

Randy Olson


发表于 2018-03-21

The college football season once again came to an end back in January, which now leaves us college football fans with nothing to do but post football memes online and feign interest in other sports until August rolls around again. This year, I’ve decided to jump the gun and start planning ahead for the 2018 college football season. With the 2018 college football season schedule already announced, we can start planning our vacations to see our favorite teams, rivalry games, and stadiums.

阅读全文 »

Notes on the Frank-Wolfe algorithm, Part I

转载自:http://fa.bianp.net/blog/2018/notes-on-the-frank-wolfe-algorithm-part-i/

Fabian Pedregosa


发表于 2018-03-20

This blog post is the first in a series discussing different theoretical and practical aspects of the Frank-Wolfe algorithm.

阅读全文 »

Engineering Data Science at Automattic

转载自:https://yanirseroussi.com/2018/03/21/engineering-data-science-at-automattic/

Yanir Seroussi


发表于 2018-03-20

Most data scientists have to write code to analyze data or build products. While coding, data scientists act as software engineers. Adopting best practices from software engineering is key to ensuring the correctness, reproducibility, and maintainability of data science projects. This post describes some of our efforts in the area.

阅读全文 »

Deterministic A/B tests via the hashing trick

转载自:https://www.chrisstucchio.com/blog/2018/deterministic_ab_test.html?utm_medium=rss&utm_source=rss&utm_campaign=rss

Chris Stucchio


发表于 2018-03-20

In principle A/B testing is really simple. To do it you need to define two separate user experiences, and then randomly allocate users between them:

阅读全文 »

Why you should start using .npy file more often…

转载自:https://www.codementor.io/tirthajyotisarkar/why-you-should-start-using-npy-file-more-often-hs8dwicsq

Tirthajyoti Sarkar


发表于 2018-03-20

Data science needs fast computation and transformation of data. Native NumPy objects in Python provides that advantage over regular programming objects. It works for as simple a task as reading numeric data set from a file on the disk. We demonstrate it in few easy lines of code.

阅读全文 »

Distributed Deep Learning with Polyaxon

转载自:http://mourafiq.com/2018/03/19/distributed-deep-learning-on-polyaxon.html

未知


发表于 2018-03-18

A short tutorial that shows how you can train deep learning models in a distributed way with Tensorflow, MXNet, and Pytorch in Polyaxon.

阅读全文 »

Two cool features of Python NumPy: Mutating by slicing and Broadcasting

转载自:https://www.codementor.io/tirthajyotisarkar/two-cool-features-of-python-numpy-mutating-by-slicing-and-broadcasting-hoihup61p

Tirthajyoti Sarkar


发表于 2018-03-17

阅读全文 »
1 … 298 299 300 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson