Search found 1369 matches: url

Searched query: url

by Enrico Maria Giordano
Sun Feb 16, 2025 11:55 am
Forum: WhatsNew / Novedades
Topic: Latest Harbour and xHarbour builds
Replies: 4
Views: 4327

Re: Latest Harbour and xHarbour builds

Latest Harbour builds and xHarbour builds Rev. 10289:

https://github.com/FiveTechSoft/harbour ... our_builds
by Antonio Linares
Sat Feb 15, 2025 1:20 pm
Forum: latest AI news
Topic: Less is More
Replies: 0
Views: 133

Less is More

Researchers find you don’t need a ton of data to train LLMs for reasoning tasks

https://venturebeat.com/ai/researchers-find-you-dont-need-a-ton-of-data-to-train-llms-for-reasoning-tasks/

With merely 817 curated training samples, LIMO achieves 57.1% accuracy on AIME and 94.8% on MATH ...
by Vikthor
Fri Feb 14, 2025 10:12 pm
Forum: Artificial Intelligence
Topic: Aprendizaje por Refuerzo
Replies: 3
Views: 273

Re: Aprendizaje por Refuerzo

Los siguiente enlances son para Aprendizaje profundo
Aston Zhang et al. Dive into Deep Learning, 2021
https://d2l.ai/index.html
François Fleuret. The Little Book of Deep Learning, 2023.
https://fleuret.org/public/lbdl.pdf
Ian Goodfellow et al. Deep Learning. MIT Press, 2016
https://www ...
by Vikthor
Fri Feb 14, 2025 9:56 pm
Forum: Artificial Intelligence
Topic: Aprendizaje por Refuerzo
Replies: 3
Views: 273

Re: Aprendizaje por Refuerzo

Les dejo otros enlaces de lectura recomendada para Aprendizaje Máquina.

Bishop, C. M. (2006). Pattern recognition and machine learning. Springer.
https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf

Smola, A., & Vishwanathan, S ...
by Enrico Maria Giordano
Fri Feb 14, 2025 8:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xhb 1.31 xcc
Replies: 21
Views: 2137

Re: xhb 1.31 xcc

We already have an xHarbour build for MSC32:

https://github.com/FiveTechSoft/harbour ... vc2022.zip
by karinha
Fri Feb 14, 2025 3:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xhb 1.31 xcc
Replies: 21
Views: 2137

Re: xhb 1.31 xcc

Enrico, How about asking master Patrick Mast for help?

https://learn.microsoft.com/en-us/windo ... windowsize

Regards, saludos.
by VikthorThomas
Thu Feb 13, 2025 6:38 pm
Forum: Artificial Intelligence
Topic: Aprendizaje por Refuerzo
Replies: 3
Views: 273

Aprendizaje por Refuerzo

Hola a todos

Además del aprendizaje supervisado y no supervisado hay otro tipo de aprendizaje llamado "Aprendizaje por Refuerzo". ( RL - Por sus siglas en inglés , Reinforcement Learning ).

El objetivo de RL es obtener conocimiento en el tiempo mediante la prueba y el error. Al día de hoy hay ...
by karinha
Thu Feb 13, 2025 4:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xhb 1.31 xcc
Replies: 21
Views: 2137

Re: xhb 1.31 xcc

by jair
Thu Feb 13, 2025 1:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xhb 1.31 xcc
Replies: 21
Views: 2137

Re: xhb 1.31 xcc

http://www.xharbour.org/files/download/ ... 72_xcc.zip

Good morning!
I am using the
compilation that
there is this link here
by Antonio Linares
Thu Feb 13, 2025 8:34 am
Forum: Artificial Intelligence examples
Topic: Class TGemini to use Google Gemini AI
Replies: 0
Views: 143

Class TGemini to use Google Gemini AI

tgemini.prg
// Get your API key from https://aistudio.google.com

#include "FiveWin.ch"
#include "c:\harbour\contrib\hbcurl\hbcurl.ch"

//----------------------------------------------------------------------------//

CLASS TGemini

DATA cKey INIT ""
DATA cModel INIT "gemini-2.0-flash"
DATA ...