Author: Jostein Gaarder
Publisher: Farrar, Straus and Giroux
ISBN: 1466804270
Category : Fiction
Languages : en
Pages : 599
Book Description
A page-turning novel that is also an exploration of the great philosophical concepts of Western thought, Jostein Gaarder's Sophie's World has fired the imagination of readers all over the world, with more than twenty million copies in print. One day fourteen-year-old Sophie Amundsen comes home from school to find in her mailbox two notes, with one question on each: "Who are you?" and "Where does the world come from?" From that irresistible beginning, Sophie becomes obsessed with questions that take her far beyond what she knows of her Norwegian village. Through those letters, she enrolls in a kind of correspondence course, covering Socrates to Sartre, with a mysterious philosopher, while receiving letters addressed to another girl. Who is Hilde? And why does her mail keep turning up? To unravel this riddle, Sophie must use the philosophy she is learning—but the truth turns out to be far more complicated than she could have imagined.
Sophie's World
Author: Jostein Gaarder
Publisher: Farrar, Straus and Giroux
ISBN: 1466804270
Category : Fiction
Languages : en
Pages : 599
Book Description
A page-turning novel that is also an exploration of the great philosophical concepts of Western thought, Jostein Gaarder's Sophie's World has fired the imagination of readers all over the world, with more than twenty million copies in print. One day fourteen-year-old Sophie Amundsen comes home from school to find in her mailbox two notes, with one question on each: "Who are you?" and "Where does the world come from?" From that irresistible beginning, Sophie becomes obsessed with questions that take her far beyond what she knows of her Norwegian village. Through those letters, she enrolls in a kind of correspondence course, covering Socrates to Sartre, with a mysterious philosopher, while receiving letters addressed to another girl. Who is Hilde? And why does her mail keep turning up? To unravel this riddle, Sophie must use the philosophy she is learning—but the truth turns out to be far more complicated than she could have imagined.
Publisher: Farrar, Straus and Giroux
ISBN: 1466804270
Category : Fiction
Languages : en
Pages : 599
Book Description
A page-turning novel that is also an exploration of the great philosophical concepts of Western thought, Jostein Gaarder's Sophie's World has fired the imagination of readers all over the world, with more than twenty million copies in print. One day fourteen-year-old Sophie Amundsen comes home from school to find in her mailbox two notes, with one question on each: "Who are you?" and "Where does the world come from?" From that irresistible beginning, Sophie becomes obsessed with questions that take her far beyond what she knows of her Norwegian village. Through those letters, she enrolls in a kind of correspondence course, covering Socrates to Sartre, with a mysterious philosopher, while receiving letters addressed to another girl. Who is Hilde? And why does her mail keep turning up? To unravel this riddle, Sophie must use the philosophy she is learning—but the truth turns out to be far more complicated than she could have imagined.
Python Data Science Handbook
Author: Jake VanderPlas
Publisher: "O'Reilly Media, Inc."
ISBN: 1491912138
Category : Computers
Languages : en
Pages : 609
Book Description
For many researchers, Python is a first-class tool mainly because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all—IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python. With this handbook, you’ll learn how to use: IPython and Jupyter: provide computational environments for data scientists using Python NumPy: includes the ndarray for efficient storage and manipulation of dense data arrays in Python Pandas: features the DataFrame for efficient storage and manipulation of labeled/columnar data in Python Matplotlib: includes capabilities for a flexible range of data visualizations in Python Scikit-Learn: for efficient and clean Python implementations of the most important and established machine learning algorithms
Publisher: "O'Reilly Media, Inc."
ISBN: 1491912138
Category : Computers
Languages : en
Pages : 609
Book Description
For many researchers, Python is a first-class tool mainly because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all—IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python. With this handbook, you’ll learn how to use: IPython and Jupyter: provide computational environments for data scientists using Python NumPy: includes the ndarray for efficient storage and manipulation of dense data arrays in Python Pandas: features the DataFrame for efficient storage and manipulation of labeled/columnar data in Python Matplotlib: includes capabilities for a flexible range of data visualizations in Python Scikit-Learn: for efficient and clean Python implementations of the most important and established machine learning algorithms
Munson, Young and Okiishi′s Fundamentals of Fluid Mechanics
Author: Philip M. Gerhart
Publisher:
ISBN: 9781119703266
Category :
Languages : en
Pages :
Book Description
Munson, Young, and Okiishi's Fundamentals of Fluid Mechanics is intended for undergraduate engineering students for use in a first course on fluid mechanics. Building on the well-established principles of fluid mechanics, the book offers improved and evolved academic treatment of the subject. Each important concept or notion is considered in terms of simple and easy-to-understand circumstances before more complicated features are introduced. The presentation of material allows for the gradual development of student confidence in fluid mechanics problem solving. This International Adaptation of the book comes with some new topics and updates on concepts that clarify, enhance, and expand certain ideas and concepts. The new examples and problems build upon the understanding of engineering applications of fluid mechanics and the edition has been completely updated to use SI units.
Publisher:
ISBN: 9781119703266
Category :
Languages : en
Pages :
Book Description
Munson, Young, and Okiishi's Fundamentals of Fluid Mechanics is intended for undergraduate engineering students for use in a first course on fluid mechanics. Building on the well-established principles of fluid mechanics, the book offers improved and evolved academic treatment of the subject. Each important concept or notion is considered in terms of simple and easy-to-understand circumstances before more complicated features are introduced. The presentation of material allows for the gradual development of student confidence in fluid mechanics problem solving. This International Adaptation of the book comes with some new topics and updates on concepts that clarify, enhance, and expand certain ideas and concepts. The new examples and problems build upon the understanding of engineering applications of fluid mechanics and the edition has been completely updated to use SI units.
The Book of R
Author: Tilman M. Davies
Publisher: No Starch Press
ISBN: 1593276516
Category : Computers
Languages : en
Pages : 833
Book Description
The Book of R is a comprehensive, beginner-friendly guide to R, the world’s most popular programming language for statistical analysis. Even if you have no programming experience and little more than a grounding in the basics of mathematics, you’ll find everything you need to begin using R effectively for statistical analysis. You’ll start with the basics, like how to handle data and write simple programs, before moving on to more advanced topics, like producing statistical summaries of your data and performing statistical tests and modeling. You’ll even learn how to create impressive data visualizations with R’s basic graphics tools and contributed packages, like ggplot2 and ggvis, as well as interactive 3D visualizations using the rgl package. Dozens of hands-on exercises (with downloadable solutions) take you from theory to practice, as you learn: –The fundamentals of programming in R, including how to write data frames, create functions, and use variables, statements, and loops –Statistical concepts like exploratory data analysis, probabilities, hypothesis tests, and regression modeling, and how to execute them in R –How to access R’s thousands of functions, libraries, and data sets –How to draw valid and useful conclusions from your data –How to create publication-quality graphics of your results Combining detailed explanations with real-world examples and exercises, this book will provide you with a solid understanding of both statistics and the depth of R’s functionality. Make The Book of R your doorway into the growing world of data analysis.
Publisher: No Starch Press
ISBN: 1593276516
Category : Computers
Languages : en
Pages : 833
Book Description
The Book of R is a comprehensive, beginner-friendly guide to R, the world’s most popular programming language for statistical analysis. Even if you have no programming experience and little more than a grounding in the basics of mathematics, you’ll find everything you need to begin using R effectively for statistical analysis. You’ll start with the basics, like how to handle data and write simple programs, before moving on to more advanced topics, like producing statistical summaries of your data and performing statistical tests and modeling. You’ll even learn how to create impressive data visualizations with R’s basic graphics tools and contributed packages, like ggplot2 and ggvis, as well as interactive 3D visualizations using the rgl package. Dozens of hands-on exercises (with downloadable solutions) take you from theory to practice, as you learn: –The fundamentals of programming in R, including how to write data frames, create functions, and use variables, statements, and loops –Statistical concepts like exploratory data analysis, probabilities, hypothesis tests, and regression modeling, and how to execute them in R –How to access R’s thousands of functions, libraries, and data sets –How to draw valid and useful conclusions from your data –How to create publication-quality graphics of your results Combining detailed explanations with real-world examples and exercises, this book will provide you with a solid understanding of both statistics and the depth of R’s functionality. Make The Book of R your doorway into the growing world of data analysis.
Essentials of Paleomagnetism
Author: Lisa Tauxe
Publisher: Univ of California Press
ISBN: 0520260317
Category : Science
Languages : en
Pages : 505
Book Description
"This book by Lisa Tauxe and others is a marvelous tool for education and research in Paleomagnetism. Many students in the U.S. and around the world will welcome this publication, which was previously only available via the Internet. Professor Tauxe has performed a service for teaching and research that is utterly unique."—Neil D. Opdyke, University of Florida
Publisher: Univ of California Press
ISBN: 0520260317
Category : Science
Languages : en
Pages : 505
Book Description
"This book by Lisa Tauxe and others is a marvelous tool for education and research in Paleomagnetism. Many students in the U.S. and around the world will welcome this publication, which was previously only available via the Internet. Professor Tauxe has performed a service for teaching and research that is utterly unique."—Neil D. Opdyke, University of Florida
Visualizing Data
Author: Ben Fry
Publisher: "O'Reilly Media, Inc."
ISBN: 0596519303
Category : Computers
Languages : en
Pages : 384
Book Description
Provides information on the methods of visualizing data on the Web, along with example projects and code.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596519303
Category : Computers
Languages : en
Pages : 384
Book Description
Provides information on the methods of visualizing data on the Web, along with example projects and code.
The R Book
Author: Michael J. Crawley
Publisher: John Wiley & Sons
ISBN: 9780470515068
Category : Mathematics
Languages : en
Pages : 953
Book Description
The high-level language of R is recognized as one of the mostpowerful and flexible statistical software environments, and israpidly becoming the standard setting for quantitative analysis,statistics and graphics. R provides free access to unrivalledcoverage and cutting-edge applications, enabling the user to applynumerous statistical methods ranging from simple regression to timeseries or multivariate analysis. Building on the success of the author’s bestsellingStatistics: An Introduction using R, The R Book ispacked with worked examples, providing an all inclusive guide to R,ideal for novice and more accomplished users alike. The bookassumes no background in statistics or computing and introduces theadvantages of the R environment, detailing its applications in awide range of disciplines. Provides the first comprehensive reference manual for the Rlanguage, including practical guidance and full coverage of thegraphics facilities. Introduces all the statistical models covered by R, beginningwith simple classical tests such as chi-square and t-test. Proceeds to examine more advance methods, from regression andanalysis of variance, through to generalized linear models,generalized mixed models, time series, spatial statistics,multivariate statistics and much more. The R Book is aimed at undergraduates, postgraduates andprofessionals in science, engineering and medicine. It is alsoideal for students and professionals in statistics, economics,geography and the social sciences.
Publisher: John Wiley & Sons
ISBN: 9780470515068
Category : Mathematics
Languages : en
Pages : 953
Book Description
The high-level language of R is recognized as one of the mostpowerful and flexible statistical software environments, and israpidly becoming the standard setting for quantitative analysis,statistics and graphics. R provides free access to unrivalledcoverage and cutting-edge applications, enabling the user to applynumerous statistical methods ranging from simple regression to timeseries or multivariate analysis. Building on the success of the author’s bestsellingStatistics: An Introduction using R, The R Book ispacked with worked examples, providing an all inclusive guide to R,ideal for novice and more accomplished users alike. The bookassumes no background in statistics or computing and introduces theadvantages of the R environment, detailing its applications in awide range of disciplines. Provides the first comprehensive reference manual for the Rlanguage, including practical guidance and full coverage of thegraphics facilities. Introduces all the statistical models covered by R, beginningwith simple classical tests such as chi-square and t-test. Proceeds to examine more advance methods, from regression andanalysis of variance, through to generalized linear models,generalized mixed models, time series, spatial statistics,multivariate statistics and much more. The R Book is aimed at undergraduates, postgraduates andprofessionals in science, engineering and medicine. It is alsoideal for students and professionals in statistics, economics,geography and the social sciences.
Cowboy Necromancer
Author: Harmon Cooper
Publisher:
ISBN:
Category :
Languages : en
Pages : 530
Book Description
Sterling Monedero is not your typical necromancer. Even with the game system and mancer class forced onto him by the alien monoliths known as Godwalkers, Sterling just wants to farm his peppers in peace and live out the rest of his troubled existence in quiet. He did that whole 'trying to get revenge on the Godwalkers' thing five years ago, and failed miserably. But when the Godwalkers show back up for their own bit of revenge - and Killbilly bandits appear trying to impose a pepper tax - the tough-as-bones loner decides enough is enough. It's time to reassemble the team, kick some much needed ass, and put an end to the alien threat once and for all. Or die trying. Set in a richly imagined post-apocalyptic New Mexico, this gritty LitRPG western features superpowered mancers, terrifying animal-skeletal hybrids, an intricate game system, and a big dose of Southwestern mysticism. Inspired by The Dark Tower, Old Man Logan, and Red Dead Redemption, best-selling author Harmon Cooper takes you on a high-octane thrill ride through desolate landscapes and dystopian urban decay, on an adventure that doesn't know how to back down from a challenge.
Publisher:
ISBN:
Category :
Languages : en
Pages : 530
Book Description
Sterling Monedero is not your typical necromancer. Even with the game system and mancer class forced onto him by the alien monoliths known as Godwalkers, Sterling just wants to farm his peppers in peace and live out the rest of his troubled existence in quiet. He did that whole 'trying to get revenge on the Godwalkers' thing five years ago, and failed miserably. But when the Godwalkers show back up for their own bit of revenge - and Killbilly bandits appear trying to impose a pepper tax - the tough-as-bones loner decides enough is enough. It's time to reassemble the team, kick some much needed ass, and put an end to the alien threat once and for all. Or die trying. Set in a richly imagined post-apocalyptic New Mexico, this gritty LitRPG western features superpowered mancers, terrifying animal-skeletal hybrids, an intricate game system, and a big dose of Southwestern mysticism. Inspired by The Dark Tower, Old Man Logan, and Red Dead Redemption, best-selling author Harmon Cooper takes you on a high-octane thrill ride through desolate landscapes and dystopian urban decay, on an adventure that doesn't know how to back down from a challenge.
Lunar Sourcebook
Author: Grant Heiken
Publisher: CUP Archive
ISBN: 9780521334440
Category : Science
Languages : en
Pages : 796
Book Description
The only work to date to collect data gathered during the American and Soviet missions in an accessible and complete reference of current scientific and technical information about the Moon.
Publisher: CUP Archive
ISBN: 9780521334440
Category : Science
Languages : en
Pages : 796
Book Description
The only work to date to collect data gathered during the American and Soviet missions in an accessible and complete reference of current scientific and technical information about the Moon.
White Trash Warlock
Author: David R. Slayton
Publisher: Blackstone Publishing
ISBN: 1094069191
Category : Fiction
Languages : en
Pages : 266
Book Description
Not all magicians go to schools of magic. Adam Binder has the Sight. It’s a power that runs in his bloodline: the ability to see beyond this world and into another, a realm of magic populated by elves, gnomes, and spirits of every kind. But for much of Adam’s life, that power has been a curse, hindering friendships, worrying his backwoods family, and fueling his abusive father’s rage. Years after his brother, Bobby, had him committed to a psych ward, Adam is ready to come to grips with who he is, to live his life on his terms, to find love, and maybe even use his magic to do some good. Hoping to track down his missing father, Adam follows a trail of cursed artifacts to Denver, only to discover that an ancient and horrifying spirit has taken possession of Bobby’s wife. It isn’t long before Adam becomes the spirit’s next target. To survive the confrontation, save his sister-in-law, and learn the truth about his father, Adam will have to risk bargaining with very dangerous beings ... including his first love.
Publisher: Blackstone Publishing
ISBN: 1094069191
Category : Fiction
Languages : en
Pages : 266
Book Description
Not all magicians go to schools of magic. Adam Binder has the Sight. It’s a power that runs in his bloodline: the ability to see beyond this world and into another, a realm of magic populated by elves, gnomes, and spirits of every kind. But for much of Adam’s life, that power has been a curse, hindering friendships, worrying his backwoods family, and fueling his abusive father’s rage. Years after his brother, Bobby, had him committed to a psych ward, Adam is ready to come to grips with who he is, to live his life on his terms, to find love, and maybe even use his magic to do some good. Hoping to track down his missing father, Adam follows a trail of cursed artifacts to Denver, only to discover that an ancient and horrifying spirit has taken possession of Bobby’s wife. It isn’t long before Adam becomes the spirit’s next target. To survive the confrontation, save his sister-in-law, and learn the truth about his father, Adam will have to risk bargaining with very dangerous beings ... including his first love.