SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

A tour of Factor: 1

转载自:http://rnduja.github.io/2016/05/23/a-tour-of-factor-1/

未知


发表于 2016-05-23

This series is a repost from A panoramic tour of Factor. I will split the original tutorial in more manageable chunks, but the content will stay mostly the same.

阅读全文 »

Piano Keyboards

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

未知


发表于 2016-05-22
阅读全文 »

.new_item for python lists

转载自:http://arogozhnikov.github.io/2016/05/22/new-item-for-lists.html

未知


发表于 2016-05-22

Simple but neat python class AppendableList is introduced and explained in this post.

阅读全文 »

Build your own Deep Learning Box

转载自:https://algobeans.com/2016/05/19/build-a-deep-learning-box/

hhchin87


发表于 2016-05-19

Deep learning is a technique used to solve complex problems such as natural language processing and image recognition. We are now able to solve these computational problems quickly, thanks to a component called the Graphics Processing Unit (GPU). Originally used to generate high-resolution computer images at fast speeds, the GPU’s computational efficiency makes it ideal for executing deep learning algorithms. Analysis which used to take weeks can now be completed in a few days.

阅读全文 »

IP string to integer conversion with Rcpp

转载自:http://opiateforthemass.es/articles/IPintegers/

Christoph Safferling


发表于 2016-05-19

IP address conversion

阅读全文 »

Q & A with Meta Brown

转载自:https://datascopeanalytics.com/blog/q-a-with-meta-brown/

Mollie Pettit


发表于 2016-05-18

阅读全文 »

Top 8 resources for learning data analysis with pandas

转载自:https://www.dataschool.io/best-python-pandas-resources/

Kevin Markham


发表于 2016-05-16

Intro to pandas data structures: This is the first post in Greg Reda’s classic three-part pandas tutorial (part 2, part 3). It’s highly readable, presents the “right” level of detail for a pandas beginner, and includes lots of useful examples.

阅读全文 »

Vanilla Neural Nets

转载自:https://cavaunpeu.github.io/2016/05/15/vanilla-neural-nets/

Will Wolf


发表于 2016-05-16

To better understand neural networks, I’ve decided to implement several from scratch.

阅读全文 »

Sequence prediction using recurrent neural networks(LSTM) with TensorFlow

转载自:http://mourafiq.com/2016/05/15/predicting-sequences-using-rnn-in-tensorflow.html

未知


发表于 2016-05-14

This post tries to demonstrates how to approximate a sequence of vectors using a recurrent neural networks, in particular I will be using the LSTM architecture, The complete code used for this post could be found here. Most of the examples I found in the internet apply the LSTM architecture to natural language processing problems, and I couldn’t find an example where this architecture could be used to predict continuous values.

阅读全文 »

Meanshift Algorithm for the Rest of Us (Python)

转载自:http://www.chioka.in/meanshift-algorithm-for-the-rest-of-us-python/

未知


发表于 2016-05-14

Meanshift is a clustering algorithm that assigns the datapoints to the clusters iteratively by shifting points towards the mode. The mode can be understood as the highest density of datapoints (in the region, in the context of the Meanshift). As such, it is also known as the mode-seeking algorithm. Meanshift algorithm has applications in the field of image processing and computer vision.

阅读全文 »
1 … 368 369 370 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson