<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Prediction of real estate prices in California</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lukas Vrabel ACAI.AI https://acai.ai/</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>The talk will present our e orts over the past year and a half to launch a start-up for US real estate valuation. The start-up called Babcock &amp; Bonbright was built as part of the Central Europe AI portfolio { a start-up studio focused on using arti cial intelligence to innovate in the nancial and healthcare sectors. The presentation will focus mainly on the technological aspect of the project { linking structured data, NLP, and image processing to a comprehensive system for estimating the value of dwellings and apartments using machine learning. Attention will also be paid to the processing of map data, system architecture and data pipeline design. Our pricing models leverage several types of machine learning models in a hierarchical manner. For the pricing estimation, we use socalled \comparables" { recently sold houses that are close and somewhat similar (comparable) to the subject property. The main pricing model is used to compute the adjusted price for each comparable in the neighborhood using gradient boosted decision trees. The comparables are selected by location, feature similarity and image similarity. The pricing model uses features from both the subject property and comparable property, as well as combined features such as distance, image similarity, ratios of selected original features, common categorical features, common points of interest in the area, etc. The nal price estimation for the subject property is determined by averaging price adjustments across all of the comparables. Bulk of the features are created from structured and semi-structured data about the property { public sale records, o ers listings, map and tra c data, school districts, and crime. The text description of the property from the agent/broker listing is also analyzed. Sentiment is extracted by a pretrained sentiment neuron model and rule-based Copyright c 2019 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>VADER model. Additionally, a simple bag-of-words like approach is
used to extract important keywords that correlate positively/negatively
with the price. Both sentiments and keyword occurrence are included
in the property feature vector for the main pricing model.</p>
      <p>Finally, a Deep Convolutional Neural Network is used for analysis
of aerial images. We use transfer learning from standard ImageNet
ResNet-50 model to distinguish between cheap and expensive houses.
Finetuning forces the network to recognize the most important
image patterns for an internal image representation. This representation
together with the network classi cation results then serves as an
additional features for the pricing model.</p>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>