Faisal Waris's blog articles

0
comment
on 4/1/2013 6:14 AM
Many types of computational problems can be mapped to ‘bin packing’. Scheduling of jobs on a set of available machines is one such problem which is common in job shop type environments. Here is some F# code that implements the … Continue reading →
>> Read the full article
.
0
comment
on 1/31/2013 6:32 AM
Presented at the Detroit Lambda Lounge Event Jan 30, 2013 PowerPoint and demo code is here: https://dlldemo.codeplex.com/releases/view/101188  
>> Read the full article
.
0
comment
on 12/14/2012 9:01 PM
Web development is so different today than what it was even a few years ago. Web 1.0 (if we can call it that) is fading fast. Web 2.0 is in full swing. HTML 5 + CSS 3 and JavaScript are … Continue reading →
>> Read the full article
.
0
comment
on 10/30/2012 1:10 PM
In natural language processing (NLP), one of the first steps is to find the ‘stems’ of words from the ‘paradigm’ forms found in regular text. For example “construction” and “constructing” are paradigms of the stem “construct”. (Note there is a … Continue reading →
>> Read the full article
.
0
comment
on 8/27/2012 8:12 PM
Constraint Programming is a vast subject area in AI and Operations Research. Some well-known Constraint Satisfaction Problems (CSP) are Sudoku, N-Queens, Map Coloring, Scheduling (of many kinds, e.g. classrooms-to-courses). In general, CSP are NP-hard but many techniques/algorithms have emerged to … Continue reading →
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper