feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • DZA Berlin  (51)
  • Berlin International  (15)
  • SB Wriezen  (1)
Type of Medium
Language
Region
Library
Subjects(RVK)
Access
  • 11
    Online Resource
    Online Resource
    Oxford : Taylor and Francis Group
    UID:
    kobvindex_INT71720
    Format: 1 online resource (489 pages)
    Edition: 1st ed.
    ISBN: 9780415581448 , 9781136197925
    Content: This volume focuses on the core themes and issues related to sustainability of Asian economic development. It enables us to understand the dynamics of this process under the emerging inequitable global economic order and international environmental regime. The articles are based on unique quantitative data
    Note: Cover -- Economic and Environmental Sustainability of the Asian Region -- Copyright -- Contents -- List of Tables -- List of Figures -- List of Abbreviations -- Preface -- Sustainability of Asian Economic Development: An Introduction -- Part I Issues in Sustainability of Asian Agriculture -- 1 Globalisation and Sustainability Issues in Agriculture in Asia: A Case of India -- 2 Globalisation and Its Impact on Agriculture, Food Security and Well-being of People in Pakistan -- 3 Agreement on Agriculture and Food Prices in Bangladesh -- 4 Inclusive Growth and Sustainable Development of Agriculture: An Examination of Major Indian States -- 5 Agricultural Risk, Weather Insurance, Derivatives and Agricultural Insurance -- Part II Ecological Concerns in Theory and Practice -- 6 Interrogating Marxian, Neo-Classical and Green Perspectives on the Contradictory Implications of Third World/Asian Development for Global Sustainability -- 7 India and China's National Strategy for Climate Change and Clean Development Mechanism Practice: A Comparison -- 8 Ecological Implications of Agricultural Development in Punjab -- Part III Core Themes in Economic Development -- 9 Role of Foreign Aid in Achieving Sustainable Development in Sri Lanka -- 10 Economic Development, Foreign Direct Investment and Policy in India -- 11 Framework for Planning and Management of Sustainable Inclusive Cities -- 12 Maintaining High Growth Rate and Future Energy Demand and Supply Scenario in India -- Part IV Resource Management and Policy Alternatives -- 13 Groundwater Markets, Irrigation Efficiency and Sustainability: A Study from North India -- 14 Sustainability of the Existing and Alternative Cropping Systems in South-west Punjab -- Part V Discrimination and Socio-economic Equity in Development , 15 Wageworkers' Exposure to Discrimination and Work-related Insecurity in Punjab's Urban Unorganised Establishments: A Social Class Analysis -- 16 Who Kill Their Daughters More? Insights from Census Data of Punjab -- Part VI Peasant Distress and Sustainability of the Cotton Economy -- 17 Does GM Technology Pay Rich Dividends? Reflections from Bt Cotton Farmers in Maharashtra -- 18 Cotton Economy, Cotton Producers, and Bt Cotton Cultivation in Indian Punjab: An Assessment of Economic Impact and Sustainability Issues -- About the Editors -- Notes on Contributors -- Index
    Additional Edition: Print version Gill, Sucha Singh Economic and Environmental Sustainability of the Asian Region Oxford : Taylor & Francis Group,c2010 ISBN 9780415581448
    Language: English
    Keywords: Electronic books
    URL: FULL  ((OIS Credentials Required))
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    UID:
    kobvindex_INTEBC1640319
    Format: 1 online resource (118 pages) , illustrations, tables, photographs
    ISBN: 9783954897094
    Additional Edition: Print version Singh, Bikram Jit. Rsm : a key to optimize machining : multi-response optimization of CNC turning with Al-7020 alloy Hamburg, Germany : Anchor Academic Publishing, c2014 ISBN 9783954892099
    Language: English
    Keywords: Electronic books ; Electronic books
    URL: FULL  ((OIS Credentials Required))
    URL: FULL  ((OIS Credentials Required))
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Book
    Book
    Sudbury, Mass : Jones and Bartlett Publishers
    UID:
    gbv_595288278
    Format: xxxiv, 652 S. , graph. Darst.
    Edition: 2nd ed
    ISBN: 9780763774035 , 0763774030
    Note: Introduction to long-term careOverview of long-term care -- Long-term care policy : past, present, and future -- The long-term care industry -- External and internal environments -- Responding to the external environment -- Legal environment -- Regulation and enforcement -- Financing and reimbursement -- Internal environment and culture change -- Organization and delivery of services -- Social services, admission, and discharge -- Medical care, nursing, and rehabilitation -- Recreation and activities -- Dietary services -- Plant and environmental services -- Administrative and information systems -- Governance and management -- Effective governance, leadership, and management -- Effective human resource and staff development -- Effective marketing and public relations -- Effective budgeting and financial controls -- Effective quality and productivity management -- Case studies. , Introduction to long-term care -- Overview of long-term care -- Long-term care policy : past, present, and future -- The long-term care industry -- External and internal environments -- Responding to the external environment -- Legal environment -- Regulation and enforcement -- Financing and reimbursement -- Internal environment and culture change -- Organization and delivery of services -- Social services, admission, and discharge -- Medical care, nursing, and rehabilitation -- Recreation and activities -- Dietary services -- Plant and environmental services -- Administrative and information systems -- Governance and management -- Effective governance, leadership, and management -- Effective human resource and staff development -- Effective marketing and public relations -- Effective budgeting and financial controls -- Effective quality and productivity management -- Case studies.
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    UID:
    gbv_1789936950
    ISBN: 9783658343958
    In: Sozialwissenschaftliche Datenerhebung im digitalen Zeitalter, Wiesbaden : Springer VS, 2021, (2021), Seite 123-140, 9783658343958
    In: 3658343958
    In: year:2021
    In: pages:123-140
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    UID:
    kobvindex_INTEBC5573403
    Format: 1 online resource (244 pages)
    Edition: 1st ed.
    ISBN: 9781788623087
    Content: This book gives you a practical, hands-on understanding of how you can leverage the power of Python and Keras to perform effective deep learning. It presents a unique problem-solution approach to tackle various problems in training different types of neural networks while taking care of the speed and accuracy of these models
    Note: Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Keras Installation -- Introduction -- Installing Keras on Ubuntu 16.04 -- Getting ready -- How to do it... -- Installing miniconda -- Installing numpy and scipy -- Installing mkl -- Installing TensorFlow -- Installing Keras -- Using the Theano backend with Keras -- Installing Keras with Jupyter Notebook in a Docker image -- Getting ready -- How to do it... -- Installing the Docker container -- Installing the Docker container with the host volume mapped -- Installing Keras on Ubuntu 16.04 with GPU enabled -- Getting ready -- How to do it... -- Installing cuda -- Installing cudnn -- Installing NVIDIA CUDA profiler tools interface development files -- Installing the TensorFlow GPU version -- Installing Keras -- Chapter 2: Working with Keras Datasets and Models -- Introduction -- CIFAR-10 dataset -- How to do it... -- CIFAR-100 dataset -- How to do it... -- Specifying the label mode -- MNIST dataset -- How to do it... -- Load data from a CSV file -- How to do it... -- Models in Keras - getting started -- Anatomy of a model -- Types of models -- Sequential models -- How to do it... -- Create a Sequential model -- Compile the model -- Train the model -- Evaluate the model -- Predict using the model -- Putting it all together -- Model inspection internals -- Model compilation internals -- Initialize the loss -- Model training -- Output of the sample -- Shared layer models -- Introduction - shared input layer -- How to do it... -- Concatenate function -- Keras functional APIs -- How to do it... -- The output of the example -- Keras functional APIs - linking the layers -- How to do it... -- Model class -- Image classification using Keras functional APIs -- How to do it , Chapter 3: Data Preprocessing, Optimization, and Visualization -- Feature standardization of image data -- Getting ready -- How to do it... -- Initializing ImageDataGenerator -- Sequence padding -- Getting ready -- How to do it... -- Pre-padding with default 0.0 padding -- Post-padding -- Padding with truncation -- Padding with a non-default value -- Model visualization -- Getting ready -- How to do it... -- Code listing -- Optimization -- Common code for samples -- Optimization with stochastic gradient descent -- Getting ready -- How to do it... -- Optimization with Adam -- Getting ready -- How to do it... -- Optimization with AdaDelta -- Getting ready -- How to do it... -- Adadelta optimizer -- Optimization with RMSProp -- Getting ready -- How to do it... -- Chapter 4: Classification Using Different Keras Layers -- Introduction -- Classification for breast cancer -- How to do it... -- Data processing -- Modeling -- Full code listing -- Classification for spam detection -- How to do it... -- Data processing -- Modeling -- Full code listing -- Chapter 5: Implementing Convolutional Neural Networks -- Introduction -- Cervical cancer classification -- Getting ready -- How to do it... -- Data processing -- Modeling -- Predictions -- Digit recognition -- Getting ready -- How to do it... -- Modeling -- Chapter 6: Generative Adversarial Networks -- Introduction -- GAN overview -- Basic GAN -- Getting ready -- How to do it... -- Building a generator -- Building a discriminator -- Initialize the GAN instance -- Training the GAN -- Output plots -- Average metrics of the GAN -- Boundary seeking GAN -- Getting ready -- How to do it... -- Generator -- Discriminator -- Initializing the BGAN class -- Boundary seeking loss -- Train the BGAN -- Output the plots -- Iteration 0 -- Iteration 10000 -- Metrics of the BGAN model -- Plotting the metrics -- DCGAN , Getting ready -- How to do it... -- Generator -- Summary of the generator -- Training the generator -- Discriminator -- Build the discriminator -- Summary of the discriminator -- Compile the discriminator -- Combined model - generator and discriminator -- Train the generator using feedback from a discriminator -- Putting it all together -- The output of the program -- Average metrics of the model -- Chapter 7: Recurrent Neural Networks -- Introduction -- The need for RNNs -- Simple RNNs for time series data -- Getting ready -- Loading the dataset -- How to do it... -- Instantiate a sequential model -- LSTM networks for time series data -- LSTM networks -- LSTM memory example -- Getting ready -- How to do it... -- Encoder -- LSTM configuration and model -- Train the model -- Full code listing -- Time series forecasting with LSTM -- Getting ready -- Load the dataset -- How to do it... -- Instantiate a sequential model -- Observation -- Sequence to sequence learning for the same length output with LSTM -- Getting ready -- How to do it... -- Training data -- Model creation -- Model fit and prediction -- Chapter 8: Natural Language Processing Using Keras Models -- Introduction -- Word embedding -- Getting ready -- How to do it... -- Without embeddings -- With embeddings -- Sentiment analysis -- Getting ready -- How to do it... -- Full code listing -- Chapter 9: Text Summarization Using Keras Models -- Introduction -- Text summarization for reviews -- How to do it... -- Data processing -- Encoder-decoder architecture -- Training -- See also -- Chapter 10: Reinforcement Learning -- Introduction -- The CartPole game with Keras -- How to do it... -- Implementing the DQN agent -- The memory and remember -- The replay function -- The act function -- Hyperparameters for the DQN -- DQN agent class -- Training the agent -- Dueling DQN to play Cartpole -- Getting ready , DQN agent -- init method -- Setting the last layer of the network -- Dueling policy -- Init code base -- BoltzmannQPolicy -- Adjustment during training -- Sequential memory -- How to do it... -- Plotting the training and testing results -- Other Books You May Enjoy -- Index
    Additional Edition: Print version Dua, Rajdeep Keras Deep Learning Cookbook Birmingham : Packt Publishing, Limited,c2018 ISBN 9781788621755
    Language: English
    Keywords: Electronic books
    URL: Full-text  ((OIS Credentials Required))
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    UID:
    gbv_1757633979
    Format: 1 Online-Ressource
    ISSN: 1469-1779
    Content: To understand the complex and varied pathways of identity among lesbian, gay, bisexual and transgender (LGBT) older cohorts, we must understand the socio-historical context in which they aged. Otis and Harley (2016) suggest sexual identities are socially constructed, fluid and continuously evolving through social interaction and meaning-making. Contributing to the complexity are various forms of discrimination ranging from overt macro-aggressions to subtle micro-aggressions, which over time lead to hierarchical social constructs that provide particular demographic groups more power than others (Goodman, 2001; Calasanti and Slevin, 2006). However, understanding the intersections of sexual identity with social constructs is difficult due to the underdeveloped body of research dedicated to exploring the diverse views, experiences and attitudes of LGBT older adults (Otis and Harley, 2016). While many researchers have discussed the dominant pathways to self-actualising sexual identity (Cass, 1979; D'Aguelli, 1994), others recognise the variation of experience and call for deeper examination of socio-historical factors impacting the timing and outcomes arising from one's decision to identify openly as a sexual minority person (Coleman, 1982; Kertzner, 2001; Herek and Garnets, 2007). Furthermore, Herek and Garnets (2007) recommend that ongoing research should be grounded in historical and cultural context to understand better the moderating effect social interactions have on mental health outcomes. Social interactions that framed the life trajectories of this population, internalised over time, inform their narrative identities as older adults and have revealed that we are at the beginning of adding the richness of a shimmering and reflective grey to the rainbow. In the next sections, we first consider the gaps in the literature and examine different trajectories of sexual identity formation shaped by social-historical contexts. We then explore these contexts as they relate to the personal identity. The review of literature concludes with existing research on narrative identity as it is understood to be the reflexive storytelling process individuals engage in to internalise their sense of purpose and to express themselves to others. Following the literature review, we explain how our critical perspective frames our narrative inquiry and adds dimension to our analysis. Our approach to understanding identity as fluid is especially valuable in expanding the current body of literature to include the changing roles and fluid experiences that inform one's embodiment of sexual identity in later life.
    In: Ageing and society, Cambridge [u.a.] : Cambridge Univ. Press, 1981, (2019) vom: 30. Okt., Seite 957-979, 1469-1779
    In: year:2019
    In: day:30
    In: month:10
    In: pages:957-979
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    New York, [New York] (222 East 46th Street, New York, NY 10017) :Momentum Press,
    UID:
    kobvindex_INTEBC4013269
    Format: 1 online resource (x, 121 pages) : , illustrations.
    ISBN: 9781606508862
    Series Statement: Technologies for sustainable life
    Content: This monograph documents the current of state-of-art in Thermo- Active Foundations (TAFs) suitable for efficiently and sustainably heat and cooling buildings. TAFs, also referred to as thermal or energy piles, offer innovative and sustainable alternatives to ground-source heat pumps as well as other conventional heating, ventilating, and air conditioning (HVAC) systems to heat and cool commercial as well as residential buildings in several regions in the world. In summary, this monograph collects the latest multi-disciplinary advances in modeling, designing, and monitoring TAFs. Ultimately, it is hoped that this monograph will provide a comprehensive reference for both researchers and professionals interested in structural and thermal performance of TAFs and their applications in developing integrated and sustainable equipment and systems for the built environment.
    Note: Co-published with American Society of Mechanical Engineers. , 1. Structural performance of thermo-active foundations -- 1.1 Introduction -- 1.2 Thermo-elastic soil-structure interaction -- 1.3 Design criteria -- 1.4 Thermo-mechanical load transfer analysis -- 1.4.1 Assumptions and basic aspects of the model -- 1.4.2 Load-transfer curves -- 1.4.3 Mechanical load transfer analysis -- 1.4.4 Thermo-mechanical T-z analyses -- 1.4.5 Model evaluation: impact of temperature changes -- 1.4.6 Model evaluation: impact of boundary conditions -- 1.4.7 Model evaluation: head restraint effects -- 1.4.8 Results from thermo-active foundations -- 1.5 Final comments -- 1.6 Acknowledgments -- 1.7 References -- , 2. Thermal analysis of thermoactive foundations -- 2.1 Introduction -- 2.2 Thermal modeling of TAFs -- 2.2.1 Description of TAF thermal modeling -- 2.2.2 Experimental validation -- 2.2.3 Sensitivity analysis -- 2.2.4 Impact of thermal piles on soil temperature distribution -- 2.3 Building foundation heat transfer -- 2.4 Thermal response of TAFs -- 2.5 Energy analysis of buildings with TAF systems -- 2.5.1 Application of TAFs for office buildings -- 2.5.2 Application of TAFs to residential buildings -- 2.6 Summary and conclusions -- 2.7 References -- , 3. Full scale geothermal energy pile studies at Monash University, Melbourne, Australia -- 3.1 Introduction -- 3.2 Site ground conditions -- 3.3 Instrumentation of full-scale geothermal energy piles -- 3.3.1 Single geothermal energy pile instrumentation -- 3.3.2 Instrumentation of group of geothermal energy piles -- 3.4 Heating test for single pile case -- 3.5 Mechanical tests -- 3.6 Dual pile system -- 3.6.1 Concrete curing temperature -- 3.6.2 Strains during concrete curing -- 3.7 Conclusions -- 3.8 Acknowledgments -- 3.9 References -- About the authors.
    Additional Edition: Print version: ISBN 9781606508855
    Language: English
    Keywords: Libros electronicos.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    UID:
    gbv_1015886957
    Format: XVI, 124 Seiten , Illustrationen , 24 cm, 305 g
    ISBN: 3662562928 , 9783662562925
    Series Statement: Multimedia
    Uniform Title: Lifestyle-integrated functional exercise (LiFE) program to prevent falls: participiant's manual
    Note: Literaturverzeichnis: Seite 121
    Additional Edition: ISBN 9783662562932
    Additional Edition: Erscheint auch als Online-Ausgabe Clemson, Lindy Aktiv und sicher durchs Leben mit dem LiFE Programm Berlin : Springer, 2018 ISBN 9783662562932
    Additional Edition: Erscheint auch als Online-Ausgabe Clemson, Lindy Aktiv und sicher durchs Leben mit dem LiFE Programm Berlin : Springer, 2018 ISBN 9783662562932
    Language: German
    Subjects: Sports Science
    RVK:
    Keywords: Alter ; Alltag ; Bewegungsablauf ; Körperliche Aktivität ; Gleichgewicht ; Muskelkraft
    URL: Cover
    Author information: Becker, Clemens 1955-
    Author information: Schwenk, Michael 1979-
    Author information: Clemson, Lindy
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    UID:
    gbv_781355931
    Format: graph. Darst.
    ISSN: 2090-2212
    Content: Dementia is one of the major causes of disability and dependence amongst older people and previous research has highlighted how the well-being of people with dementia is inherently connected to the quality of their relationships with their informal carers. In turn, these carers can experience significant levels of emotional stress and physical burden from the demands of caring for a family member with dementia, yet their uptake of formal services tends to be lower than in other conditions related to ageing. This paper is based on a qualitative study undertaken in the Australian state of Queensland and explores issues of access to and use of formal services in dementia care from the perspective of the informal family carers. It identifies three critical points at which changes in policy and practice in the formal care system could improve the capability of informal carers to continue to care for their family member with dementia: when symptoms first become apparent and a diagnosis is sought; when the condition of the person with dementia changes resulting in a change to their support needs; and when the burden of informal care being experienced by the carer is so great that some form of transition appears to be immanent in the care arrangement.
    In: Journal of aging research, London [u.a.] : Sage-Hindawi, 2010, 2014(2014), 486521, Seite 9, 2090-2212
    In: volume:2014
    In: year:2014
    In: number:486521
    In: pages:9
    Language: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    UID:
    gbv_779230051
    Format: xviii, 326 Seiten , Illustrationen
    ISBN: 9781489980281
    Series Statement: Autism and child psychopathology series
    Note: Assistive technologies for improving quality of life , Assistive technology for postsecondary students with disabilities , Assistive technology for people with communication disorders , Assistive technology for students with visual impairments and blindness , Assistive technology for people with autism spectrum disorders , Assistive technology for people with behavior problems , Assistive technology for people with Alzheimer's Disease , Assistive technology for individuals with learning disabilities , Assistive technology for people with severe/profound intellectual and multiple disabilities
    Additional Edition: ISBN 9781489980298
    Additional Edition: Online-Ausg. Assistive technologies for people with diverse abilities
    Additional Edition: Erscheint auch als Onlineausgabe Lancioni, Giulio E. Assistive Technologies for People with Diverse Abilities New York, NY [u.a.] : Springer, 2014 ISBN 9781489980298
    Language: English
    Keywords: Aufsatzsammlung
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages