Search found 58 matches: algorithm

Return to advanced search

Alpha Zero, the new Chess Master

Alpha Zero: Learning from scratch. Only with the rules of the game. Then began to play using a Monte-Carlo algorithm, which uses random moves at first until a neural network begins to learn which are the most promising options. It took only four hours to play against himself ...
by Biel EA6DD
Thu Dec 07, 2017 4:25 pm
 
Forum: latest AI news
Topic: Alpha Zero, the new Chess Master
Replies: 5
Views: 989

Re: Calculate elapsed time between two dates

... is 90 minutes ... I have no problem calculating time on the same date .. but spanning days ( midnight ) is giving me a headache .. any advice or algorithm would be appreciated. If you want the answer in minutes: ? ( CTOT( DTOC( dEnd ) + " " + tEnd ) - CTOT( DTOC( ...
by nageswaragunupudi
Mon Jun 19, 2017 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate elapsed time between two dates
Replies: 11
Views: 2382

Calculate elapsed time between two dates

... is 90 minutes ... I have no problem calculating time on the same date .. but spanning days ( midnight ) is giving me a headache .. any advice or algorithm would be appreciated. Rick Lipkin
by Rick Lipkin
Mon Jun 19, 2017 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate elapsed time between two dates
Replies: 11
Views: 2382

Re: Google Cloud Platform

... so lets take a look at the lastest news about the masive attack carried on by a ransomware. According to those (last night) news, it is using an algorithm developed by NSA: yes, those ones that are 'protecting' us from the bad guys. The very same that demanded a backdoor to Apple to access a ...
by Carlos Mora
Tue May 16, 2017 6:02 am
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4187

Re: Inteligencia artificial - Clase TPerceptron

https://bitbucket.org/fivetech/screenshots/downloads/traditional_vs_MachineLearning.JPG Pedro Domingos: The Master Algorithm https://youtu.be/95XgpJAX6YE https://bitbucket.org/fivetech/screenshots/downloads/Where_does_knowledge_comes_from.JPG https://bitbucket.org/fivetech/screenshots/downloads/How_computers_discover_knowledge.JPG
by Antonio Linares
Tue May 16, 2017 4:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inteligencia artificial - Clase TPerceptron
Replies: 33
Views: 12963

Re: Artificial intelligence - Class TPerceptron

https://bitbucket.org/fivetech/screenshots/downloads/traditional_vs_MachineLearning.JPG Pedro Domingos: The Master Algorithm https://youtu.be/95XgpJAX6YE https://bitbucket.org/fivetech/screenshots/downloads/Where_does_knowledge_comes_from.JPG https://bitbucket.org/fivetech/screenshots/downloads/How_computers_discover_knowledge.JPG
by Antonio Linares
Tue May 16, 2017 4:47 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial intelligence - Class TPerceptron
Replies: 29
Views: 8163

Sr. Antonio - A versão atual do Harbour contempla?

... 2015-07-31 16:01 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/vm/asort.c % added new code for ASort() Warning: new sorting algorithm is stable (does not change the order of equal items). It means is not strictly Cl*pper compatible and it can be seen some dummy ASort() tests ...
by MGA
Thu Oct 20, 2016 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sr. Antonio - A versão atual do Harbour contempla?
Replies: 1
Views: 429

Re: FWH64

... included from C:\bcc\include\windows\sdk\gdiplus.h:25: -> the call to includefile gdiplus.h In file included from C:\bcc\include\dinkumware64\algorithm:4: In file included from C:\bcc\include\dinkumware64\xmemory:4: In file included from C:\bcc\include\dinkumware64\xmemory0:6: In file included ...
by byte-one
Thu Mar 31, 2016 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25504

Re: OpenAI

... and the other learned to predict the outcome from different arrangements on the board. The two networks were combined using a more conventional AI algorithm to look ahead in the game for possible moves. A scientific paper written by researchers from Google that describes the work appears in the ...
by modicr
Thu Jan 28, 2016 5:48 pm
 
Forum: Off Topic / Otros temas
Topic: OpenAI
Replies: 2
Views: 724

Re: To save an image [Solved]

Enrico . No more news. to solve the problem, we first have to develop code for octree algorithm and my c ++ does not go that far. I have c ++ code that is done but do not get removed compile errors. However, the GIF format is licensed for use and is overwhelmed by ...
by mastintin
Sat Nov 07, 2015 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To save an image
Replies: 52
Views: 7891

Re: bmpfromico

Silvio . You have algorithm in c:\bcc582\include\dinkumware ? if you are this file . Add the path c:\bcc582\include\dinkumware -I%bcdir%\include\dinkumware Bcc32.Exe -M -c -O2  -tW -v- -X -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS ...
by mastintin
Tue Jul 14, 2015 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 9094

Re: Ms Access (ADO) in a network with multiple users?

... the IT Dba's and put your .EXE on a share and create a short-cut on each desktop. ADO ( ole ) is always a good answer no matter what programming algorithm you use, be it AdoRdd, Fw_Ado functions\wrappers, or just plain ADO methods you manipulate defined by the Microsoft Ado Class within either ...
by Rick Lipkin
Fri Jun 12, 2015 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ms Access (ADO) in a network with multiple users?
Replies: 2
Views: 759

Re: Move controls as window size

Reinaldo

I have been looking for such an algorithm myself .. unfortunately I have had to find the controls manually and resize them manually.

I am not a method kinda person .. It appears your code is for non-mdi windows .. Will your code work with MDI as well ?

Rick Lipkin
by Rick Lipkin
Sat Feb 14, 2015 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6284

Re: Hash de nuestra aplicación

/******************************************************************************/
static function MD5File(cFileName)
/*
Calculates a message digest for a file using the MD5 algorithm.
*/
return Upper(HB_MD5File(cFileName))
by MGA
Thu Feb 05, 2015 6:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hash de nuestra aplicación
Replies: 9
Views: 1884
PreviousNext

Return to advanced search