Karlkim Suwanmongkol's blog articles

0
comment
on 8/28/2014 8:50 PM
Today, at devLink 2014, my last session of the day is “Practical Machine Learning – Predicting Things” by Seth Juarez. In his presentation, Seth talks about machine learning and his machine learning library, numl. The session is very entertaining and I learn a lot from it. Fun fact: Seth originally called his library, Machine Learning … Continue reading →
>> Read the full article
.
0
comment
on 7/29/2014 6:58 PM
I never notice that IIS Express doesn’t listen to web requests other than localhost. So, to my surprise, when I try http://127.0.0.1, I got HTTP 400, Bad Request instead.     Change 127.0.0.1 to localhost and everything is fine.   Anyway, you can set your IIS Express to let it listen to a request for … Continue reading →
>> Read the full article
.
1
comment
on 6/11/2014 11:14 AM
Since I have experienced the same error more than three times while creating Windows Service (.NET 3.5) on Visual Studio 2012 and/or 2013, I think I should post a solution here for my quick reference. If you create a Windows Service and target .NET 3.5 on Visual Studio 2012 or 2013, you might experience the … Continue reading →
>> Read the full article
.
0
comment
on 5/30/2014 7:42 PM
One function that I used very frequently in Functional Programming language like F# is map. For C# I can use Select function in LINQ to do the same thing. With ECMAScript5, JavaScript also comes with built-in map function. Here are how map functions looks like in JavaScript: However, if you still have to support IE8, … Continue reading →
>> Read the full article
.
0
comment
on 4/26/2014 2:02 PM
Lately, I have been trying to learn more about Data Science and Machine Learning. Following a coursera’s machine learning class and reading some books like, Data Science for Business and Mining the Social Web is very useful. However, you may want to get your hands dirty and learn the topics by solving the real-world problems. … 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