Close

A few good...wait for it... Bayesian lectures

Bayesian Statistics and Regularization Watch it on Academic Earth Bayesian Statistics and Regularization, Online Learning, Advice for Applying Machine Learning Algorithms, Debugging/fixing Learning Algorithms, Diagnostics for Bias & Variance, Optimization Algorithm Diagnostics, Diagnostic Example - Autonomous Helicopter, Error Analysis, Getting Started on a Learning Problem Reasoning with Bayes Networks

Share

Machine Learning - Light Summer Readings

  Some of my "light" summer readings for dissertation work.   Bayesian Artificial Intelligence, Second Edition by Kevin B. Korb , Ann E. Nicholson Causality: Models, Reasoning and Inference by Judea Pearl Probabilistic Graphical Models: Principles and Techniques by Daphne Koller , Nir Friedman Pattern Recognition and Machine Learning by Christopher M. Bishop Bayesian Networks:…

Share

Making a Business Case for MVC

ASP.NET MVC is the Microsoft implementation of Model View Controller design pattern for their web platform. It provides a clean separation of concerns, promotes decoupling between code and UI and supports test driven development practices which are hard to follow in a UI driven environment such as web forms. Developers often find themselves in the…

Share

Architectural Considerations for ASP.NET MVC Migration @ SoCal Architecture Group

I will be speaking at the next SoCal IASA chapter meeting on Thursday February 17, 2011 at Rancho Santiago Community College District, 2323 N. Broadway, Santa Ana. Meeting starts at 7:00 pm; RSVP by emailing to mike.vincent@mvasoftware.com if you plan to attend. Architectural Considerations for ASP.NET MVC Migration The Model View Controller (MVC) architectural pattern separates an application into…

Share

MvcConf - The virtual ASP.NET MVC Conference

MvcConf is a virtual conference focused on writing applications on top of the ASP.Net MVC framework. Tomorrow is the second event with sessions varying from introductory to advance ASP.NET MVC; including Going Postal - Generating email with View Engines, The NuGet-y Goodness of Delivering Packages MVC3 and View Engines and many more. Schedule and registration…

Share

Aspect.NET 2.2 Released

Version 2.2 of Aspect.NET - aspect-oriented programming toolkit for the .NET platform, integrated to Visual Studio has been released. Aspect.NET is developed at St. Petersburg University under the supervision of Professor Vladimir O. Safonov. The new feature of Aspect.NET 2.2 is in support of the second language - Visual Basic (alongside with C#) as aspect…

Share

Code Search Survey for Doctoral Thesis

Rosalva Eulogia Gallardo is a PhD student in the Department of Informatics in the Donald Bren School of Information and Computer Science @ UCI. One of the areas of Rosalva's research interests is Code search and retrieval on the Web and how developers use it. "Developers are typically searching for code to reuse as-is on a…

Share