LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

neural networks

Hey there!
I'm new in this group. Actually I signed in because of my BIG necessity
to find support 🙂
We are planning to code a neural network using labview but I have
received T O N S of comments from 'serious' programmers telling me that
LabVIEW is intrinsically problematic for coding such applications.

I would like to know if someone out there has done something similar and
similarly, I would appreciate any comment about this issue.

Thanx!


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 1 of 4
(3,892 Views)
I would go with Matlab and nnet toolbox. Coding the net is probably the
easy part, chosing a right network architecture and then training it is much
harder, and for that LabVIEW does not have a toolbox. LabVIEW can interface
with Matlab easily, so you can use both, Matlab for design and training,
LabVIEW for the runtime and GUI.
I have also seen a free nnet toolbox, so arguably you would only need
Matlab.

wrote in message news:8ghfd7$u37$1@nnrp1.deja.com...
> Hey there!
> I'm new in this group. Actually I signed in because of my BIG necessity
> to find support 🙂
> We are planning to code a neural network using labview but I have
> received T O N S of comments from 'serious' programmers telling me that
> LabVIEW is intrinsically problematic for codi
ng such applications.
>
> I would like to know if someone out there has done something similar and
> similarly, I would appreciate any comment about this issue.
>
> Thanx!
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
0 Kudos
Message 2 of 4
(3,892 Views)
Hi,
You might like to have a look at: http://www.fuzzytech.com/
It is one of the best fuzzy/neural sites I have come across. You can use
their software to create exe's or dll's and run them in Labview. There is a
Labview demo using such a technique, along with heaps of info on
fuzzy/neural technology. It may not be exactly what you are after, but is
good to keep in mind nevertheless.

Regards
John


bubucis wrote in message
news:392dbe64_5@goliath.newsfeeds.com...
> I would go with Matlab and nnet toolbox. Coding the net is probably the
> easy part, chosing a right network architecture and then training it is
much
> harder, and for that LabVIEW does not have a toolbox. LabVIEW can
interface
> with Matlab easily, so you can use both, Matlab for
design and training,
> LabVIEW for the runtime and GUI.
> I have also seen a free nnet toolbox, so arguably you would only need
> Matlab.
>
> wrote in message news:8ghfd7$u37$1@nnrp1.deja.com...
> > Hey there!
> > I'm new in this group. Actually I signed in because of my BIG necessity
> > to find support 🙂
> > We are planning to code a neural network using labview but I have
> > received T O N S of comments from 'serious' programmers telling me that
> > LabVIEW is intrinsically problematic for coding such applications.
> >
> > I would like to know if someone out there has done something similar and
> > similarly, I would appreciate any comment about this issue.
> >
> > Thanx!
> >
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
>
>
>
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
0 Kudos
Message 3 of 4
(3,892 Views)

hi.

i am working in CEERI-pilani and also i write vi's for people for their requirements.

so u want to develop a neural network in labview.

well that is a bit difficult than doing it in matlab.

but i hv developed the radial basis function neural network ( its just one of the many architectures which is best for plant modeling ) using labview 8.5.1.

if u would like to know abt it feel free to contact me at itsmylifesoham@gmail.com

 

0 Kudos
Message 4 of 4
(3,137 Views)