mivec
08-24-2005, 06:16 AM
hi all,
lets say i have a whole load of words as my content...but when u display it, u definitely won't want the whole thing....eg:
Abstract Embedding of microprocessors within electronic devices is at the heart of the current era of electronic consumerism. Artificial Neural Networks (ANN’s) have played a relatively minor role in consumer electronics, so far. This is because, although ANN’s are a useful tool in many applications where PC based simulation of networks may be used to extract features from otherwise opaque collections of data, popular supervised networks such as the Multi-Layer Perceptron (MLP) suffer from slow training times and difficulty of hardware implementation. This presentation considers the potential of Weightless Neural Networks (WNN’s) in the area of intelligent embedded systems. WNN’s have been around for sometime, they are trained in a single pass through the data set and may easily be implemented in FPGA hardware. Unfortunately, until now, they have demonstrated only trivial powers of generalization. In this seminar, a new generation of WNN is described that shows generalization capabilities, which compete with that of the MLP. This should open up entirely new application areas. Some of the envisaged possibilities are discussed, e.g. adaptive control, image recognition, bio-informatics. This seminar is open to the public by invitation only. Please fax (03 - 8996 0253) or email your confirmation of participation on or before 20th. November 2002 with the following details, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut here ~~~~~~~~~~~~~ Name of Participant(s) : Company/Organisation : Address : Tel. : Fax. : email : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can contact Ms. Melissa Seah of the Adaptive Information Research Group at ext. 6409 or seah@mimos.my if you have any enquiries.
i might just want to output(limit the output) to:
Abstract Embedding of microprocessors within electronic devices is at the heart of the current era of electronic consumerism. Artificial Neural Networks (ANN’s) have played a relatively minor role in consumer electronics, so far. This is because, although ANN’s are a useful tool in many applications where PC based simulation of networks may be used to extract features from otherwise opaque collections of data, popular supervised networks such as the Multi-Layer Perceptron (MLP) suffer from slow training times and difficulty of hardware implementation.
in php it is :
nl2br(substr($row->contents, 0, 50))
how's it in asp??? thanking all of u in advance....
lets say i have a whole load of words as my content...but when u display it, u definitely won't want the whole thing....eg:
Abstract Embedding of microprocessors within electronic devices is at the heart of the current era of electronic consumerism. Artificial Neural Networks (ANN’s) have played a relatively minor role in consumer electronics, so far. This is because, although ANN’s are a useful tool in many applications where PC based simulation of networks may be used to extract features from otherwise opaque collections of data, popular supervised networks such as the Multi-Layer Perceptron (MLP) suffer from slow training times and difficulty of hardware implementation. This presentation considers the potential of Weightless Neural Networks (WNN’s) in the area of intelligent embedded systems. WNN’s have been around for sometime, they are trained in a single pass through the data set and may easily be implemented in FPGA hardware. Unfortunately, until now, they have demonstrated only trivial powers of generalization. In this seminar, a new generation of WNN is described that shows generalization capabilities, which compete with that of the MLP. This should open up entirely new application areas. Some of the envisaged possibilities are discussed, e.g. adaptive control, image recognition, bio-informatics. This seminar is open to the public by invitation only. Please fax (03 - 8996 0253) or email your confirmation of participation on or before 20th. November 2002 with the following details, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cut here ~~~~~~~~~~~~~ Name of Participant(s) : Company/Organisation : Address : Tel. : Fax. : email : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can contact Ms. Melissa Seah of the Adaptive Information Research Group at ext. 6409 or seah@mimos.my if you have any enquiries.
i might just want to output(limit the output) to:
Abstract Embedding of microprocessors within electronic devices is at the heart of the current era of electronic consumerism. Artificial Neural Networks (ANN’s) have played a relatively minor role in consumer electronics, so far. This is because, although ANN’s are a useful tool in many applications where PC based simulation of networks may be used to extract features from otherwise opaque collections of data, popular supervised networks such as the Multi-Layer Perceptron (MLP) suffer from slow training times and difficulty of hardware implementation.
in php it is :
nl2br(substr($row->contents, 0, 50))
how's it in asp??? thanking all of u in advance....