Lists and Indexes

Lists and Indexes
Author: Great Britain. Public Record Office
Publisher:
Total Pages: 290
Release: 1964
Genre: Archives
ISBN:

Lists and Indexes

Lists and Indexes
Author: List & Index Society
Publisher:
Total Pages: 500
Release: 1971
Genre: Archives
ISBN:

The List and Index Society publishes copies of lists and indexes from the Public Record Office, London, and other British Public Archives.

Data Science from Scratch

Data Science from Scratch
Author: Joel Grus
Publisher: "O'Reilly Media, Inc."
Total Pages: 336
Release: 2015-04-14
Genre: Computers
ISBN: 1491904399

Data science libraries, frameworks, modules, and toolkits are great for doing data science, but they’re also a good way to dive into the discipline without actually understanding data science. In this book, you’ll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch. If you have an aptitude for mathematics and some programming skills, author Joel Grus will help you get comfortable with the math and statistics at the core of data science, and with hacking skills you need to get started as a data scientist. Today’s messy glut of data holds answers to questions no one’s even thought to ask. This book provides you with the know-how to dig those answers out. Get a crash course in Python Learn the basics of linear algebra, statistics, and probability—and understand how and when they're used in data science Collect, explore, clean, munge, and manipulate data Dive into the fundamentals of machine learning Implement models such as k-nearest Neighbors, Naive Bayes, linear and logistic regression, decision trees, neural networks, and clustering Explore recommender systems, natural language processing, network analysis, MapReduce, and databases

Lists and Indexes

Lists and Indexes
Author: Great Britain. Public Record Office
Publisher:
Total Pages: 356
Release: 1908
Genre: Archives
ISBN:

Sources for U.S. History

Sources for U.S. History
Author: W. B. Stephens
Publisher: Cambridge University Press
Total Pages: 582
Release: 2003-01-30
Genre: History
ISBN: 9780521531368

This book offers a detailed and comprehensive guide to contemporary sources for research into the history of individual nineteenth-century U.S. communities, large and small. The book is arranged topically (covering demography, ethnicity and race, land use and settlement, religion, education, politics and local government, industry, trade and transportation, and poverty, health, and crime) and thus will be of great use to those investigating particular historical themes at national, state, or regional level. As well as examining a wide variety of types of primary sources, published and unpublished, quantitative and qualitative, available for the study of many places, the book also provides information on certain specific sources and some individual collections, in particular those of the National Archives.

Elm in Action

Elm in Action
Author: Richard Feldman
Publisher: Manning
Total Pages: 344
Release: 2020-05-26
Genre: Computers
ISBN: 1617294047

Summary Elm is more than just a cutting-edge programming language, it’s a chance to upgrade the way you think about building web applications. Once you get comfortable with Elm’s refreshingly different approach to application development, you’ll be working with a clean syntax, dependable libraries, and a delightful compiler that essentially eliminates runtime exceptions. Elm compiles to JavaScript, so your code runs in any browser, and Elm’s best-in-class rendering speed will knock your socks off. Let’s get started! About the technology Simply put, the Elm programming language transforms the way you think about frontend web development. Elm’s legendary compiler is an incredible assistant, giving you the precise and user-friendly support you need to work efficiently. Elm applications have small bundle sizes that run faster than JavaScript frameworks and are famously easy to maintain as they grow. The catch? Elm isn’t JavaScript, so you’ll have some new skills to learn. About the book Elm in Action teaches you the Elm language along with a new approach to coding frontend applications. Chapter by chapter, you’ll create a full-featured photo-browsing app, learning as you go about Elm’s modular architecture, Elm testing, and how to work seamlessly with your favorite JavaScript libraries. You’ll especially appreciate author and Elm core team member Richard Feldman’s unique insights, based on his thousands of hours writing production code in Elm. When you’re done, you’ll have a toolbox of new development skills and a stunning web app for your portfolio. What's inside Scalable design for production web applications Single-page applications in Elm Data modeling in Elm Accessing JavaScript from Elm About the reader For web developers with no prior experience in Elm or functional programming. About the author Richard Feldman is a software engineer at NoRedInk and a well-known member of the Elm community. Table of Contents PART 1 - GETTING STARTED 1. Welcome to Elm 2. Your first Elm application 3. Compiler as assistant PART 2 - PRODUCTION-GRADE ELM 4. Talking to servers 5. Talking to JavaScript 6. Testing PART 3 - BUILDING BIGGER 7. Data modeling 8. Single-page applications