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
  • Berlin International  (15)
  • SRB Frankfurt/Oder  (8)
  • SB Storkow  (1)
Type of Medium
Language
Region
Library
Access
  • 11
    Book
    Book
    Köln : Egmont LYX
    UID:
    kobvindex_VBRD-i97837363107280424
    Format: 424 Seiten
    ISBN: 9783736310728
    Series Statement: Band 2
    Language: German
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Book
    Book
    Köln : Egmont LYX
    UID:
    kobvindex_VBRD-i97837363099130395
    Format: 395 Seiten
    ISBN: 9783736309913
    Series Statement: Band 1
    Language: German
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Book
    Book
    Augsburg : Weltbild
    UID:
    kobvindex_VBRD-i97839597399620431
    Format: 431 Seiten
    ISBN: 9783959739962
    Series Statement: Band 4
    Content: Rockstar Abe Bellamy steht vor den Scherben seines Lebens. Nachdem seine kleine Schwester an Krebs gestorben ist, droht ihm alles zu entgleiten. Seiner Band schenkt er kaum noch Beachtung, und seine junge Frau Sara verlässt ihn. Erst da bemerkt Abe, dass er zu weit gegangen ist und dass er mit Sara den einzigen Menschen von sich gestoßen hat, der sein Herz tief im Inneren noch berühren konnte. Er setzt alles daran, sie zurückzugewinnen, auch wenn er weiß, dass er eine zweite Chance eigentlich nicht verdient hat ...
    Language: German
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Book
    Book
    Augsburg : Weltbild
    UID:
    kobvindex_VBRD-i97839597399620446
    Format: 446 Seiten
    ISBN: 9783959739962
    Series Statement: Band 1
    Content: In ihrer Kindheit stand Molly Webster wegen eines hässlichen Skandals ständig im Fokus der Medien. Seither hat sie sich geschworen, ein unauffälliges Leben zu führen. Doch dann begegnet ihr der Rockstar Zachary Fox, dessen verführerische Stimme und sinnliche Berührung ihr tief unter die Haut gehen. Ein One-Night-Stand - mehr sollte es nicht sein. Aber Molly merkt schnell, dass eine einzige Nacht mit Fox niemals genug für sie ist.
    Language: German
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Book
    Book
    Augsburg : Weltbild
    UID:
    kobvindex_VBRD-i97839597399620447
    Format: 447 Seiten
    ISBN: 9783959739962
    Series Statement: Band 2
    Content: Als Charlotte Baird nach Feierabend von einem unbekannten Mann in ihrem Büro überrascht wird und ihm vor Schreck einen Tacker an den Kopf wirft, ahnt sie noch nicht, dass dies die missglückte erste Begegnung mit Gabriel Bishop, ihrem neuen Chef ist. Als er sie am nächsten Tag in sein Büro zitiert wird, macht sie sich auf das Schlimmste gefasst, doch alles kommt anders als sie denkt: Gabriel ernennt sie zu seiner persönlichen Assistentin! Ein Schock für Charlotte, die sich lieber unauffällig im Hintergrund hält - und schon jetzt spürt, dass sie Gabriels Charme nicht gewachsen ist!
    Language: German
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    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 ...
  • 17
    Book
    Book
    Köln : Egmont LYX
    UID:
    kobvindex_VBRD-i97837363186560399
    Format: 399 Seiten
    ISBN: 9783736318656
    Series Statement: Band 5: Hard Play
    Uniform Title: Kiss Hard
    Content: Daniel Esera ist ein Star auf dem Rugbyfeld, und die Welt liegt ihm zu Füßen. Das Leben könnte nicht besser sein, wären da nur nicht die plötzlichen Gefühle für seine Erzfeindin aus Jugendtagen. Catie River ist auf dem Weg zu paralympischem Gold und wird sich von nichts und niemandem von ihrem Ziel abbringen lassen, schon gar nicht von Danny - auch wenn ihr Herz jedes Mal verräterisch schneller schlägt, sobald sie ihn sieht. Keiner von beiden will der Anziehungskraft zwischen ihnen nachgeben ... bis die rücksichtslose Tat eines Fremden ihre Karrieren in Gefahr bringt und sie der Welt das glückliche Paar vorspielen müssen. Plötzlich können sie sich nicht länger aus dem Weg gehen ...
    Language: German
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    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 ...
  • 19
    Online Resource
    Online Resource
    Oxford : Oxford University Press, Incorporated
    UID:
    kobvindex_INT69840
    Format: 1 online resource (518 pages)
    Edition: 1st ed.
    ISBN: 9780195077360 , 9780195358919
    Note: Intro -- Contents -- Contributors -- 1. Organizational Hierarchies and Evolutionary Processes: Some Reflections on a Theory of Organizational Evolution -- Part I: Introductory Essays -- 2. How Individual and Face-to-Face-Group Selection Undermine Firm Selection in Organizational Evolution -- 3. The Evolution of Evolution -- Part II: Intraorganizational Evolution -- 4. An Intraorganizational Ecological Perspective on Managerial Risk Behavior, Performance, and Survival: Individual, Organizational, and Environmental Effects -- 5. Seeking Adaptive Advantage: Evolutionary Theory and Managerial Action -- 6. Organizing for Continuous Improvement: Evolutionary Theory Meets the Quality Revolution -- COMMENTARIES -- Turning Evolution Inside the Organization -- Evolution, Externalities and Managerial Action -- Part III: Organizational Evolution -- 7. Evolutionary Processes and Patterns of Core Business Change -- 8. The Ecological Dynamics of Organizational Change: Density and Mass Dependence in Rates of Entry into New Markets -- 9. Surviving Schumpeterian Environments: An Evolutionary Perspective -- 10. Mimetic Learning and the Evolution of Organizational Populations -- COMMENTARIES -- Taking on Strategy, 1-2-3 -- On Behalf of Naïveté -- Part IV: Population Evolution -- 11. Minimalism, Mutalism, and Maturity: The Evolution of the American Trade Association Population in the 20th Century -- 12. Disruptive Selection and Population Segmentation: Interpopulation Competition as a Segregation Process -- 13. Externalities and Ecological Theory: Unbundling Density Dependence -- 14. Resource Partitioning and Foundings of Banking Cooperatives in Italy -- 15. The Evolution of Socially Contingent Rational Action: Effects of Labor Strikes on Change in Union Founding in the 1880s -- COMMENTARIES -- Evolution and Organizational Science , Progress and Problems in Population Ecology -- Part V: Community Evolution -- 16. The Liability of Collective Action: Growth and Change Among Early American Telephone Companies -- 17. Density-Independent Selection and Community Evolution -- 18. Organization-Environment Coevolution -- 19. The Coevolution of Technology and Organization -- 20. The Coevolution of Technical and Institutional Events in the Development of an Innovation -- COMMENTARIES -- The Challenge of Community Evolution -- On the Concept of "Organizational Community -- References -- Index -- A -- B -- C -- D -- E -- F -- G -- H -- I -- J -- K -- L -- M -- N -- O -- P -- Q -- R -- S -- T -- U -- V -- W -- Y -- Z.
    Additional Edition: Print version Baum, Joel A. C. Evolutionary Dynamics of Organizations Oxford : Oxford University Press, Incorporated,c1994 ISBN 9780195077360
    Language: English
    Keywords: Electronic books
    URL: FULL  ((OIS Credentials Required))
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    Cambridge : Cambridge University Press
    UID:
    kobvindex_INT71196
    Format: 1 online resource (361 pages)
    Edition: 1st ed.
    ISBN: 9781107008892 , 9781139203463
    Content: The acceleration of globalization and the growth of emerging economies present significant opportunities for business expansion. One of the quickest ways to achieve effective international expansion is by leveraging the web. This book provides a comprehensive, non-technical guide to leveraging website localization strategies for global e-commerce success
    Note: Intro -- Halftitle page -- Title page -- Copyright page -- Contents -- List of figures -- List of tables -- Preface -- Illustration credits and acknowledgements -- Chapter 1 Global e-commerce opportunities and challenges -- Global e-commerce opportunities -- Global e-commerce challenges -- Socio-cultural environment -- Impact of language and culture on website and content design -- Geopolitical environment -- Legal environment -- Economic environment -- Conclusion -- Chapter 2 International e-business expansion and market entry strategies -- The new multinationals -- International e-business strategic factor markets -- Internationalization challenges -- Internationalization approaches -- Achieving international e-business expansion -- Foreign market entry modes -- Chapter 3 Global online consumer segmentation -- Segmentation approaches -- Importance of segmentation -- Global online user segments -- BRIC online consumers -- Identifying global customers using global CRM -- Segmentation for optimizing web localization efforts -- Global online consumer segmentation model -- Global consumer trends -- Conclusion -- Chapter 4 Web globalization strategies -- Web globalization challenges -- Web globalization dilemma 1: standardization or localization? -- Web globalization dilemma 2: to centralize or to decentralize? -- Web globalization dilemma 3: in-house versus outsourcing -- Web globalization dilemma 4: level of localization -- Web globalization dilemma 5: in which languages to localize? -- Web globalization dilemma 6: what skill set is needed for web globalization? -- Global strategies for successful web globalization efforts -- Conclusion -- Chapter 5 Developing international websites: internationalization -- Developing international websites -- Website globalization, internationalization, localization, and translation -- Unicode , Assessing web localization efforts: the localization score card -- Research highlight: assessing the impact of cultural adaptation on international website acceptance -- Assessing web globalization costs -- Chapter 10 Strategic industry insights and emerging localization trends -- Introduction -- The mobile web -- Challenges presented by the mobile interface -- Tips for adapting content for the mobile web -- The growing crowdsourcing trend -- Strategic industry insight 1: community translation -- Strategic industry insight 2: emerging machine translation technologies -- Strategic industry insight 3: game localization's challenges and opportunities -- Web globalization resources -- Index , Why internationalize (i18n)? -- What does internationalization (i18n) entail? -- Internationalization checklist -- Writing for an international audience -- Darwin Information Typing Architecture (DITA) -- Preparing documents for translation -- Chapter 6 Effectively localizing international websites -- Importance of website localization -- Website localization challenges -- Locating international websites -- What is culture? -- Culturally customizing websites: importance of semiotics -- Culturally customizing websites: importance of cultural values -- Culturally customizing writing styles -- Chapter 7 Managing a web globalization value chain -- The value chain concept -- Web globalization value chain components -- Pre-value-chain analysis -- Support layer of the web globalization value chain -- Primary activity 1: internationalization -- Primary activity 2: localization -- Primary activity 3: testing -- Primary activity 4: global content management -- Coordinating the web globalization value chain: localization project management -- Agile development for localization efficiencies -- Case study: localization management at Compuware-Changepoint -- Chapter 8 Optimizing international websites -- Introduction -- Optimizing via content management systems -- Optimizing through a translation management system -- Case study: 1& -- 1 Internet AG implementing a translation management system for efficiency gains -- International search engine optimization -- Keywords for local and multilingual sites -- Linking strategies for local and international sites -- Case study: Marina Bay Sands, Singapore, developing a multilingual web presence -- Chapter 9 Assessing web globalization efforts -- Global website usability issues -- Web usability guidelines -- Web analytics for international web assessment -- Measuring international website acceptance
    Additional Edition: Print version Singh, Nitish Localization Strategies for Global E-Business Cambridge : Cambridge University Press,c2011 ISBN 9781107008892
    Language: English
    Keywords: Electronic books
    URL: FULL  ((OIS Credentials Required))
    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