Tighter integration with Visual Studio among the highlights.
Learn how to leverage the powerful resource system of Android to support a variety of Android devices and languages.
- By Greg Shackles
- 05/28/2014
The Update comes fewer than two weeks after the official release of Update 2 at TechEd North America.
Take control of your application's behavior and move toward dependency injection by refactoring your existing code.
- By Ondrej Balas
- 05/20/2014
Dropout training is a relatively new algorithm which appears to be highly effective for improving the quality of neural network predictions. It's not yet widely implemented in neural network API libraries. Learn how to use dropout training if it's available in an existing system, or add dropout training to systems where it's not yet available.
- By James McCaffrey
- 05/13/2014
Knockout custom binding handlers can help simplify integration with third-party JavaScript libraries. Here's how.
- By Patrick Steele
- 04/30/2014
To train a neural network you need some measure of error between computed outputs and the desired target outputs of the training data. The most common measure of error is called mean squared error. However, there are some research results that suggest using a different measure, called cross entropy error, is sometimes preferable to using mean squared error.
- By James McCaffrey
- 04/22/2014
Kendo UI Core includes the entire mobile framework.
Also announced was a new interop organization called The .NET Foundation.
The developer preview was released yesterday.
Release Candidate 2 of Visual Studio 2013 also announced.
Evolutionary optimization can be used to train a neural network. A virtual chromosome holds the neural network's weights and bias values, and the error term is the average of all errors between the network's computed outputs and the training data target outputs. Learn how to code the solution.
- By James McCaffrey
- 03/26/2014
How to use MEF to add validation rule components to an ASP.NET MVC Web application.
You can do a lot more with regular expressions than you think. In this tutorial, you'll use it to convert a movie list into a CSV file for use in Excel.
- By Ondrej Balas
- 03/06/2014
The technology was developed by a company founded by two ex-Microsoft executives.
Developers can search for incompatibilities between their own code and .NET more easily than ever.
Visual Studio 2013, with the latest version of TypeScript, gives you the same kind of support you've come to expect when writing code in C# and Visual Basic.
Why user requests shouldn't always be granted.
Evolutionary optimization (EO) is a type of genetic algorithm that can help minimize the error between computed output values and training data target output values. Use this demo program to learn to the method.
- By James McCaffrey
- 02/18/2014
With Bing Code Search, Visual Studio developers get context-aware search capabilities from within IntelliSense.