Sex Addiction: Free Yourself from Sex Addiction, Porn Obsession, and Shame
¥24.44
Sex Addiction: Free Yourself from Sex Addiction, Porn Obsession, and Shame
Played to Death: A Scott Drayco Mystery
¥0.01
Played to Death: A Scott Drayco Mystery
Hat Trick
¥0.01
Hat Trick
太宰治 ザベスト:走れメロス、女生徒、駈込み訴え、人間失格、斜陽: Osamu Dazai the Best
¥8.09
太宰治 ザベスト:走れメロス、女生徒、駈込み訴え、人間失格、斜陽: Osamu Dazai the Best
How Billionaires Live: How Successful People Think and Behave
¥23.30
How Billionaires Live: How Successful People Think and Behave
IELTS 6.0を6.5にするための単語?熟語(リーディング?リスニング対応勉強法)リストDL付
¥24.44
IELTS 6.0を6.5にするための単語?熟語(リーディング?リスニング対応勉強法)リストDL付
超上級韓国語:2000単語?文法(リスニング?リーディング対応、通訳翻訳レベル)1秒記憶シリーズ
¥24.44
超上級韓国語:2000単語?文法(リスニング?リーディング対応、通訳翻訳レベル)1秒記憶シリーズ
上級韓国語:2000単語?文法(リスニング?リーディング対応、TOPIK高級レベル)1秒記憶シリーズ
¥24.44
上級韓国語:2000単語?文法(リスニング?リーディング対応、TOPIK高級レベル)1秒記憶シリーズ
Scrappy Rough Draft: Use science to strategically motivate yourself & finish wri
¥0.01
The canonical Gospels stand very differently, as respects origin, character and reception, with the Gospels, Acts and Apocalpyses known as ‘Apocryphal.’ These apocryphal writings began to be produced (so far as known) in the second century, mostly in Ebionitic and Gnostic circles, and, with few exceptions, were repudiated and condemned by the Church. Only later, and in modified and expurgated forms, did their stories pass into the general Catholic tradition. The second century seems to have been a perfect hot-bed for the production of this class of writings. The heretical Gospel of the Egyptians is already quoted in 2 Clement (circa a.d. 140). Iren?us speaks of the sect of the Marcosians as adducing ‘an unspeakable number of apocryphal and spurious writings, which they themselves had forged, to bewilder the minds of the foolish,’ and instances the story, found in the Gospel of Thomas, of Jesus confounding the schoolmaster who sought to teach Him His letters (Adv. Haer. i. 20). Later tradition attributed the composition of many of the apocryphal writings (Pseudo-Matthew, Acts of Apostles) to a mythical Leucius, a disciple of the Apostles (cp. art. ‘Leucius,’ Dict. of Christ. Biog.). Eusebius gives a list of spurious and disputed books: ‘That we may have it in our power to know both these books (the canonical) and those that are adduced by the heretics under the name of the Apostles, such, viz., as compose the Gospels of Peter, of Thomas, and of Matthew, and certain others beside these, or such as contain the Acts of Andrew and John, and of the other Apostles, of which no one of those writers in the ecclesiastical succession has condescended to make any mention in his works; and, indeed, the character of the style itself is very different from that of the Apostles, and the sentiments, and the purport of those things that are advanced in them, deviating as far as possible from sound orthodoxy, evidently proves they are the fictions of heretical men; whence they are not only to be ranked among the spurious writings, but are to be rejected as altogether absurd and impious’ (H. E. iii. 25). Only a small part of this extensive literature remains to us, and in no case in its original form, but solely in later, and often much-altered recensions. CrossReach Publications
Herland
¥8.01
Herland
2000s Music Lyrics
¥9.71
How well do you know your noughties music? Do you think you can recognize a song from a single line of lyrics? If so, then this is the book for you! This eBook features 120 questions ranging from basic ones (to get you into the swing of things) all the way through to those that will have you scratching your head saying 'I KNOW this one!'. Perfect for all the family, this book is great fun for any occasion.
Azul
¥7.93
Azul
OpenCV 4 Computer Vision Application Programming Cookbook
¥70.84
Discover interesting recipes to help you understand the concepts of object detection, image processing, and facial detection Key Features * Explore the latest features and APIs in OpenCV 4 and build computer vision algorithms * Develop effective, robust, and fail-safe vision for your applications * Build computer vision algorithms with machine learning capabilities Book Description OpenCV is an image and video processing library used for all types of image and video analysis. Throughout the book, you'll work through recipes that implement a variety of tasks, such as facial recognition and detection. With 70 self-contained tutorials, this book examines common pain points and best practices for computer vision (CV) developers. Each recipe addresses a specific problem and offers a proven, best-practice solution with insights into how it works, so that you can copy the code and configuration files and modify them to suit your needs. This book begins by setting up OpenCV, and explains how to manipulate pixels. You'll understand how you can process images with classes and count pixels with histograms. You'll also learn detecting, describing, and matching interest points. As you advance through the chapters, you'll get to grips with estimating projective relations in images, reconstructing 3D scenes, processing video sequences, and tracking visual motion. In the final chapters, you'll cover deep learning concepts such as face and object detection. By the end of the book, you'll be able to confidently implement a range to computer vision algorithms to meet the technical requirements of your complex CV projects What you will learn * Install and create a program using the OpenCV library * Segment images into homogenous regions and extract meaningful objects * Apply image filters to enhance image content * Exploit image geometry to relay different views of a pictured scene * Calibrate the camera from different image observations * Detect people and objects in images using machine learning techniques * Reconstruct a 3D scene from images * Explore face detection using deep learning Who this book is for If you’re a CV developer or professional who already uses or would like to use OpenCV for building computer vision software, this book is for you. You’ll also find this book useful if you’re a C++ programmer looking to extend your computer vision skillset by learning OpenCV.
Supervised Machine Learning with Python
¥44.68
Teach your machine to think for itself! Key Features * Delve into supervised learning and grasp how a machine learns from data * Implement popular machine learning algorithms from scratch, developing a deep understanding along the way * Explore some of the most popular scientific and mathematical libraries in the Python language Book Description Supervised machine learning is used in a wide range of sectors (such as finance, online advertising, and analytics) because it allows you to train your system to make pricing predictions, campaign adjustments, customer recommendations, and much more while the system self-adjusts and makes decisions on its own. As a result, it's crucial to know how a machine “learns” under the hood. This book will guide you through the implementation and nuances of many popular supervised machine learning algorithms while facilitating a deep understanding along the way. You’ll embark on this journey with a quick overview and see how supervised machine learning differs from unsupervised learning. Next, we explore parametric models such as linear and logistic regression, non-parametric methods such as decision trees, and various clustering techniques to facilitate decision-making and predictions. As we proceed, you'll work hands-on with recommender systems, which are widely used by online companies to increase user interaction and enrich shopping potential. Finally, you’ll wrap up with a brief foray into neural networks and transfer learning. By the end of this book, you’ll be equipped with hands-on techniques and will have gained the practical know-how you need to quickly and powerfully apply algorithms to new problems. What you will learn * Crack how a machine learns a concept and generalize its understanding to new data * Uncover the fundamental differences between parametric and non-parametric models * Implement and grok several well-known supervised learning algorithms from scratch * Work with models in domains such as ecommerce and marketing * Expand your expertise and use various algorithms such as regression, decision trees, and clustering * Build your own models capable of making predictions * Delve into the most popular approaches in deep learning such as transfer learning and neural networks Who this book is for This book is for aspiring machine learning developers who want to get started with supervised learning. Intermediate knowledge of Python programming—and some fundamental knowledge of supervised learning—are expected.
世界股份公司史:“病理”与“战争”的500年
¥39.99
在产业革命的时代背景下,股份公司这一集资本筹措与生产为一体的经营系统发挥着巨大作用,为人类文明的发展与经济的增长做出了巨大贡献。但1929年的世界经济大危机、2008年的雷曼危机等都告诉人们,支撑我们这个世界的经济系统并非坚如磐石,它既有益于改善人们的生活,同时也会让人们陷无妄之灾。 本书所论述的股份公司是指以所有权与经营权分离,以股东拥有决定权为前提,公售股的公司或其早期形态的法人。全书共分为两大部分共十二个章节,极力再现了股份公司诞生的那个时代,发掘其产生的“动因”,探讨其所内含的“病理”。人们习惯性地在公司工作,极其自然地为公司“效忠”,但大概不知道为什么。作者对此行了分析。作者也着意探寻了,股份公司在未来是否仍能作为经济发展的原动力继续发挥作用,是否会出现某种新的要素促使股份公司发生质的改变。
关系场引论
¥5.00
关系场理论RFT(Relationship field theory)是以中国传统文化为土壤,以心理学理论为研究基础,以关系场为研究内容,以耗散结构理论为指导原则建构起来的思想体系。是一组内在有序外在广泛联系并尝试对主观世界中的事件做出一般意义上的描述和解释的观念、法则、原理的集合。关系场理论的提出旨在协助人们理解自己的心理事实,解释人际中的各种现象,并能够在此基础上对未来做出有效的预测和控制。 书中从六个层面观察和分析了沟通中所发生的事件。这六个层面分别为:零维元始要素,一维相对关系,二维标准平面,三维心理容器,四维生命个体,五维关系场域。本书包括五章,*章是总述,主要介绍了关系场理论的总体目标及其相关的一些专有概念。第二章是核心假设,列举了九条关系场的理论假设,这九条假设将成为整个关系场丛书的理论根基。第三章谈及五维关系场的结构,先论述了零维元始要素的基本含义和性质,之后从一维到五维逐一展开论述。针对具体事件的分析,可以从这六个维度入手,使分析更加有层次,也更*。第四章的标题是关系场理论中的十级概念,*级概念中只包含一个内容:有序。第十级概念中有十个内容,是有效沟通所用的简要十步。它们既可用于关系场咨询实践,也可用于营销和谈判等其它实践活动中。第五章关系场咨询理论,侧重探讨关系场理论在心理咨询中的应用,包括咨询原则、咨询对象、咨询技术、咨询理念、原因分析、疗效因子、咨询步骤等七个方面的内容。
日语会话王轻图解
¥18.00
本书是为了帮助日语学习者学习标准地道的日语口语而编写的,旨在利用超简单的方法让日语初学者有效提高日语口语水平。本书围绕与生活息息相关的话题,分谈天说地、着装扮、品尝美食、房屋住宿、交通出行、休闲娱乐、日常物、潮流生活八个部分,涵盖生活方方面面的常用对话。
外教社非通用语系列教材:快乐瑞典语
¥25.90
本教材主要用于中小学瑞典语零基础二外课,力求将西方语言教学理念与中国本土外语教学特长相结合,使学生以愉悦的状态学习和使用外语,在轻松愉快的氛围中畅游外语世界。 本教材共12课,每课分为对话、词汇、语法、练习和文化5个板块。每课内容围绕一个主题展,以口语会话形式引出话题,拓展相关知识,并配以丰富多样的练习,集知识性、人文性和趣味性于一体。
金龙一教你过韩语能力考试:TOPIK近似语法(初中高级)
¥9.99
《完全掌握.新韩国语能力考试TOPIK语法(初级、中高级全收录)》并非常规的语法书,而是为TOPIK考生“量身定制”的工具书。本书针对备考TOPIK初级和中高级的考生编写,强调实用性和学习效果。通过学习本书,考生可以在一个月内了解和巩固TOPIK考试必考的360个语法条目。如果某个语法有多种用法,但考试中只考其中两种常见用法,本书只收录常见用法。作者在解释语法时充分结合TOPIK考,尽可能多地列举出考试中可能出现的形式。另外,本书还收录相近语法和语法辨析,其中相近语法是TOPIK阅读专项的重要考,语法辨析则从实际应用层面阐述了作者对相近语法的解析。
The Critique of Pure Reason
¥28.04
Piping down the valleys wild,?Piping songs of pleasant glee,?On a cloud I saw a child,?And he laughing said to me:??"Pipe a song about a Lamb!"?So I piped with merry cheer.?"Piper, pipe that song again;"?So I piped: he wept to hear.??"Drop thy pipe, thy happy pipe;?Sing thy songs of happy cheer!"?So I sang the same again,?While he wept with joy to hear.??"Piper, sit thee down and write?In a book, that all may read."?So he vanish'd from my sight;?And I pluck'd a hollow reed,??And I made a rural pen,?And I stain'd the water clear,?And I wrote my happy songs?Every child may joy to hear. ?
On the Origin of Species
¥16.27
Bine a?i venit ?n casa primitoare a naturii, aici unde numerele stau al?turi de flori ?i anim?lu?e. Din acest fermec?tor tablou, nu trebuie s? lipsi nici voi, dragi copii.V? ve?i ?mprieteni cu matematica, urm?rind zborul fluturilor sau zburd?nd printre t?m?ioarele parfumate ?i ve?i ?nv??a, ?n mijlocul lor, graiul prin care plantele ?i animalele ??i r?nduiesc via?a calcul?nd totul f?r? eroare.Juca?i-v?, bucura?i-v? ?i ?nv??a?i u?or matematic?!

购物车
个人中心

