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.
Understanding data encoding and normalization is an absolutely essential skill when working with neural networks. James McCaffrey walks you through what you need to know to get started.
- By James McCaffrey
- 01/15/2014
Just because your language can do it, it doesn't mean that you should.
Coverity 7.0 also focuses sharply on Web application security.
- By John K. Waters
- 01/08/2014
Although mathematically elegant, back-propagation isn't perfect. Instead consider using particle swarm optimization (PSO) to train your neural network; here's how.
- By James McCaffrey
- 12/18/2013
Learn how to cluster your numeric data using the k-means algorithm in this step-by-step guide.
- By James McCaffrey
- 12/10/2013
Learn how to process CSV files using the Template Method Pattern in a sample C# application.
Last time, Eric Vogel provided an overview of the Oculus Rift VR headset. In Part 2, he starts building a game with it.
Particle swarm optimization isn't usually seen as the first-choice technique for training a neural network but, as James McCaffrey demonstrates, it's a useful alternative.
- By James McCaffrey
- 11/25/2013
An updated Windows 8.1 API created opportunities for new tools.
At its official Visual Studio 2013 launch today, Redmond moved its flagship integrated development environment further into Windows Azure.
Learn how to implement the Bridge Pattern in .NET by building a Windows Store radio application.
Eric Vogel covers the Oculus Rift VR headset and how to put it too good use in your .NET apps in Part 1 of this series.
James McCaffrey walks you through whys and hows of using k-fold cross-validation to gauge the quality of your neural network values.
- By James McCaffrey
- 10/24/2013