ArticlePDF Available

The Neural Network House: An Environment that Adapts to its Inhabitants

Authors:

Abstract

Although the prospect of computerized homes has a long history, ho/ne automation has never become terribly popular because the benefits are seldom seen to outweigh the costs. One significant cost of an automated home is that someone has to program it to behave appropriately. Typical inhabit- ants do not want to program simple devices such as VCRs, let alone a much broader range of electronic devices, appli- ances, and comfort systems that have even greater function- ality. We describe an alternative approach t in which the goal is for the home to essentially program itself by observing the lifestyle and desires of the inhabitants, and learning to antic- ipate and accommodate their needs. The system we have developed controls basic residential comfort systems--air heating, lighting, ventilation, and water heating. We have constructed a prototype system in an actual residence, and describe initial results and the current state of the project.
The Neural Network House:
An Environment that Adapts to its Inhabitants
Michael C. Mozer
Department of Computer Science and
Institute of Cognitive Science
University of Colorado
Boulder, CO 80309-0430
mozer@colorado, edu
Abstract
Although the prospect of computerized homes has a long
history, ho/ne automation has never become terribly popular
because the benefits are seldom seen to outweigh the costs.
One significant cost of an automated home is that someone
has to program it to behave appropriately. Typical inhabit-
ants do not want to program simple devices such as VCRs,
let alone a much broader range of electronic devices, appli-
ances, and comfort systems that have even greater function-
ality. We describe an alternative approach t in which the goal
is for the home to essentially program itself by observing the
lifestyle and desires of the inhabitants, and learning to antic-
ipate and accommodate their needs. The system we have
developed controls basic residential comfort systems--air
heating, lighting, ventilation, and water heating. We have
constructed a prototype system in an actual residence, and
describe initial results and the current state of the project.
Introduction
Since the mid 1940s, the home automation industry has
promised to revolutionize our living environments. The so-
called "smart home" has been hyped in the popular press.
The vision of the. industry is that household devices--appli-
ances, entertainment centers, utilities, thermostats, lights,
etc.--will be endowed with microprocessors that allow the
devices to communicate with one another and thereby
behave intelligently. The dishwasher can ask the hot water
heater whether it has sufficient capacity to operate; inhabit-
ants can telephone home and remotely instruct the VCR to
record a favorite show; the TV might lower its volume
when the phone rings; or the clothes dryer might make an
announcement over an intercom system when it has com-
pleted its cycle.
As attractive as this scenario is, the software required to
achieve the intelligence is highly complex and unwieldy,
and worse, the software must be tailored to a particular
home and family, and updated as the family’s lifestyle
changes. Tackling the programming task is far beyond the
capabilities and interest of typical home inhabitants.
Indeed, even rudimentary forms of regulation, such as oper-
ating a set back thermostat, which allows different tempera-
t.ure settings depending on the time of day, are inordinately
difficult for people (Gregorek, 1991). The alternative of hir-
ing professional technicians to update programs as neces-
sary is used in some commercial systems, but is costly and
inconvenient. Partly due to these difficulties in program-
ming, home automation has never become a widely avail-
able and accepted technology.
In contrast to standard computerized homes that can be
programmed to perform various functions, the crux of our
project is to develop a home that essentially programs itself
by observing the lifestyle and desires of the inhabitants, and
learning to anticipate and accommodate their needs. The
system we have developed controls basic residential com-
fort systems--air heating, lighting, ventilation, and water
heating.
ACHE
we call the system ACHE, which stands for adaptive cor/-
trol of home _environments. ACHE monitors the environ-
ment, observes the actions taken by occupants (e.g.,
adjusting the thermostat; turning on a particular configura-
tion of lights), and attempts to infer patterns in the environ-
ment that predict these actions.
ACHE has two objectives. One is anticipation of inhabit-
ants’ needs. Lighting, air temperature, and ventilation
should be maintained to the inhabitants’ comfort; hot water
should be available on demand. When inhabitants manually
adjust environmental setpoints, it is an indication that their
needs have not been satisfied and will serve as a training
signal for ACHE. If ACHE can learn to anticipate needs,
manual control of the environment will be avoided. The
second objective of ACHE is energy conservation. Lights
should be set to the minimum intensity required; hot water
should be maintained at the minimum temperature needed
to satisfy the demand; only rooms that are likely to be occu-
II0
From: AAAI Technical Report SS-98-02. Compilation copyright © 1998, AAAI (www.aaai.org). All rights reserved.
Figure 1. The Neural Network House, circa 1926.
pied in the near future should be heated; when several
options exist to heat a room (e.g., furnace, ceiling fans forc-
ing hot air down, opening blinds to admit sunlight), the
alternative minimizing expected energy consumption
¯ should be selected.
Achieving either one of these objectives in isolation is
fairly straightforward. If ACHE were concerned only with
appeasing the inhabitants, the air temperature could be
maintained at a comfortable 70
°
at all times. If ACHE were
concerned only with energy conservation, all devices could
be turned off. ACHE’s challenge is to achieve both objec-
tives simultaneously. This requires the ability to anticipate
inhabitant activities, occupancy patterns, and tolerances.
Optimal Control
In what sort of framework can the two objectives--appeas-
ing the inhabitants and conserving energy----be integrated?
Supervised learning will not do: If a temperature setpoint
chosen by the inhabitant serve as the target for a supervised
learning system, energy costs will not be considered.
Instead, we have adopted an optimal control framework in
which failing to satisfy each objective has an associated
cost. A discomfort cost is incurred if inhabitant preferences
are not met, i.e., if the inhabitant is not happy with the set-
tings determined by ACHE, as indicated by manual control
of the environment. An energy cost is incurred based on the
use of electricity or gas resources. The expected average
cost, J(t0), starting at time
o
can then be expressed as
I
to+K
]
J(to) = E lim 1
[.~¢._~ ,~ E d(xt)
+
e(ut)
t=to +1
where d(xt) is the discomfort cost associated with the
environmental state x at time t, and e(ut) is the energy cost
associated with the control decision u at time t. The goal is
to find an optimal control policy--a mapping from states x
t
to decisions u
t-that
minimizes the expected average cost.
This framework requires that discomfort and energy
costs be expressed in the same currency. We have chosen
dollars as this currency, which makes a characterization of
energy costs straightforward. Relative discomfort is indi-
cated by overriding the choices of ACHE, and this relative
discomfort is translated to a dollar amount by means of a
misery-to-dollars conversion factor. One technique we have
explored for determining this factor, based on an economic
analysis, depends on the loss in productivity that occurs
when ACHE ignores the inhabitants’ desires. Another tech-
nique adjusts the conversion factor over a several month
period based on how much inhabitants are willing to pay for
gas and electricity.
Implementation
We have implemented ACHE in an actual residence. The
residence is a former three-room school house built in 1905
near Boulder, Colorado, originally serving children of the
mining town of Marshall (Figure 1). The school was closed
in 1956 and was completely renovated in 1992, at which
time the infrastructure needed for the ACHE project was
incorporated into the house, including nearly five miles of
low-voltage conductor for collecting sensor data and a
power-line communication system for controlling lighting,
fans, and electric outlets. The residence is an ideal candi-
date for intelligent energy management because of its age,
13-25 foot ceilings, and exposed south and west faces that
hold potential for passive solar heating.
ACHE is equipped with sensors that report the state of
the environment. The sensory state includes the following
for each room in the home:
¯ status of lights (on or off, and if on, intensity level)
¯ status of fans (speed)
¯
status of temperature control user interface (a fancy
digital thermostat that specifies the current setpoint
Iii
r+ + +
3
.................. __I
! ,...,, u n ; I Fl;i
Q
¯ i Q
"-’1- ................... i_ .........
Figure 2. A floor plan of the adaptive house, including locations of sensors and actuators.
temperature for the room, and can be adjusted by the
inhabitant)
¯ ambient illumination
¯ room temperature
¯ sound level
¯
motion detector activity (motion or no motion)
¯
status of all doors and windows (open or closed).
In addition, the system receives the following global infor-
mation:
¯ water heater temperature
¯ water heater energy usage
¯ water heater outflow
¯ furnace energy usage
¯ outdoor temperature
¯ outdoor insolation (sunlight)
¯ gas and electricity costs
¯
time of day, day of week, date.
At present, ACHE has the ability to control the following
actuators:
¯ on/off status and intensity of light banks (22 total)
¯ on/off status and speed of ceiling fans (6 total)
¯ on/off status of water heater
¯ on/off status of gas furnace
¯
on/off status of electric space heaters (2 total)
¯
on/off status of speakers in each room through which
computer can communicate (12 total)
Figure 2 shows a floor plan of the residence, as well as the
approximate location of selected sensors and actuators.
ACHE Architecture
Adaptive control of building energy systems is difficult. We
have incomplete models of the ehvironment and controlled
devices. The environment, including the behavior of the
inhabitants, is nonstationary and stochastic. Controlled
devices are nonlinear. Multiple interacting devices must be
controlled simultaneously. Under such circumstances, tradi-
tional techniques from control theory and artificial intelli-
gence have great difficulty (Dean & Wellman, 1991).
The basic system architecture of ACHE is presented in
Figure 3. This architecture is replicated for each control
domain--lighting, air heating, water heating, and ventila-
tion. The instantaneous environmental state is fed through a
state transformation that computes statistics such as aver-
ages, minima, maxima, and variances in a given temporal
window. The result is a state representation that provides
more information about the environment than the instanta-
neous values. The instantaneous state is also given to an
occupancy model that determines for each zone of the
house--usually corresponding to a room--whether or not it
is occupied. The occupancy model relies on motion detec-
tor signals, but it includes rules that say, essentially, "a zone
remains occupied, even when there is no motion, unless
there is motion in an adjacent zone that was previous unoc-
cupied." Consequently, the occupancy model maintains
occupancy status even when there is no motion.
The three adaptive components of ACHE are shown in
the top of Figure 3. Various predictors attempt to take the
current state and forecast future states. Examples of predic-
tions include: expected occupancy patterns in the house
over the next few hours, expected hot water usage, likeli-
112
~decision
I
device
regulator I
Tsetooint
prdfile
I
setpoint
generator I
l information
ictors
state
?
occupied
representation l I
zones
I
state trans"
moael Iformation I I
°ccupancy
4L
I
instantaneous
environmental state
Figure 3. System architecture of ACHE
hood that a zone will be entered in the next few seconds.
The predictors are implemented as feedforward neural net-
works trained with back propagation, or as a combination
of a neural net and a look up table.
Given the predictions of future states, control decisions
need to be made concerning the energy devices in the home.
The decision making process is split into two stages. The
setpoint generator determines a setpoint profile specifying
the target value of some environmental variable (lighting
level, air temperature, water temperature, etc.) over a win-
dow of time. The device regulator controls physical devices
to achieve the setpoint. The device regulator may have
many alternative devices at its disposal. It must determine
which one or which subset to use.
The reason for dividing control between the setpoint gen-
erator and device regulator is to encapsulate knowledge.
The setpoint generator requires knowledge about inhabitant
preferences, while the device regulator has knowledge
about the physical layout and characteristics of the environ-
ment and controlled devices. If the inhabitants or their pref-
erences change over time, only the setpoint generator need
relearn.
The setpoint generator and device regulator in each
domain are based on one of two approaches to control: indi-
rect control using dynamic programing and models of the
environment and inhabitant, or direct control using rein-
forcement learning. For example, the device regulator for
indoor air temperature uses a predictive model of the indoor
air temperature, as a function of the current indoor tempera-
ture, outdoor temperature, and the states of the furnace and
electric space heaters. This model is based on a simple RC
thermal model of the house and furnace, with a neural net-
work that learns deviations from this simple model and the
actual behavior of the house. Given this model, achieving a
particular setpoint temperature involves little more than
exhaustively searching through the space of heating device
actions and finding an action sequence that achieves the set-
point. In contrast to this indirect approach, the setpoint gen-
erator for the lighting controller uses a direct approach with
reinforcement learning because it would be difficult to learn
an explicit model of inhabitant preferences.
Current Implementation Status
We have conducted simulation studies of the heating con-
trol system (Mozer, Vidmar, & Dodier, 1997), using actual
occupancy data and outdoor temperature profiles, evaluat-
ing various control policies. ACHE robustly outperforms
three alternative policies, showing a lower total (discomfort
plus energy) cost across a range of values for the relative
cost of inhabitant discomfort and the degree of nondeter-
minism in occupancy patterns.
We have also implemented and tested a lighting control-
ler in the house (Mozer & Miller, in press). To give the fla-
vor of its operation, we describe a sample scenario of its
behavior. The first time that the inhabitant enters a zone
(we’ll refer to this as a trial), ACHE decides to leave the
light off, based on the initialization assumption that the
inhabitant has no preference with regard to light settings. If
the inhabitant overrides this decision by turning on the
light, ACHE immediately learns that leaving the light off
will incur a higher cost (the discomfort cost) than turning
on the light to some intensity (the energy cost). On the next
trial, ACHE decides to turn on the light, but has no reason
to believe that one intensity setting will be preferred over
113
another. Consequently, the lowest intensity setting is
selected. On any trial in which the inhabitant adjusts the
light intensity upward, the decision chosen by ACHE will
incur a discomfort cost, and on the following trial, a higher
intensity will be selected. Training thus requires just three
or four trials, and explores the space of decisions to find the
lowest acceptable intensity. ACHE also attempts to con-
serve energy by occasionally "testing" the inhabitant,
selecting an intensity setting lower than the setting believed
to be optimal. If the inhabitant does not complain, the cost
of the decision is updated to reflect this fact, and eventually
the lower setting will be evaluated as optimal.
Evaluating ACHE
It is our conviction that intelligent control techniques for
complex systems in dynamic environments must be devel-
oped and evaluated in naturalistic settings such as the Neu-
ral Network House. While there are numerous examples
illustrating the potential of neural nets for control of build-
ing energy systems (e.g., Curtiss, Kreider, & Brandemuehl,
1994; Miller & Seem, 1991; Seem & Braun, 1991; Scott,
Shavlik, & Ray, 1992), this research focuses on narrowly
defined problems and is generally confined to computer
simulations. The research that does involve control of
actual equipment makes simplifying assumptions about
operating conditions and the environment. We intend to
show that adaptive control will yield benefits in natural
environments under realistic operating conditions.
The research program hinges on a careful evaluation
phase. In the long term, the primary empirical question we
must answer is whether there are sufficiently robust regular-
ities in the inhabitants’ behavior that ACHE can benefit
from them. On first consideration, most people conclude
that their daily schedules are not "regular"; they sometimes
come home at 5 p.m., sometimes at 6 p.m., sometimes not
until 8 p.m. However, even subtle statistical patterns in
behavior--such as the fact that if one is not home at 3 a.m.,
one is unlikely to be home at 4 a.m.--are useful to ACHE.
These are patterns that people are not likely to consider
when they discuss the irregularities of their daily lives.
These patterns are certainly present, and we believe that
they can be usefully exploited in adaptive control of living
environments.
Acknowledgements
We are grateful to Marc Anderson and Robert Dodier, who
helped develop the software infrastructure for the Neural
Network House. The Neural Network House is supported
by the Sensory Home Automation Research Project
(SHARP) of Sensory Inc., as well as a CRCW grant-in-aid
from the University of Colorado, NSF award IRI-9058450,
McDonnell-Pew award 97-18.
References
Curtiss, P. S., Kreider, J. E, & Brandemuehl, M. J. (1994). Local
and global control of commercial building HVAC systems
using artificial neural networks. Proceedings of the 1994
American Control Conference ACC’94. New York: IEEE
Press.
Dean, T. L., & Wellman, M. R (1991). Planning and control. San
Mateo, CA: Morgan Kaufmann.
Gregorek, T. (1991). The energy revolution. Electronic House, 6,
10-15.
Miller, R. C., & Seem, J. E. (1991). Comparison of artificial neural
networks with traditional methods of predicting return time
from night or weekend setback. ASHRAE Transactions, 97.
Mozer, M. C., Dodier, R., & Vidmar, S. (1997). The Neurothermo-
stat: Adaptive control of residential heating systems. In M. C.
Mozer, M. I. Jordan, & T. Petsche (Eds.), Advances in Neural
Information Processing Systems 9 (pp. 953-959). Cambridge,
MA: MIT Press.
Mozer, M. C., & Miller, D. J. (in press). Parsing the stream
time: The value of event-based segmentation in a complex,
real-world control problem. In M. Gori (Ed.), Adaptive pro-
cessing of temporal information. Springer Verlag.
Scott, G. M., Shavlik, J. W., & Ray, W. H. (1992). Refining PID
controllers using neural nets. In J. E. Moody, S. J. Hanson, &
R. P. Lippmann (Eds.), Advances in Neural Information Pro-
cessing Systems 4 (pp 555-562). San Mateo, CA: Morgan
Kaufmann.
Seem, J. E., & Braun, J. E. (1991). Adaptive methods for real-time
forecasting of building electrical demand. ASHRAE Transac-
tions 97.
114
... Artificial neural networks (ANNs) have established their place in the development of smart environments since they are used for automation and the control of appliances, activity recognition, classification, etc., with various types of learning used for ANNs. In 1998, Mozer [24] used a feed-forward neural network with reinforcement learning to develop ACHE, a smart home system that aims to predict user action in order to save energy and satisfy users. A deep attentive tabular neural network (TabNet) was used by Ani et al. [25] in 2023 for prediction and control tasks through imitation learning to automate a control, and they pointed out that it is more suitable for the task than reinforcement learning. ...
... This experiment included agent profiles with the following preference and flexibility factor combinations (95, 4), (44,20), and (80, 9), as depicted in Figure 10. In this example, according to their user preferences, two agents were in group 1, and one agent, with a flexibility factor of 20, was in group 2. The user agents initially defined their bargaining ranges, i.e., first propositions, as [91, 99] for u_agent 1 , [24,64] for u_agent 2 , and [71, 89] for u_agent 3 , with no overlapping ranges observed. A concise partial overview of the negotiation process is presented in Table 1. ...
... Following the exchange of initial propositions in the first part of the first round (not shown in the table), in the second part, u_agent 2 in group 2 broadens its bargaining range from [24,64] to [24,74], as its initial range proposition did not overlap with any other. In this step, two negotiation occurrences come into view. ...
Article
Full-text available
The integration of the Internet of Things (IoT) and artificial intelligence (AI) is critical to the advancement of ambient intelligence (AmI), as it enables systems to understand contextual information and react accordingly. While many solutions focus on user-centric services that provide enhanced comfort and support, few expand on scenarios in which multiple users are present simultaneously, leaving a significant gap in service provisioning. To address this problem, this paper presents a multi-agent system in which software agents, aware of context, advocate for their users’ preferences and negotiate service settings to achieve solutions that satisfy everyone, taking into account users’ flexibility. The proposed negotiation algorithm is illustrated through a smart lighting use case, and the results are analyzed in terms of the concrete preferences defined by the user and the selected settings resulting from the negotiation in regard to user flexibility.
... For building applications, an initial work in this area is the Adaptive Control of Home Environment (ACHE) or Neural Network House by Mozer [21]. One of the early uses of model-free RL in the buildings energy systems domain was conducted by Henze et al. [22] to control a thermal energy storage system, followed by Liu et al. [23] which performed several systematic RL studies on finding control strategies for using passive thermal systems. ...
... Here we review notable works where researchers used RL as a main learning algorithm to discover the knowledge of HBI in real building environments. As mentioned in Q1, the seminal contribution of deploying RL in a residential setting was the Neural Network House that prototyped an adaptive control of home environments [21]. This deployment showcased the potential capabilities of adaptive control of living environments. ...
... continuation of a sentence) based on the input (e.g. the first words in a sentence). The learning techniques of ANNs have already been used in the field of architecture (Kazanasmaz et al., 2009;Mozer, 1998). The DANIEL (Deep Architecture for fiNdIng alikE Layouts) approach (Sharma et al., 2017) aims to analyse and search building floor plans, based on DL or ANN approaches. ...
... L'intégration des TIC (Technologies de l'Information et de la Communication) dans l'habitat intelligent pourrait faciliter le confort de vie des personnes âgées et faciliter la gestion de situations problématiques. Dans cette perspective, de nombreux projets académiques consacrés à l'habitat intelligent ont vu le jour aux environs de l'an 2000, ils ont souvent nécessité la réalisation d'un habitat expérimental spécifique tel que the Neural Network House [51] à l'université du Colorado ou House_n [34] au MIT. Mais à cette époque, la commande vocale n'était pas un objectif et ce n'est que récemment qu'elle a commencée a être présente dans les projets dédiés à l'habitat intelligent. ...
Article
Full-text available
The rapid growth of the Internet of Things (IoT) has led to its widespread adoption in various industries, enabling enhanced productivity and efficient services. Integrating IoT systems with existing enterprise application systems has become common practice. However, this integration necessitates reevaluating and reworking current Enterprise Architecture (EA) models and Expert Systems (ES) to accommodate IoT and cloud technologies. Enterprises must adopt a multifaceted view and automate various aspects, including operations, data management, and technology infrastructure. Machine Learning (ML) is a powerful IoT and smart automation tool within EA. Despite its potential, a need for dedicated work focuses on ML applications for IoT services and systems. With IoT being a significant field, analyzing IoT‐generated data and IoT‐based networks is crucial. Many studies have explored how ML can solve specific IoT‐related challenges. These mutually reinforcing technologies allow IoT applications to leverage sensor data for ML model improvement, leading to enhanced IoT operations and practices. Furthermore, ML techniques empower IoT systems with knowledge and enable suspicious activity detection in smart systems and objects. This survey paper conducts a comprehensive study on the role of ML in IoT applications, particularly in the domains of automation and security. It provides an in‐depth analysis of the state‐of‐the‐art ML approaches within the context of IoT, highlighting their contributions, challenges, and potential applications.
Preprint
Full-text available
The trajectory of home control is hurtling towards a future where technological marvels converge to create a seamless and dynamic living environment. This abstract delves into the landscape of futuristic home control, where interconnected smart structures determined by the non-natural intellect that is “AI” and “IoT” culminate in an unparalleled fusion of convenience, sustainability, and security. At the core of this vision is a tapestry of IoT-enabled devices that seamlessly communicate with one another. These devices, ranging from smart appliances and energy-efficient HVAC systems to biometric security mechanisms, create an intricate network that anticipates and accommodates occupants' needs. This intelligence is further amplified by AI algorithms, which learn from user behavior and external cues to optimize energy consumption, tailor ambiance, and predict potential hazards. The marriage of AI and automation begets a novel concept of anticipatory living. The home proactively adjusts lighting, temperature, and energy usage based on occupants' habits and preferences. Enhanced security protocols, driven by AI-driven surveillance and biometric authentication, redefine safety standards by intelligently identifying anomalies and thwarting potential threats. Customization forms the cornerstone of futuristic home control. Interfaces become intuitive and versatile, enabling interactions through voice commands, gestures, and even neural interfaces. Beyond personalization, homes also prioritize occupants' well-being, modulating surroundings to influence mood and productivity. In conclusion, the impending era of futuristic home control promises an era where technology seamlessly integrates into the fabric of daily life. Through the harmonious interplay of IoT, AI, and automation, homes metamorphose into sentient entities, forever reshaping the concept of smart living. This abstract serves as a glimpse into this enticing future, where innovation knows no bounds, and homes evolve into nurturing and responsive ecosystems.
Article
Full-text available
This paper presents a simple algorithm for forecasting the electrical demand in a building. The algorithm should also be applicable for forecasting cooling loads. The algorithm has application in dynamic control strategies that use chilled water, ice, or building thermal mass as a thermal storage medium. Parameters of the forecasting model are adjusted over time to adapt to a specific building's characteristics. The algorithm is easily programmed and has small computational effort and memory requirements. Electrical demand data collected from a grocery store and a restaurant were used to demonstrate the accuracy and robustness of the algorithm.
Article
Full-text available
The Neurothermostat is an adaptive controller that regulates indoor air temperature in a residence by switching a furnace on or off. The task is framed as an optimal control problem in which both comfort and energy costs are considered as part of the control objective. Because the consequences of control decisions are delayed in time, the Neurothermostat must anticipate heating demands with predictive models of occupancy patterns and the thermal response of the house and furnace. Occupancy pattern prediction is achieved by a hybrid neural net / look-up table. The Neurothermostat searches, at each discrete time step, for a decision sequence that minimizes the expected cost over a fixed planning horizon. The first decision in this sequence is taken, and this process repeats. Simulations of the Neurothermostat were conducted using artificial occupancy data in which regularity was systematically varied, as well as occupancy data from an actual residence. The Neurothermostat is compared aga...
Article
The KBANN (Knowledge-Based Artificial Neural Networks) approach uses neural networks to refine knowledge that can be written in the form of simple propositional rules. We extend this idea further by presenting the MANNCON (Multivariable Artificial Neural Network Control) algorithm by which the mathematical equations governing a PID (Proportional-Integral-Derivative) controller determine the topology and initial weights of a network, which is further trained using backpropagation. We apply this method to the task of controlling the outflow and temperature of a water tank, producing statistically significant gains in accuracy over both a standard neural network approach and a nonlearning PID controller. Furthermore, using the PID knowledge to initialize the weights of the network produces statistically less variation in test set accuracy when compared to networks initialized with small random numbers.
Conference Paper
Discusses the results of a proof of concept experiment in which artificial neural networks (ANNs) are used for both local and global control of a commercial building HVAC system. The experiment was conducted in a laboratory in which full scale testing of multizone HVAC systems can be done repeatably. Data collected in the laboratory were used to train ANNs for the components and systems involved. For the local controller the model itself is a neural network that has been trained on actual data from a heating coil. For the global controller experiment a two zone HVAC system was used. This paper is presented in two parts. The first deals with the local control experiment whereas the second part describes the global control experiment.
Comparison of artificial neural networks with traditional methods of predicting return time from night or weekend setback
  • R C Miller
  • J E Seem
Miller, R. C., & Seem, J. E. (1991). Comparison of artificial neural networks with traditional methods of predicting return time from night or weekend setback. ASHRAE Transactions, 97.
The energy revolution. Electronic House
  • T Gregorek
Gregorek, T. (1991). The energy revolution. Electronic House, 6, 10-15.