Dotnetcat » .NET Books » Build books
Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems
|
Author: | Aurélien Géron |
| Publisher: | O'Reilly Media ( 9 April 2017) | Price: |
| Rating: |
Graphics in this book are printed in black and white.
Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.
By using concrete examples, minimal theory, and two production-ready Python frameworks—scikit-learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you’ve learned, all you need is programming experience to get started.
- Explore the machine learning landscape, particularly neural nets
- Use scikit-learn to track…
ASP.NET Core 1.1 For Beginners: How To Build a MVC Website
|
Author: | Jonas Fagerberg |
| Publisher: | CreateSpace Independent Publishing Platform (24 May 2017) | Price: |
| Rating: |
Prerequisites:
- C# (Intermediate level)
- HTML5/CSS3 (Basic knowledge)
You will learn ASP.NET Core 1.1 by building two MVC applications. The first application will be built using an empty template. The goal is to get you familiar with ASP.NET Core 1.1 by adding middleware and services one piece at a time, building a basic application. Then you will build a second MVC application using a template that already contains support for MVC, Entity Framework Core, and user authentication. This application is a video course website, where users can register to gain access to
Natural Language Processing with PyTorch: Build Intelligent Language Applications Using Deep Learning
|
Author: | Delip Rao |
| Publisher: | O'Reilly Media (11 February 2019) | Price: |
Natural Language Processing (NLP) provides boundless opportunities for solving problems in artificial intelligence, making products such as Amazon Alexa and Google Translate possible. If you’re a developer or data scientist new to NLP and deep learning, this practical guide shows you how to apply these methods using PyTorch, a Python-based deep learning library.
Authors Delip Rao and Brian McMahon provide you with a solid grounding in NLP and deep learning algorithms and demonstrate how to use PyTorch to build applications involving rich representations of text specific to the problems you face. Each chapter includes several code examples and illustrations.
- Explore computational graphs and the supervised learning paradigm
- Master the basics of the PyTorch optimized tensor manipulation library
- Get an overview of traditional NLP concepts and methods
- Learn the basic ideas involved in building neural networks
- Use embeddings to…
Build Your Own ASP.NET 4 Web Site Using C# & VB, 4th Edition
|
Author: | Timmothy Posey |
| Publisher: | SitePoint (10 October 2011) | Price: |
| Rating: |
Build Your Own ASP.NET 4 Web Site Using C# & VB is aimed at beginner ASP.NET developers wanting to develop their skills, web designers wanting to move into server-side programming, and experienced developers making the leap from ASP to .NET.
Readers will learn:
- language and programming basics
- how to construct ASP.Net Web Pages
- how to build web applications
- to use validation controls
- database design and development
- how to use ADO.NET
- how to manage data and content
- how to integrate Ajax and jQuery
- the role of MVC
... all in the process of successfully developing and deploying a working intranet site for a fictional company.
Programming Visual Basic 2008: Build .NET 3.5 Applications with Microsoft's RAD Tool for Business
|
Author: | Tim Patrick |
| Publisher: | O'Reilly Media ( 6 June 2008) | Price: |
Ever since Visual Basic was merged into .NET, it's become the core language for creating business applications with Windows. The latest version, VB 2008, is even more useful -- and provides even more incentive for migrating from VB 6. All it lacks is a good book on how to harness its power. Programming Visual Basic 2008 fills the void.
Written in a lively and engaging style by a developer who's grown up with Visual Basic, including both VB 6 and VB .NET, this hands-on guide addresses the core topics of the new VB, from basic to complex, with plenty of code examples.
Programming Visual Basic 2008 also examines .NET programming from the application level with a chapter-by-chapter plan for developing, documenting, and deploying a full data-driven application. You learn, step-by-step, how to build and deploy a library management system, complete with patron, inventory, and barcode support.
The book's broad range of topics include:
- VB language…
Hands-On Unsupervised Learning Using Python: How to Build Applied Machine Learning Solutions from Unlabeled Data
|
Author: | Ankur A. Patel |
| Publisher: | O'Reilly Media (25 March 2019) | Price: |
Many industry experts consider unsupervised learning the next frontier in artificial intelligence, one that may hold the key to the holy grail in AI research, the so-called general artificial intelligence. Since the majority of the world's data is unlabeled, conventional supervised learning cannot be applied; this is where unsupervised learning comes in. Unsupervised learning can be applied to unlabeled datasets to discover meaningful patterns buried deep in the data, patterns that may be near impossible for humans to uncover.
Author Ankur Patel provides practical knowledge on how to apply unsupervised learning using two simple, production-ready Python frameworks - scikit-learn and TensorFlow using Keras. With the hands-on examples and code provided, you will identify difficult-to-find patterns in data and gain deeper business insight, detect anomalies, perform automatic feature engineering and selection, and generate synthetic datasets. All you need is programming and some…
Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX
|
Author: | Christian Wenz |
| Publisher: | O'Reilly Media (28 September 2007) | Price: |
| Rating: |
Delivering rich, Web 2.0-style experiences has never been easier. This book gives you a complete hands-on introduction to Microsoft ASP.NET AJAX 1.0, the new framework that offers many of the same benefits for Ajax development that ASP.NET provides for server-side development. With Programming ASP.NET AJAX, you'll learn how to create professional, dynamic web pages with Ajax in no time.
Loaded with code and examples that demonstrate key aspects of the framework, this book is ideal not only for ASP.NET developers who want to take their applications a step further with Ajax, but for any web developers interested in ASP.NET AJAX, no matter what technology they use currently. That includes JavaScript programmers who would like to avoid the headaches of writing cross-browser code.
Programming ASP.NET AJAX offers you:
- A high-level overview of the ASP.NET AJAX framework
- Functional code that you can cut and paste for use in your own applications
- The…
Windows Presentation Foundation Development Cookbook: 100 recipes to build rich desktop client applications on Windows
|
Author: | Kunal Chowdhury |
| Publisher: | Packt Publishing - ebooks Account (23 February 2018) | Price: |
| Rating: |
Gain comprehensive insight into WPF mechanics and capabilities.
Key Features- Gain a strong foundation in WPF features and patterns
- Leverage the MVVM pattern to build decoupled, maintainable apps
- Increase efficiency through Performance tuning and UI automation
Windows Presentation Foundation (WPF) is Microsoft's development tool for building rich Windows client user experiences that incorporate UIs, media, and documents. With the updates in .NET 4.7, Visual Studio 2017, C# 7, and .NET Standard 2.0, WPF has taken giant strides and is now easier than ever for developers to use.
If you want to get an in-depth view of WPF mechanics and capabilities, then this book is for you.
The book begins by teaching you about the fundamentals of WPF and then quickly shows you the standard controls and the layout options. It teaches you about data bindings and how to utilize resources and the MVVM pattern to maintain a clean and…
What's Your Digital Business Model?: Six Questions to Help You Build the Next-Generation Enterprise
|
Author: | Peter Weill |
| Publisher: | Harvard Business Review Press ( 8 May 2018) | Price: |
| Rating: |
Digital transformation is not about technology--it's about change.
In the rapidly changing digital economy, you can't succeed by merely tweaking management practices that led to past success. And yet, while many leaders and managers recognize the threat from digital--and the potential opportunity--they lack a common language and compelling framework to help them assess it and guide them in responding. They don't know how to think about their digital business model.
In this concise, practical book, MIT digital research leaders Peter Weill and Stephanie Woerner provide a powerful yet straightforward framework that has been field-tested globally with dozens of senior management teams. Based on years of study at the MIT Center for Information Systems Research (CISR), the authors find that digitization is moving companies' business models on two dimensions: from value chains to digital ecosystems, and from a fuzzy understanding of the needs of end customers to a…
Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems
|
Author: | Aurélien Géron |
| Publisher: | O'Reilly Media ( 4 August 2019) | Price: |
Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data.
The updated edition of this best-selling book uses concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow 2—to help you gain an intuitive understanding of the concepts and tools for building intelligent systems. Practitioners will learn a range of techniques that they can quickly put to use on the job. Part 1 employs Scikit-Learn to introduce fundamental machine learning tasks, such as simple linear regression. Part 2, which has been significantly updated, employs Keras and TensorFlow 2 to guide the reader through more advanced machine learning methods using deep neural networks. With exercises in each chapter to help you apply what you’ve learned, all…


Syndicate