ON 20171101@9:14:11 AM at page: On a web page you were interested in at: http://www.piclist.com/Techref/os/win/api/win32/func/src/f29_15.htm#43039.4109722222 James Newton[JMN-EFP-786] removed post 43039.4109722222 |Delete 'eosmpih@softbank.jp :
????????????????????
??????????????????????????
???????????????????????????????????????????????
????????????????????????
??????????????
????:??????????
' ON 20171101@9:16:12 AM at page: On a web page you were interested in at: http://www.piclist.com/Techref/language/masm/toc.htm#43040.3684953704 James Newton[JMN-EFP-786] removed post 43040.3684953704 |Delete 'yarnwfktoy@live.com : " ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????? " ' ON 20171104@9:47:23 AM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/logic/newbie.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\logic\newbie.htm&version=0 ON 20171104@9:48:26 AM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/logic/newbie.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\logic\newbie.htm&version=1 ON 20171104@7:15:36 PM at page: On a web page you were interested in at: http://www.massmind.org/Techref/app/openscad.htm#43043.8025 James Newton[JMN-EFP-786] See also: http://www.cannymachines.com/entries/9/openscad_dimensioned_drawings A library for adding visible dimensions to an OpenSCAD drawing. You must provide the dimensions... they are not automatically taken from the object. ON 20171107@5:01:29 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/inet/wwws.htm#43046.7093634259 James Newton[JMN-EFP-786] See also: http://web.archive.org/web/20150323132245/www.cyberspyder.com/download/setupWebBug.exe WebBug is a great little program that shows you exactly what was returned for any web request. ON 20171121@9:15:36 AM at page: On a web page you were interested in at: http://www.piclist.com/Techref/io/led/construction.htm#43050.6867824074 James Newton[JMN-EFP-786] removed post 43050.6867824074 |Delete 'soguntunnbi@gmail.com " how to work on Matrix led with pic and 74hc595 to display"
  • ' ON 20171123@11:45:02 AM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/ais.htm#43062.4896064815 James Newton[JMN-EFP-786] Says /Techref/method/ai/NeuralNets-vs-GeneticAlgorithms.htm Neural Networks vs Genetic Algorithms ON 20171123@11:46:08 AM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/ai/NeuralNets-vs-GeneticAlgorithms.htm#43062.4903703704 James Newton[JMN-EFP-786] Questions: In both cases, there must be some objective measure of how well the system is doing. In the case of a Neural Network, you also must know which direction to adjust the system to improve it's performance. With a Genetic Algorithm, you don't need to know that, but improvement is far slower. It's still better than purely random adjustments, because you are using "parents" who have the best performance out of a population. As long as some characteristic of the systems makes some better than others, and those characteristics can be selected into a new generation, then a method of selecting the helpful characteristics can be found. Neural Networks "converge" (improve) faster because they require direction about which way to correct; "should it move this way, or that to be better?"

    So you have to think about the problem you are facing and the information you have to work with. If you know the distance between the correct output and the given output of the system, and the direction the system should move to get better, then you can "back propagate" (train) a Neural Network. If you just have a measure of how good or bad the system output is, without knowing what should change to improve the system, then you have to use Genetic Algorithms. ON 20171123@11:47:17 AM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/ais.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\method\ais.htm&version=6 ON 20171123@11:47:54 AM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/ai/NeuralNets-vs-GeneticAlgorithms.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\method\ai\NeuralNets-vs-GeneticAlgorithms.htm&version=1 ON 20171123@12:00:54 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/ai/NeuralNets-vs-GeneticAlgorithms.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\method\ai\NeuralNets-vs-GeneticAlgorithms.htm&version=2 ON 20171125@11:18:50 AM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/ai/NeuralNets-vs-GeneticAlgorithms.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\method\ai\NeuralNets-vs-GeneticAlgorithms.htm&version=3 ON 20171129@2:34:32 PM at page: On a web page you were interested in at: http://www.piclist.com/Techref/method/error/quickcrc16.htm#43061.9960416667 James Newton[JMN-EFP-786] published post 43061.9960416667 This method is correct.so many codes confussing at add+shr or only shr condition.