feed icon rss

Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Die angezeigten Daten werden derzeit aktualisiert.
Exportieren
Filter
  • Berlin International  (15)
  • SeeCampus-Bibliothek  (6)
  • SB Guben  (6)
  • Bibliothek Lübbenau - Vetschau  (2)
Medientyp
Sprache
Region
Bibliothek
Erscheinungszeitraum
  • 11
    Buch
    Buch
    Augsburg : Weltbild
    UID:
    kobvindex_VBRD-sinbaldagehage17augwelb
    Umfang: 605 S.
    Serie: Edition Seidenwind
    Sprache: Deutsch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 12
    UID:
    kobvindex_VBRD-grijacspspsp19berstuddiwi48
    Umfang: DVD (Ländercode 2, ca. 102 Min.) : farb. ; DD 5.1 , 16:9
    Originaltitel: Mirror mirror
    Inhalt: Schneewittchen einmal ganz anders: Tarsem Singh hat das Grimmsche Märchen als visuell opulente Komödie in Szene gesetzt. Sein Fantasy-Märchen ist ein wahrer Augenschmaus mit extravaganten Kostümen und prachtvoller Ausstattung. Bereits mit bildgewaltigen Spektakeln wie The Cell oder The Fall hat der gebürtige Inder sein Talent bewiesen, phantastischen Stoffen eine ebensolche Gestalt zu verleihen. An visuellen Schmankerln herrscht daher auch kein Mangel. Darüber gerät der Wortwitz fast ein wenig ins Hintertreffen, aber was macht das schon, wenn Julia Roberts als böse Königin auftrumpft und Lily Collins, Tochter von Popstar Phil Collins, als Schneewittchen bezaubert. Die sieben Zwerge û mit Namen wie Butcher, Half Pint, Grimm oder Wolf û sind eine Nummer für sich; und auch wenn sie es mit der Ehrlichkeit nicht ganz so genau nehmen: Mit dem Prinzen nehmen sie es allemal auf, wie dieser wiederholt am eigenen Leib erfahren muss. (Amazon)
    Anmerkung: Sprachen: dt, engl. - Untertitel: dt. - Extras: Geschnittene Szenen; Featurettes; Ein Blick durch den Spiegel; Prinz und Hündchen; Trailer
    Sprache: Deutsch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 13
    UID:
    kobvindex_VBRD-balshadagehage17augwelb
    Umfang: 605 Seiten , Illustrationen
    Serie: Edition Seidenwind
    Originaltitel: What the body remembers
    Inhalt: Indien 1947: Mit fünfzehn kommt die schöne aber arme Roop in das Haus des reichen Grundbesitzers Sadarji. Als Zeitfrau soll sie ihm Kinder gebären, aber die selbstbewusste Erstfrau Satya macht ihr das Leben schwer. Mit allen Mitteln kämpfen die beiden Frauen um Macht und Einfluss. Doch während Satya sich nicht mit ihrem Schicksal abzufinden vermag, reift Roop im Laufe der Jahre zu einer starken Frau heran.
    Sprache: Deutsch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 14
    Online-Ressource
    Online-Ressource
    Birmingham : Packt Publishing, Limited
    UID:
    kobvindex_INTEBC5573403
    Umfang: 1 online resource (244 pages)
    Ausgabe: 1st ed.
    ISBN: 9781788623087
    Inhalt: 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
    Anmerkung: 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
    Weitere Ausg.: Print version Dua, Rajdeep Keras Deep Learning Cookbook Birmingham : Packt Publishing, Limited,c2018 ISBN 9781788621755
    Sprache: Englisch
    Schlagwort(e): Electronic books
    URL: Full-text  ((OIS Credentials Required))
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 15
    UID:
    kobvindex_VBRD-i9783736317420
    Umfang: 478 Seiten
    ISBN: 9783736317420
    Serie: Gilde der Jäger 14
    Inhalt: Wenn alles auf dem Spiel steht ... Illium und Aodhan. Aodhan und Illium. Über die Jahrhunderte waren die Freunde unzertrennlich, sich näher als Brüder. Doch das war, bevor die Dunkelheit Aodhan befiel und den Engel fast zerstörte, seinen Körper, seine Seele, sein Herz. Aber jetzt heilt er und findet zurück zu alter Stärke und Unabhängigkeit. Der Preis dafür ist hoch, denn es könnte ihn die Beziehung zu seinem besten Freund kosten. Als die beiden Seite an Seite im Territorium der neuen Herrscherin von China kämpfen, spitzen sich die Geschehnisse dramatisch zu. Und Illium und Aodhan müssen sich entscheiden: Kehren sie ihrer langen Freundschaft den Rücken oder wagen sie den Schritt in eine Zukunft, in der sie sich näherkommen als jemals zuvor?
    Sprache: Deutsch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 16
    Buch
    Buch
    München : Droemer
    UID:
    kobvindex_VBRD-i97834263007320217
    Umfang: 217 S.
    Ausgabe: Dt. Erstausg., [1. Aufl.]
    ISBN: 9783426300732
    Originaltitel: Avec vue sous la mer
    Inhalt: Slimane Kader träumt von einem Leben jenseits der Tristesse der Pariser Vorstädte. Deshalb heuert er auf der Ocean King, einem Kreuzfahrtriesen, an. Es geht in die Karibik: Auf dem Sonnendeck genießen 6000 Touristen die Aussicht und das Leben - unter Deck schuften 2000 Arbeitskräfte für deren Wohlergehen. Kader beginnt seine Karriere ganz unten als Handlanger. Doch er lernt schnell. Mit einer gehörigen Portion Glück und Unverfrorenheit ergattert er gegen Ende der Reise einen Job, der ihn aufs Sonnendeck bringt. Jetzt ist er der Ocean King! Kaders Erlebnisse sind eine freche, temporeiche und humorvolle Begegnung mit den Auswüchsen des Massentourismus. Und sie sind eine Parabel auf den Zustand unserer Welt: Wir sitzen alle im selben Boot - aber die einen auf einem Liegestuhl, die anderen auf der Ruderbank.
    Sprache: Deutsch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 17
    Buch
    Buch
    München : Hanser
    UID:
    kobvindex_VBRD-i97834464377390318
    Umfang: 318 S.
    Ausgabe: 4. Aufl.
    ISBN: 9783446437739
    Sprache: Deutsch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 18
    UID:
    kobvindex_VBRD-i97834233484780320
    Umfang: 320 Seiten , Illustrationen
    Ausgabe: Ungekürzte Ausgabe
    ISBN: 9783423348478
    Sprache: Deutsch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 19
    UID:
    kobvindex_VBRD-i97834461987390475
    Umfang: 475 S. , Ill.
    ISBN: 9783446198739
    Sprache: Deutsch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 20
    UID:
    kobvindex_VBRD-i97834462640070189
    Umfang: 189 Seiten
    Ausgabe: 1. Auflage
    ISBN: 9783446264007
    Originaltitel: Les enfants du vide
    Inhalt: Es sind die beiden großen Herausforderungen unserer Zeit: die Krise der liberalen Demokratie und der drohende ökologische Kollaps. Was, wenn sie mehr miteinander zu tun haben, als wir glauben? In seinem politischen Essay zeichnet Raphaël Glucksmann ein gestochen scharfes Porträt der westlichen Gesellschaft. Differenziert und unaufgeregt zeigt er: Wir haben verlernt, uns als Zivilgesellschaft mit einer kollektiven Aufgabe und einer gemeinsamen Zukunft zu begreifen. In Zeiten des Klimawandels und auseinanderdriftender Gesellschaften brauchen wir jedoch gerade ein Gespür dafür, was uns verbindet. Die Politik sind wir! ist ein konstruktives Plädoyer für einen neuen Gesellschaftsvertrag.
    Sprache: Deutsch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie auf den KOBV Seiten zum Datenschutz