The Buccaneers by Edith Wharton - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘The Buccaneers by Edith Wharton - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of Edith Wharton’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Wharton includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Buccaneers by Edith Wharton - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Wharton’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the text Please visit www.delphiclassics.com to learn more about our wide range of titles
The Storm by Max Brand - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘The Storm by Max Brand - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Collected Works of Max Brand’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Brand includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Storm by Max Brand - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Brand’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the textPlease visit www.delphiclassics.com to learn more about our wide range of titles
The Touchstone by Edith Wharton - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘The Touchstone by Edith Wharton - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of Edith Wharton’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Wharton includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Touchstone by Edith Wharton - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Wharton’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the text Please visit www.delphiclassics.com to learn more about our wide range of titles
Captains Courageous by Rudyard Kipling - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘Captains Courageous by Rudyard Kipling - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of Rudyard Kipling’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Kipling includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘Captains Courageous by Rudyard Kipling - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Kipling’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the text Please visit www.delphiclassics.com to learn more about our wide range of titles
Mastering JavaScript Functional Programming
¥334.25
Master Functional Programming techniques with this comprehensive guide for writing cleaner, safer, high-performing JavaScript codes About This Book Become proficient and skilled with Functional Programming in JavaScript to solve real-world development problems Successfully apply Functional Programming concepts and techniques to everyday JavaScript programming Bring modularity, reusability, testability, and performance to your web apps Who This Book Is For If you are a JavaScript developer and want to apply functional programming techniques, then this book is for you. Only a basic knowledge of the concepts of functional programming is required for this book. What You Will Learn Create more reliable code with closures and immutable data Convert existing methods into pure functions, and loops into recursive methods Develop more powerful applications with currying and function composition Separate the logic of your system from implementation details Implement composition and chaining techniques to simplify coding Use functional programming techniques where it makes the most sense In Detail Functional programming is a programming paradigm for developing software using functions. Learning to use functional programming is a good way to write more concise code, with greater concurrency and performance. The JavaScript language is particularly suited to functional programming. This book provides comprehensive coverage of the major topics in functional programming with JavaScript to produce shorter, clearer, and testable programs. You'll delve into functional programming; including writing and testing pure functions, reducing side-effects, and other features to make your applications functional in nature. Specifically, we'll explore techniques to simplify coding, apply recursion for loopless coding, learn ways to achieve immutability, implement design patterns, and work with data types. By the end of this book, you'll have developed the JavaScript skills you need to program functional applications with confidence. Style and approach This book takes an easy-to-follow, step-by-step tutorial approach. You will make the most of JavaScript programming with a focus on the progression of functional programming techniques, styles, and detailed information about JavaScript libraries.
scikit-learn Cookbook - Second Edition
¥297.10
Learn to use scikit-learn operations and functions for Machine Learning and deep learning applications. About This Book Handle a variety of machine learning tasks effortlessly by leveraging the power of scikit-learn Perform supervised and unsupervised learning with ease, and evaluate the performance of your model Practical, easy to understand recipes aimed at helping you choose the right machine learning algorithm Who This Book Is For Data Analysts already familiar with Python but not so much with scikit-learn, who want quick solutions to the common machine learning problems will find this book to be very useful. If you are a Python programmer who wants to take a dive into the world of machine learning in a practical manner, this book will help you too. What You Will Learn Build predictive models in minutes by using scikit-learn Understand the differences and relationships between Classification and Regression, two types of Supervised Learning. Use distance metrics to predict in Clustering, a type of Unsupervised Learning Find points with similar characteristics with Nearest Neighbors. Use automation and cross-validation to find a best model and focus on it for a data product Choose among the best algorithm of many or use them together in an ensemble. Create your own estimator with the simple syntax of sklearn Explore the feed-forward neural networks available in scikit-learn In Detail Python is quickly becoming the go-to language for analysts and data scientists due to its simplicity and flexibility, and within the Python data space, scikit-learn is the unequivocal choice for machine learning. This book includes walk throughs and solutions to the common as well as the not-so-common problems in machine learning, and how scikit-learn can be leveraged to perform various machine learning tasks effectively. The second edition begins with taking you through recipes on evaluating the statistical properties of data and generates synthetic data for machine learning modelling. As you progress through the chapters, you will comes across recipes that will teach you to implement techniques like data pre-processing, linear regression, logistic regression, K-NN, Naive Bayes, classification, decision trees, Ensembles and much more. Furthermore, you'll learn to optimize your models with multi-class classification, cross validation, model evaluation and dive deeper in to implementing deep learning with scikit-learn. Along with covering the enhanced features on model section, API and new features like classifiers, regressors and estimators the book also contains recipes on evaluating and fine-tuning the performance of your model. By the end of this book, you will have explored plethora of features offered by scikit-learn for Python to solve any machine learning problem you come across. Style and Approach This book consists of practical recipes on scikit-learn that target novices as well as intermediate users. It goes deep into the technical issues, covers additional protocols, and many more real-live examples so that you are able to implement it in your daily life scenarios.
The Captive by Marcel Proust - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘The Captive by Marcel Proust - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of Marcel Proust’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Proust includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Captive by Marcel Proust - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Proust’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the text Please visit www.delphiclassics.com to learn more about our wide range of titles
The Minister’s Wooing by Harriet Beecher Stowe - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘The Minister’s Wooing by Harriet Beecher Stowe - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of Harriet Beecher Stowe’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Stowe includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Minister’s Wooing by Harriet Beecher Stowe - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Stowe’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the text Please visit www.delphiclassics.com to learn more about our wide range of titles
Liberty Bazaar
¥40.79
Liverpool, 1863: Newly arrived in England, wealthy liberals enlist Trinity, an escaped slave girl, in their campaign to abolish slavery and support Abraham Lincoln's Union. Jubal, a high-ranking Confederate officer, has just arrived in Liverpool to find supporters and raise funds for the opposing side. When Trinity discovers a high-stakes conspiracy there to help win the war for the Southern States, she must risk everything to stop it – including her new-found freedom. But who will believe a runaway slave? And who can she really trust?
The Story of Miss Moppet by Beatrix Potter - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘The Story of Miss Moppet by Beatrix Potter - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of Beatrix Potter’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Potter includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Story of Miss Moppet by Beatrix Potter - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Potter’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the textPlease visit www.delphiclassics.com to learn more about our wide range of titles
Adventures of the Scarlet Pimpernel by Baroness Emma Orczy - Delphi Classics (Il
¥8.09
This eBook features the unabridged text of ‘Adventures of the Scarlet Pimpernel by Baroness Emma Orczy - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Collected Works of Baroness Emma Orczy’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Orczy includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘Adventures of the Scarlet Pimpernel by Baroness Emma Orczy - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Orczy’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the textPlease visit www.delphiclassics.com to learn more about our wide range of titles
The Elegy of Lady Fiammetta by Giovanni Boccaccio - Delphi Classics (Illustrated
¥8.09
This eBook features the unabridged text of ‘The Elegy of Lady Fiammetta by Giovanni Boccaccio - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Collected Works of Giovanni Boccaccio’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Boccaccio includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Elegy of Lady Fiammetta by Giovanni Boccaccio - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Boccaccio’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the textPlease visit www.delphiclassics.com to learn more about our wide range of titles
De Mulieribus Claris by Giovanni Boccaccio - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘De Mulieribus Claris by Giovanni Boccaccio - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Collected Works of Giovanni Boccaccio’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Boccaccio includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘De Mulieribus Claris by Giovanni Boccaccio - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Boccaccio’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the textPlease visit www.delphiclassics.com to learn more about our wide range of titles
The Three Impostors or the Transmutations by Arthur Machen - Delphi Classics (Il
¥8.09
This eBook features the unabridged text of ‘The Three Impostors or the Transmutations by Arthur Machen - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of Arthur Machen’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Machen includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Three Impostors or the Transmutations by Arthur Machen - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Machen’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the textPlease visit www.delphiclassics.com to learn more about our wide range of titles
Edward II by Christopher Marlowe - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘Edward II by Christopher Marlowe - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of Christopher Marlowe’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Marlowe includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘Edward II by Christopher Marlowe - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Marlowe’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the textPlease visit www.delphiclassics.com to learn more about our wide range of titles
Scorpio Triumph: Dray Prescot 43
¥40.79
Down in the continent of Loh many expeditions have ventured below the City of Eternal Twilight into the Realm of the Drums in search of one of the rubies of the Skantiklar. A Wizard of Loh, Na-Si-Fantong, is collecting the rubies, and it is believed he wants them for no good purpose. He has succeeded in obtaining a ruby and vanishes into the maze of tunnels under the city. Not really convinced of the importance of the Skantiklar, Prescot has to go in pursuit. Alone, he threads his way through the labyrinth, already feeling he will never catch Na-Si-Fantong... This edition includes a glossary to the Lohvian cycle. Scorpio Triumph is the forty-third book in the epic fifty-two book saga of Dray Prescot of Earth and of Kregen by Kenneth Bulmer, writing as Alan Burt Akers. The series continues with Intrigue of Antares.
Intrigue of Antares: Dray Prescot 44
¥40.79
Reared in the harsh conditions of Nelson's Navy, Dray Prescot failed to find success on Earth but has succeeded in winning fortune on Kregen. He is called the Emperor of Emperors, the Emperor of Paz, but he himself regards these titles as meaningless. Paz is a vast grouping of continents and islands and is inhabited by innumerable races and nations, so why should they band together under Prescot? The Star Lords themselves have chosen him for this heavy task, for he has the yrium, that particular charisma that binds other mortals to his service. Now, in this the first volume of the Balintol cycle, the Star Lords have dispatched him to the town of Amintin in the continent of Balintol. Under the streaming mingled lights of the Suns of Scorpio, Dray Prescot must set forth on his new adventures... Intrigue of Antares is the forty-fourth book in the epic fifty-two book saga of Dray Prescot of Earth and of Kregen by Kenneth Bulmer, writing as Alan Burt Akers. The series continues with Gangs of Antares.
Wildfire by Zane Grey - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘Wildfire by Zane Grey - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Collected Works of Zane Grey’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Grey includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘Wildfire by Zane Grey - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Grey’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the text Please visit www.delphiclassics.com to learn more about our wide range of titles
With Fire and Sword by Henryk Sienkiewicz - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘With Fire and Sword by Henryk Sienkiewicz - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of Henryk Sienkiewicz’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Sienkiewicz includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘With Fire and Sword by Henryk Sienkiewicz - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Sienkiewicz’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the text Please visit www.delphiclassics.com to learn more about our wide range of titles
The Man of the Forest by Zane Grey - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘The Man of the Forest by Zane Grey - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Collected Works of Zane Grey’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Grey includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Man of the Forest by Zane Grey - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Grey’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the text Please visit www.delphiclassics.com to learn more about our wide range of titles
The Flying Girl by L. Frank Baum - Delphi Classics (Illustrated)
¥8.09
This eBook features the unabridged text of ‘The Flying Girl by L. Frank Baum - Delphi Classics (Illustrated)’ from the bestselling edition of ‘The Complete Works of L. Frank Baum’. Having established their name as the leading publisher of classic literature and art, Delphi Classics produce publications that are individually crafted with superior formatting, while introducing many rare texts for the first time in digital print. The Delphi Classics edition of Baum includes original annotations and illustrations relating to the life and works of the author, as well as individual tables of contents, allowing you to navigate eBooks quickly and easily. eBook features: * The complete unabridged text of ‘The Flying Girl by L. Frank Baum - Delphi Classics (Illustrated)’ * Beautifully illustrated with images related to Baum’s works * Individual contents table, allowing easy navigation around the eBook * Excellent formatting of the text Please visit www.delphiclassics.com to learn more about our wide range of titles

购物车
个人中心

