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?

Exportieren
Filter
  • Berlin  (14)
  • 2015-2019  (14)
  • 1930-1934
  • Electronic books  (14)
Medientyp
Sprache
Region
Erscheinungszeitraum
Jahr
Zugriff
  • 1
    Online-Ressource
    Online-Ressource
    London ; : Routledge,
    UID:
    almahu_9949384336402882
    Umfang: 1 online resource
    ISBN: 9780429427299 , 0429427298
    Inhalt: This book offers intimate readings of a diverse range of global autobiographical literature with an emphasis on the (re)presentation of the physical body. The twelve texts presented here include philosophical autobiography (Nietzsche), autobiographies of self-experimentation (Gandhi and Mishima), literary autobiography (Hemingway, Das) as well as other genres of autobiography, including the graphic novel (Spiegelman, Satrapi), as also documentations of tragedy and injustice and subsequent spiritual overcoming (Ambedkar, Pawar, Angelou, Wiesel).In exploring different literary forms and orientations of the autobiographies, the work remains constantly attuned to the physical body, a focus generally absent from literary criticism and philosophy or study of leading historical personages, with the exception of patches within phenomenological philosophy and feminism. The book delves into how the authors treated here deal with the flesh through their autobiographical writing and in what way they embody the essential relationship between flesh, spirit and word. It analyses some seminal texts such as Ecce Homo, The Story of My Experiments with Truth, Waiting for a Visa, I Know Why the Caged Bird Sings, A Moveable Feast, Night, Baluta, My Story, Sun and Steel, The Philosophy of Andy Warhol, MAUS and Persepolis. Lucid, bold and authoritative, this book will be of great interest to scholars and researchers of philosophy, literature, gender studies, political philosophy, media and popular culture, social exclusion, and race and discrimination studies.
    Anmerkung: Introduction -- 1. -- The Crucified: Friedrich Nietzsche's -- Ecce Homo -- 2. -- The Mahatma: M.K. Gandhi's -- The Story of My Experiments with Truth -- 3. -- The Untouchable: B.R. Ambedkars -- Waiting for a Visa -- 4. -- The Nigger: Maya Angelou's -- I Know Why the Caged Bird Sings -- 5. -- The Boxer: Ernest Hemingway's -- A Moveable Feast -- 6. -- The Survivor: Elie Wiesel's -- Night -- 7. -- The Dalit: Daya Pawar's -- Baluta -- 8. -- The Poet: Kamala Das' -- My Story -- 9. -- The Samurai: Yukio Mishima's -- Sun and Steel -- 10. -- The Fake: Andy Warhol's -- The Philosophy of Andy Warhol -- 11. -- The Mouse: Art Spiegelman's -- MAUS -- 12. -- The Daughter: Marjane Satrapi's -- Persepolis. Epilogue.
    Sprache: Englisch
    Schlagwort(e): Electronic books. ; Biography ; Electronic books. ; Biographies. ; Biographies. ; Biographies. ; Electronic books ; Aufsatzsammlung ; Autobiografie
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (URL des Erstveröffentlichers)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    UID:
    almahu_9948622434502882
    Umfang: 1 online resource (297 pages).
    ISBN: 9780190624095 (e-book)
    Serie: AAR Religion in Translation
    Weitere Ausg.: Print version: Drinking from love's cup : surrender and sacrifice in the Vars of Bhai Gurdas Bhalla. New York, New York : Oxford University Press, c2017 ISBN 9780190624088
    Sprache: Englisch
    Schlagwort(e): Electronic books. ; Electronic books ; Fiktionale Darstellung
    URL: Volltext  (lizenzpflichtig)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    London : Routledge, Taylor & Francis Group
    UID:
    gbv_165731264X
    Umfang: 1 Online Ressource (151 Seiten) , Illustrationen
    Ausgabe: 1st edition
    ISBN: 9781315544366 , 9781134837922 , 9781134838066
    Serie: Routledge studies in the modern world economy 168
    Weitere Ausg.: ISBN 9781138683754
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe Jodhka, Surinder S. Inequality in capitalist societies London : Routledge, Taylor & Francis Group, 2018 ISBN 9781138683754
    Sprache: Englisch
    Fachgebiete: Wirtschaftswissenschaften , Ethnologie , Soziologie
    RVK:
    RVK:
    RVK:
    RVK:
    Schlagwort(e): Kapitalismus ; Soziale Ungleichheit ; Einkommensverteilung ; Verteilungsgerechtigkeit ; Electronic books
    Mehr zum Autor: Souza, Jessé 1960-
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    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 ...
  • 5
    Online-Ressource
    Online-Ressource
    [S.l.] : ROUTLEDGE INDIA
    UID:
    gbv_1697914039
    Umfang: 1 online resource
    ISBN: 9781000711158 , 1000711153 , 9780429356872 , 0429356870 , 9781315170046 , 1315170043 , 9781000711349 , 100071134X , 9781000711530 , 1000711536
    Weitere Ausg.: ISBN 036714686X
    Weitere Ausg.: ISBN 9780367146863
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe ISBN 036714686X
    Sprache: Englisch
    Schlagwort(e): Electronic books
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    UID:
    gbv_1697926088
    Umfang: 1 online resource (258 pages) , 56 illustrations, text file, PDF.
    Ausgabe: First edition.
    ISBN: 9780429447631
    Serie: Critical Political Economy of South Asia
    Anmerkung: Includes bibliographical references and index
    Weitere Ausg.: ISBN 9781138559714
    Weitere Ausg.: ISBN 1138559717
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe Singh, Jatinder Global players and the Indian car industry New Delhi : Routledge India, 2018 ISBN 9781138559714
    Sprache: Englisch
    Schlagwort(e): Electronic books
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    London : Routledge,
    UID:
    gbv_1697923615
    Umfang: 1 online resource (xxvi, 390 pages)
    ISBN: 9781315102931 , 9781351593557
    Weitere Ausg.: ISBN 9781138036437
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe ISBN 9781138036437
    Sprache: Englisch
    Schlagwort(e): Electronic books
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    UID:
    gbv_169796317X
    Umfang: 1 online resource
    ISBN: 9781134863334 , 9781134863471
    Serie: Earthscan studies in water resource management
    Inhalt: Contextualising the anthropocene : the cultures, practices and politics of water knowledge in Asia / Ravi Baghel and Lea Stepan -- Governing fisheries and marine radiation in Japan after the Fukushima nuclear accident / Leslie Mabon and Midori Kawabe -- Trans-disciplinary analysis of Australian-Indonesian monsoon epistemologies and their implications on climate change adaptation strategies / Sarah Casson -- An epistemological re-visioning of hybridity : water/lands / Kuntala Lahiri-Dutt -- Science as friend or foe? : development projects undermining farmer-managed irrigation systems in Asia's high mountain valleys / Joseph K.W. Hill -- Competing epistemologies of community-based groundwater recharge in semi-arid north Rajasthan : progress and lessons for groundwater-dependent areas / Chad Staddon and Mark Everard -- Traditional knowledge and modernization of water : the story of a desert town Jaisalmer / Chandrima Mukhopadhyay and Devika Hemalatha Devi -- The hydro-ecological self and the community of water : Anupam Mishra and the epistemological foundation of water traditions in Rajasthan / Daniel Mishori and Ricki Levi -- Epistemological undercurrents : Delhi's water crisis and the role of the urban water poor / Heather O'Leary -- Being-in-the-water, or, Socialisation through Interactions with water in the thermal baths of Taipei / Nathalie Boucher -- In the eye of the storm : water in the cross-currents of consumerism, science and tradition in India / Neeraj Vedwan -- Balinese wet rice agriculture in transition : water knowledge between a sentient ecology and the pursuit of development / Lea Stepan -- Water flows uphill to power : hydraulic development discourse in Thailand and power relations surrounding kingship and statemaking / David J.H. Blake -- Waterscapes in transition : past and present reshaping of sacred water places in Banaras / Vera Lazzaretti -- Resettling a river goddess : aspects of local culture, development and national environmental movements in conflicting discourses on Dhari Devi Temple and Srinagar Dam project in Uttarakhand, India / Frances A. Niebuhr.
    Weitere Ausg.: ISBN 9781138685550
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe Water, knowledge and the environment in Asia London : Routledge, Taylor & Francis Group, earthscan from Routledge, 2017 ISBN 9781138685550
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe ISBN 9781138685550
    Sprache: Englisch
    Fachgebiete: Wirtschaftswissenschaften
    RVK:
    Schlagwort(e): Südasien ; Ostasien ; Südostasien ; Wassernutzung ; Electronic books ; Konferenzschrift
    Mehr zum Autor: Baghel, Ravi 1979-
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    Abingdon, Oxon : Routledge,
    UID:
    gbv_1697953808
    Umfang: 1 online resource (xxi, 237 pages)
    ISBN: 9781315659220 , 9781317333395 , 9781317333401
    Serie: Routledge contemporary South Asia series 116
    Inhalt: 1. Introduction : background and organisation of the case study -- 2. Method in the sample survey -- 3. Socio-economic status of migrants before migration -- 4. Channels of information, job expectation and the process of migration -- 5. Retrospective on the process of migration two decades later -- 6. Discovering and characterising groups of migrants -- 7. Who stays and who returns? -- 8. Conclusion.
    Weitere Ausg.: ISBN 9781138962736
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe ISBN 9781138962736
    Sprache: Englisch
    Schlagwort(e): Electronic books
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    UID:
    gbv_1697924174
    Umfang: 1 online resource (432 pages)
    Ausgabe: First edition.
    ISBN: 9781315271866 , 9781351986335
    Inhalt: chapter 1 Introduction: Religious Milieu in Contemporary Punjab -- chapter 2 Udasi, Seva Panthi and Nirmala Establishments: Mahants, Sants and Babas – Setting Pluralism in Sikh Faith -- chapter 3 Proliferation of Udasi, Seva Panthi and Nirmala Establishments in the Twentieth Century: Continuity of the Pluralism in Sikh Faith -- chapter 4 Nirankari, Namdhari, Neeldhari and Nanaksari Establishments: Enriching Pluralism in Sikh Faith -- chapter 5 Sants and Babas: Moving towards Khalsa Identity, Panthic Seva and Politics -- chapter 6 Conclusion.
    Weitere Ausg.: ISBN 9781138280649
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe ISBN 9781138280649
    Sprache: Englisch
    Schlagwort(e): Electronic books
    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