Search found 51 matches

by orzech
Fri Apr 06, 2012 10:23 am
Forum: SMILE
Topic: SMILE source code
Replies: 8
Views: 9817

Re: SMILE source code

I pretty sure that in this case this was not a good decision. Perhaps 10 years go that made sense but nowadays SMILE is developing too slow. I would be glad if I could help you out with MacOSX binaries but I simply can't and you cannot afford a Mac... I've been working with SMILE for 2 years now and...
by orzech
Tue Mar 27, 2012 5:26 pm
Forum: SMILE
Topic: Compiling jSmile against MacOSX binaries
Replies: 13
Views: 9277

Re: Compiling jSmile against MacOSX binaries

Perhaps something like this could work:
http://www.redmondpie.com/how-to-instal ... 7-9140301/
http://www.sysprobs.com/working-method- ... 7-intel-pc

You still need to have OS image, though.
by orzech
Mon Mar 26, 2012 8:16 am
Forum: SMILE
Topic: Compiling jSmile against MacOSX binaries
Replies: 13
Views: 9277

Re: Compiling jSmile against MacOSX binaries

I am sure it would be enough if you run virtualized Snow Leopard :)
by orzech
Wed Mar 21, 2012 2:31 pm
Forum: SMILE
Topic: Compiling jSmile against MacOSX binaries
Replies: 13
Views: 9277

Re: Compiling jSmile against MacOSX binaries

Hello, is there any progress with MacOSX binaries? I am pretty sure that you can build Mac binaries within non-OSX operation system. That's just the matter of installing compiler and setting appropriate architecture. Another way is to use a virtual instance of OSX. I can also build the binaries for ...
by orzech
Wed Mar 14, 2012 5:37 pm
Forum: SMILE
Topic: Compiling jSmile against MacOSX binaries
Replies: 13
Views: 9277

Re: Compiling jSmile against MacOSX binaries

Well one more thing. Would it be possible to send me previous SMILE binaries for Win VS 2010 so they are compatible with previous jSmile distribution ?... I am sure that you keep these files somewhere!
by orzech
Wed Mar 14, 2012 8:19 am
Forum: SMILE
Topic: Compiling jSmile against MacOSX binaries
Replies: 13
Views: 9277

Re: Compiling jSmile against MacOSX binaries

Thanks I'll check this out. :)
by orzech
Tue Mar 13, 2012 7:16 pm
Forum: SMILE
Topic: Compiling jSmile against MacOSX binaries
Replies: 13
Views: 9277

Re: Compiling jSmile against MacOSX binaries

I see. I can help if you like :)

Is there a chance that you could send me previous release of jSmile sources? Unfortunately I've lost them somehow and it's the only way I can use jSmile on MacOSX. I would be really thankful.
by orzech
Sat Mar 10, 2012 1:33 pm
Forum: SMILE
Topic: Compiling jSmile against MacOSX binaries
Replies: 13
Views: 9277

Compiling jSmile against MacOSX binaries

Hi again,

The same problem again. :( :o :x :roll: I am trying to build jSmile for MacOSX but binaries (http://genie.sis.pitt.edu/download/smil ... 0_1.tar.gz) seem to be outdated. Could you please resolve this issue?

Feel free to contact me directly.

Thanks in advance,
Piotr
by orzech
Mon Feb 20, 2012 12:50 pm
Forum: SMILE
Topic: different results for Genie and Smile
Replies: 23
Views: 19703

Re: different results for Genie and Smile

Actually I've spent a lot of time trying to figure out how to set up Smile to produce the same results as Genie. AFAIR, Genie uses d-separation by default. You can look through this topic: http://genie.sis.pitt.edu/forum/viewtop ... +relevance
by orzech
Sat Jan 28, 2012 2:19 pm
Forum: SMILE
Topic: Compiler errors in Smile .NET wrapper
Replies: 3
Views: 3747

Re: Compiler errors in Smile .NET wrapper

Hi Martijn, Sure. Just take Smile .NET source code and launch it with VS 2010 (http://genie.sis.pitt.edu/download/smilenet_src.zip). Then take latest SMILE binaries for VS 2010 (http://genie.sis.pitt.edu/download/smile_1_1_windows_vc10.zip) and unpack it to cppsmile in the wrapper source code projec...
by orzech
Tue Jan 17, 2012 11:55 am
Forum: SMILE
Topic: Compiler errors in Smile .NET wrapper
Replies: 3
Views: 3747

Compiler errors in Smile .NET wrapper

Hi,

Again I have to report a compiler problem. Due to changes in 'learning classes' you cannot compile Smile .NET wrapper with the latest sources. This is the same exact thing I've reported for jSmile. Is it possible that you fix that issues?

Kind regards,
Piotr
by orzech
Sat Jan 07, 2012 7:21 pm
Forum: SMILE
Topic: About Error (-42): UpdateBeliefs fails
Replies: 1
Views: 2431

Re: About Error (-42): UpdateBeliefs fails

Most propably your model became too complicated to get computed. -42 error simply means that you are getting out of memory during computation. You are indeed right that you should: 1. Reduce the number of parent nodes so that your CPTs aren't that large. You should get familiar with parent divorcing...
by orzech
Sun Jan 01, 2012 1:28 pm
Forum: GeNIe
Topic: GeNIe missing Unicode encoding
Replies: 2
Views: 3391

Re: GeNIe missing Unicode encoding

Thank you. Unfortunately string encoding in C++ is really a pain... :/

Good luck and Happy New Year
by orzech
Mon Dec 26, 2011 5:07 pm
Forum: GeNIe
Topic: GeNIe missing Unicode encoding
Replies: 2
Views: 3391

GeNIe missing Unicode encoding

Hello,

I've noticed that GeNIe's text fields don't support any Unicode-type encoding. Thus, it makes impossible to use GeNIe for editing node's documentation/properties in foregin languages (German, French etc...). Is there a chance you can solve this in the nearest future?

Kind Regards,
Piotr
by orzech
Mon Dec 19, 2011 2:25 pm
Forum: SMILE
Topic: Compiler errors!!!
Replies: 2
Views: 2964

Re: Compiler errors!!!

No problem. Perhaps you could use some continous integration tool like Jenkins (http://jenkins-ci.org/). Your project is large enough to automate building process.