SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Enernoc smart meter data - forecast electricity consumption with similar day approach in R

转载自:https://petolau.github.io/Forecast-electricity-consumption-with-similar-day-approach-in-R/

未知


发表于 2016-11-12

Deployment of smart grids gives space to an occurrence of new methods of machine learning and data analysis. Smart grids can contain of millions of smart meters, which produce a large amount of data of electricity consumption (long time series). In addition to time series of electricity consumption, we can have extra information about the consumer like ZIP code, type of consumer (consumer vs. prosumer) and so on. These data can be used to support intelligent grid control, make an accurate forecast or to detect anomalies. In this blog post, I will focus on the exploration of available open smart meter data and on the creation of a simple forecast model, which uses similar day approach (will be drawn up in detail below).

阅读全文 »

While We Were Busy with Prosperity

转载自:https://cavaunpeu.github.io/2016/11/10/while-we-were-busy-with-prosperity/

Will Wolf


发表于 2016-11-10

I address this post to my peers - to my liberal, driven, University-educated and multi-cultural counterparts.

阅读全文 »

Demystifying Data Science

转载自:https://datascopeanalytics.com/blog/demystifying-data-science/

Mollie Pettit


发表于 2016-11-10

Data science is the buzzword du jour in many circles. While most who are interested in the field have an inkling of its importance, to outsiders it may be difficult to pinpoint exactly what data science entails. Seeing the need for more clarity, Metis Chicago coordinated an event focused on demystifying data science for those intrigued by the field, or perhaps who are interested in breaking into it themselves.

阅读全文 »

GitHub's one-dimensional view of open source contributions

转载自:http://wesmckinney.com/blog/github-open-source-contributions/

Wes McKinney


发表于 2016-11-07

** Sun 06 November 2016

阅读全文 »

Twitter, Social Bots, and the US Presidential Elections!

转载自:http://www.emilio.ferrara.name/2016/11/07/twitter-social-bots-and-the-us-presidential-elections/

admin


发表于 2016-11-07

阅读全文 »

Learning to Rank Sketchfab Models with LightFM

转载自:http://blog.ethanrosenthal.com/2016/11/07/implicit-mf-part-2/

Ethan Rosenthal


发表于 2016-11-07

In this post we’re going to do a bunch of cool things following up on the last post introducing implicit matrix factorization. We’re going to explore Learning to Rank, a different method for implicit matrix factorization, and then use the library LightFM to incorporate side information into our recommender. Next, we’ll use scikit-optimize to be smarter than grid search for cross validating hyperparameters. Lastly, we’ll see that we can move beyond simple user-to-item and item-to-item recommendations now that we have side information embedded in the same space as our users and items. Let’s go!

阅读全文 »

Aligned Clock Hands

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

未知


发表于 2016-11-04
阅读全文 »

Artificial Neural Networks Introduction (Part II)

转载自:https://algobeans.com/2016/11/03/artificial-neural-networks-intro2/

Kenneth Soo


发表于 2016-11-03

We’ve learned how Artificial Neural Networks (ANN) can be used to recognize handwritten digits in a previous post. In the current post, we discuss additional techniques to improve the accuracy of neural networks. Neural networks have been used successfully to solve problems such as image/audio recognition and language processing (see Figure 1).

阅读全文 »

Paper: A Differentiable Physics Engine for Deep Learning in Robotics

转载自:https://317070.github.io/engine/

未知


发表于 2016-11-03

One of the most important fields in robotics is the optimization of controllers. Currently, robots are often treated as a black box in this optimization process, which is the reason why derivative-free optimization methods such as evolutionary algorithms or reinforcement learning are omnipresent. When gradient-based methods are used, models are kept small or rely on finite difference approximations for the Jacobian. This method quickly grows expensive with increasing numbers of parameters, such as found in deep learning. We propose an implementation of a modern physics engine, which can differentiate control parameters. This engine is implemented for both CPU and GPU. Firstly, this paper shows how such an engine speeds up the optimization process, even for small problems. Furthermore, it explains why this is an alternative approach to deep Q-learning, for using deep learning in robotics. Finally, we argue that this is a big step for deep learning in robotics, as it opens up new possibilities to optimize robots, both in hardware and software.

阅读全文 »

Analyzing Housing Prices in Berkeley

转载自:http://logicx24.github.io/housing-prices-in-berkeley/

Aakash Japi (aakashjapi@berkeley.edu)


发表于 2016-11-02

This project was done with Yika Luo and Shashank Bhargava, who are also both students at UC Berkeley.

阅读全文 »
1 … 348 349 350 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson