Search found 7 matches

by shashanka
Mon Apr 27, 2015 6:59 pm
Forum: SMILE
Topic: jSmile - learning network from multiple DataSet objects
Replies: 6
Views: 9860

Re: jSmile - learning network from multiple DataSet objects

Thanks! Are there any future plans to expand the set of methods exposed in jSMILE?
by shashanka
Fri Apr 03, 2015 8:41 pm
Forum: SMILE
Topic: jSmile - learning network from multiple DataSet objects
Replies: 6
Views: 9860

Re: jSmile - learning network from multiple DataSet objects

MarcinK wrote: In DSL_dataset class there is a method

Code: Select all

int RemoveRecord(int rec);
It is not described in the documentation, but it appears in header (dataset.h) file so it is available.
MarcinK,

I'm using jSmile and the method is not there.
by shashanka
Thu Apr 02, 2015 12:06 am
Forum: SMILE
Topic: jSmile - learning network from multiple DataSet objects
Replies: 6
Views: 9860

jSmile - learning network from multiple DataSet objects

Hi, I have several records from each day and I'm trying to learn a network from the past seven days of data. The goal is to perform inference on the 8-th day. However, every day the training window advances by one day. I don't want to recreate the DataSet object from scratch every time the training ...
by shashanka
Wed Apr 01, 2015 11:20 pm
Forum: SMILE
Topic: jSmile Network Learning
Replies: 1
Views: 6258

jSmile Network Learning

This is a dumb question but I just want to confirm... I want to learn a new network (both structure and parameters) from data. If I use GTT (https://dslpitt.org/genie/wiki/JSMILE_Learning:_GreedyThickThinning), is the returned network the complete learned network with both structure and parameters a...
by shashanka
Thu Nov 13, 2014 7:10 pm
Forum: SMILE
Topic: Newer methods in jSmile win32 binaries unavailable in win64
Replies: 3
Views: 7235

Re: Newer methods in jSmile win32 binaries unavailable in wi

Thanks shooltz,

Can you also update the binaries for Linux and macOS for both 32 and 64 bit?

Thanks!
by shashanka
Tue Nov 04, 2014 5:53 am
Forum: SMILE
Topic: Newer methods in jSmile win32 binaries unavailable in win64
Replies: 3
Views: 7235

Newer methods in jSmile win32 binaries unavailable in win64

Hi, I'm using jSmile on windows and some of the methods (findVariable in DataSet and readString/writeString in Network) available in the 32-bit binaries don't seem to be available in the 64-bit binaries. Could you share the updated binaries for windows 64-bit environments? Also, do you have any mave...