Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / July 2006

Tip: Looking for answers? Try searching our database.

Save running assembly to disk.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bruce - 13 Jun 2006 15:25 GMT
Ok lets say I have a neural network implementation and I in the process
of running a wizard have trained it for my data. Now I have that
trained network in memory.

I already have the functionality to serialize and deserialize the
network, however what I would really like to do is save that running
assembly with its preset dendrites to a dll. Is this possible.

Any ideas even if they sound crazy would be appreciated.
Vadym Stetsyak - 14 Jun 2006 10:24 GMT
Hello, Bruce!

B> I already have the functionality to serialize and deserialize the
B> network, however what I would really like to do is save that running
B> assembly with its preset dendrites to a dll. Is this possible.

AFAIK it is possible.

I assume that dll you want save is generated when neural net ( NN ) is training?

Or you have particlar object instance that holds data ( about NN ) and you want to save it along with that data?

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Bruce - 26 Jun 2006 15:13 GMT
> Hello, Bruce!
>
[quoted text clipped - 11 lines]
> Regards, Vadym Stetsyak
> www: http://vadmyst.blogspot.com

I have an object instance that holds data and I want to save along with
data.
I want to take the instance and save as is.
Vadym Stetsyak - 26 Jun 2006 16:54 GMT
Hello, Bruce!

B> I have an object instance that holds data and I want to save along with
B> data.
B> I want to take the instance and save as is.

Well, I think you need serialization.

Take a look for these samples
( http://www.c-sharpcorner.com/Language/serializingObjectsinCS.asp )
( http://www.codeproject.com/csharp/objserial.asp )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Bruce - 02 Jul 2006 16:51 GMT
> Well, I think you need serialization.
I have no problem with serialization that is extremely easy what I want
to do is while the assembly is loaded into memory I want to save it
with the current property settings to a dll.

I already implemented the serialize and deserialize method. What I
would really like to do is dynamically load the nn assembly train the
network and then save the trained network to the filesystem as a single
dll.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.