SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

A Neural Network for predicting Restaurant Reservations

转载自:https://www.data-blogger.com/2017/11/30/neural-network-predicting-restaurant-reservation-days/

Kevin Jacobs


发表于 2017-11-30

In this blog post series, we will use a neural network for predicting restaurant reservations. This first post will describe how we can use a neural network for predicting the number of days between the reservation and the actual visit given a number of visitors.

阅读全文 »

House Price Prediction using a Random Forest Classifier

转载自:https://www.data-blogger.com/2017/11/29/house-price-prediction-using-random-forest-classifier/

Kevin Jacobs


发表于 2017-11-29

We will now zoom in on the heatmap we produced earlier by only showing the variables of interest. This could potentially reveal some underlying relations!

阅读全文 »

Java Handwritten Digit Recognition with Neural Networks

转载自:http://ramok.tech/2017/11/29/digit-recognizer-with-neural-networks/

Klevis Ramo


发表于 2017-11-29

Are youJava Developer and eager to learn more about Deep Learning and his applications, but you are not feeling like learning another language at the moment ? Are you facing lack of the support or confusion with Machine Learning and Java?

阅读全文 »

Grosse's challenge: duality and exponential families

转载自:https://www.inference.vc/grosses-challenge/

Ferenc Huszar


发表于 2017-11-29

I wrote this post in response to a challenge by Roger Grosse:

阅读全文 »

Python Tutorial: Learn Python in one Day

转载自:https://www.data-blogger.com/2017/11/28/python-tutorial-learn-python-one-day/

Kevin Jacobs


发表于 2017-11-28

Learn to code Python in this Python coding tutorial in just one day! In this tutorial, you will get your hands dirty and learn the basic principles of Python. Let’s get started!

阅读全文 »

Incremental means and variances

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

未知


发表于 2017-11-28

The arithmetic mean of a collection of numbers is simple to calculate. It’s often simply called the average. The formula is shown below:

阅读全文 »

Sequence Modeling with CTC

转载自:https://distill.pub/2017/ctc

未知


发表于 2017-11-27

Introduction

阅读全文 »

New download API for pretrained NLP models and datasets in Gensim

转载自:https://rare-technologies.com/new-download-api-for-pretrained-nlp-models-and-datasets-in-gensim/

Chaitali Saini


发表于 2017-11-27

There’s no shortage of websites and repositories that aggregate various machine learning datasets and pre-trained models (Kaggle, UCI MLR, DeepDive, individual repos like gloVe, FastText, Quora, blogs, individual university pages…). The only problem is, they all use widely different formats, cover widely different use-cases and go out of service with worrying regularity.

阅读全文 »

Gaussian Processes

转载自:http://efavdb.com/gaussian-processes/

Jonathan Landy


发表于 2017-11-25

We review the math and code needed to fit a Gaussian Process (GP) regressor to data. We conclude with a demo of a popular application, fast function minimization through GP-guided search. The gif below illustrates this approach in action — the red points are samples from the hidden red curve. Using these samples, we attempt to leverage GPs to find the curve’s minimum as fast as possible.

阅读全文 »

Markdown Language Reference

转载自:https://www.data-blogger.com/2017/11/24/markdown-reference/

Kevin Jacobs


发表于 2017-11-24

Markdown is a lightweight markup language just like HTML. It is used on many places, for example on GitHub pages in README files. The files often have the extension “.md”. In this blog post, I will give an overview of the most used components used in the Markdown language.

阅读全文 »
1 … 310 311 312 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson