SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

AI and Deep Learning in 2017 – A Year in Review

转载自:http://www.wildml.com/2017/12/ai-and-deep-learning-in-2017-a-year-in-review/

Denny Britz


发表于 2017-12-31

The year is coming to an end. I did not write nearly as much as I had planned to. But I’m hoping to change that next year, with more tutorials around Reinforcement Learning, Evolution, and Bayesian Methods coming to WildML! And what better way to start than with a summary of all the amazing things that happened in 2017? Looking back through my Twitter history and the WildML newsletter, the following topics repeatedly came up. I’ll inevitably miss some important milestones, so please let me know about it in the comments!

阅读全文 »

Python Data Science jobs list into 2018

转载自:http://ianozsvald.com/2017/12/31/python-data-science-jobs-list-into-2018/

Ian


发表于 2017-12-31

I’ve been building my data-science jobs list for a couple of years now. Almost 800 folk are on the list, they receive an email update once every two weeks containing around seven job ads. Many active members of PyDataLondon are on the list.

阅读全文 »

Linked Lists

转载自:http://datagenetics.com/blog/december12017/index.html

未知


发表于 2017-12-28

Linked Lists are incredibly useful programming data structures; they store both data and order information in a dynamic way. Before delving too deep, however, let’s first examine another staple data structure of programmers, arrays.

阅读全文 »

2017 Winners and Losers

转载自:http://www.quintuitive.com/2017/12/27/2017-winners-losers/

quintuitive


发表于 2017-12-27

At this point it is pretty clear that the stock market was a yuge winner in 2017. So was bitcoin. How did other assets do? Currencies? Energies? Let’s take a look.

阅读全文 »

Weekly Review: 12/23/2017

转载自:https://codesachin.wordpress.com/2017/12/24/weekly-review-12-23-2017/

srjoglekar246


发表于 2017-12-23

Happy Holidays people! If you live in the Bay Area then the next week is probably your time off, so I hope you have fun and enjoy the holiday season! As for Robotics, I just finished Week 2 of Perception, and will probably kick off Week 3 in 2018. I am excited for the last ‘real’ course (Estimation & Learning), and then building my own robot as part of the ‘Capstone’ project after that :-D.

阅读全文 »

Setting Up Selenium on RaspberryPi 2/3

转载自:http://www.erogol.com/setting-selenium-raspberrypi-23/

erogol


发表于 2017-12-22

Selenium is a great tool for Internet scraping or automated testing for websites. I personally use it for scrapping on dynamic content website in which the content is created by JavaScript routines. Lately, I also tried to run Selenium on Raspberry and found out that it is not easy to install all requirements. Here I like to share my commands to make things easier for you.

阅读全文 »

Large-Scale Health Data Analytics with OHDSI

转载自:http://blog.cloudera.com/blog/2017/12/large-scale-health-data-analytics-with-ohdsi/

Cy Jervis


发表于 2017-12-21

Data analytics is increasingly being brought to bear to treat human disease, but as more and more health data is stored in computer databases, one significant challenge is how to perform analyses across these disparate databases. In this post I take a look at the Observational Health Data Sciences and Informatics (or OHDSI, pronounced “Odyssey”) program that was formed to address this challenge, and which today accounts for 1.26 billion patient records collectively stored across 64 databases in 17 countries.

阅读全文 »

k-server, part 2: continuous time mirror descent

转载自:https://blogs.princeton.edu/imabandit/2017/12/20/k-server-part-2-continuous-time-mirror-descent/

Sebastien Bubeck


发表于 2017-12-20

We continue our -server series (see post 1 here). In this post we briefly discuss the concept of a fractional solution for -server, which by analogy with MTS will in fact be a fractional “anti-solution”. Then we introduce the continuous time version of MTS and explain how it applies for -server. Finally the most important part of the post is the description of the basic potential based analysis of mirror descent and how to interpret it in the context of MTS.

阅读全文 »

Simulating Chutes & Ladders in Python

转载自:http://jakevdp.github.io/blog/2017/12/18/simulating-chutes-and-ladders/

Jake VanderPlas


发表于 2017-12-18

Instead of brute force simulation, we might think about the game probabilistically. On any given turn, there are six equally probable options: rolling a 1, 2, 3, 4, 5, or 6. Depending on which space you start on, these lead to six well-defined results. For example, the first turn, the possibilities are the squares 38, 2, 3, 14, 5, or 6, each with equal probability. We could encode this set of probabilities as a vector of length 101, with 1/6 in each associated index (here the zeroth element represents the start of the game, off of the board):

阅读全文 »

Why mere Machine Learning cannot predict Bitcoin price

转载自:http://www.erogol.com/cannot-predict-bitcoin-price-vanilla-machine-learning/

erogol


发表于 2017-12-18

Lately, I study time series to see something more out the limit of my experience. I decide to use what I learn in cryptocurrency price predictions with a hunch of being rich. Kidding? Or not :). As I see more about the intricacies of the problem I got deeper and I got a new challenge out of this. Now, I am in a process of creating something new using traditional machine learning to latest reinforcement learning achievements.

阅读全文 »
1 … 307 308 309 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson