Search found 90 matches: intelligence

Return to advanced search

LLM metrics - métricas

... del lenguaje médico, por lo que es una métrica más especializada que otras métricas de lenguaje natural. AGIeval AGIeval (Artificial General Intelligence evaluation) es una métrica utilizada para evaluar la capacidad de los modelos de lenguaje natural para realizar tareas de inteligencia ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 368

Re: more GGUF Model

Dear Jimmy, You may be able to use any GGUF file (Artificial Intelligence open source model) using llama64.dll with Harbour and FWH. Please follow these steps to build llama64.dll as it takes full advantage of your computer capabilities: https://forums.fivetechsupport.com/viewtopic.php?p=266316&sid=79f17f8ebda5b77d799c73fb2a39838c#p266316 ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 173

Re: random sentences generator

You can use chatGPT to generate the sentences for you: write 50 simple sentences to feed artificial intelligence using the format Tokenizer( sentence ) Tokenizer("The sun rises in the east.") Tokenizer("Cats are furry animals.") Tokenizer("Water freezes ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 716

Re: The Future of Developer Forums

In the spirit of the forum, I discuss one of your statement. :-) However, in an era where Artificial Intelligence (AI) can provide quick and precise answers to technical questions, I'm started to use AI lately (specifically Bing Chat) and found anything but "quick and ...
by Enrico Maria Giordano
Thu Nov 02, 2023 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 326

The Future of Developer Forums

... world of software development, forums have long served as an indispensable source of knowledge and support. However, in an era where Artificial Intelligence (AI) can provide quick and precise answers to technical questions, some wonder if forums are still relevant. In this blog post, we will ...
by Otto
Wed Nov 01, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 326

ChatGPT, AI

... been significant changes, and these changes are measurable. The hourly rates for programmers on Upwork have been impacted by AI. AI, or artificial intelligence, has enabled clients to get work done faster and at a lower cost. This has resulted in decreased demand for Indian programmers, as clients ...
by Otto
Sun Aug 20, 2023 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT, AI
Replies: 0
Views: 245

Re: change ChooseColor() Background Color

I already asked ChatGpt some questions concerning xHarbour.
None of the answers were free of errors.

Sometimes natural intelligence beats artificial intelligence. :D
by Detlef
Thu Apr 06, 2023 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 286

Harbour + BI

Hi Guys,
Do you know any low cost BI (Business Intelligence) to use with Harbour/Fivewin ?
by vilian
Thu Sep 22, 2022 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour + BI
Replies: 9
Views: 729

Re: Artificial Intelligence: GPT with Harbour and FWH

Leyendo facebook terminé aca. no lo sabía.

bien ahi!
by goosfancito
Sat Aug 06, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1376

Re: Ue Studio New Licence Modell

When you are coding using vscode and the artificial intelligence in vscode is "reading" your code, "understanding" what you are doing and "anticipating" to you, and you see what you were going to code just in front your ...
by Antonio Linares
Mon May 23, 2022 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio New Licence Modell
Replies: 20
Views: 1264

Re: Finding the elements of an array in another array

OpenAI GPT3 engine (Artificial Intelligence) assign a "dot" to each "word", so it creates a cloud of dots.

Finding a "pattern" is to recognize a sub cloud of dots in the main cloud.

Learning the basics for AI... :-)
by Antonio Linares
Fri Aug 20, 2021 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the elements of an array in another array
Replies: 9
Views: 845

Re: Artificial Intelligence - Class TNeuralNetwork

Working version (just missing the multi hidden layer support) #ifdef __PLATFORM__WINDOWS    #include "c:\harbour\include\hbclass.ch"#else   #include "/usr/include/harbour/hbclass.ch"#endif#define NUM_INPUTS               2#de...
by Antonio Linares
Sat Oct 03, 2020 5:59 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial Intelligence - Class TNeuralNetwork
Replies: 3
Views: 638

Re: Artificial Intelligence - Class TNeuralNetwork

Testing the Neural Network once trained: #ifdef __PLATFORM__WINDOWS    #include "c:\harbour\include\hbclass.ch"#else   #include "/usr/include/harbour/hbclass.ch"#endif#define NUM_INPUTS               2#define A_HIDDENLAYERSNEURONS  { 2 }  // one hiddenlayers with 2 neur...
by Antonio Linares
Sat Oct 03, 2020 5:50 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial Intelligence - Class TNeuralNetwork
Replies: 3
Views: 638

Artificial Intelligence - Class TNeuralNetwork

Work in progress: https://gist.github.com/espiritusanti/b7485c68a06ef2c8c76d8c62c8c39d8f https://images.squarespace-cdn.com/content/v1/5ccb715016b640627a1c2782/1586907440135-6INS2V3VS31ICY3TNUIW/ke17ZwdGBToddI8pDm48kM7Hgu4An2PrL1s4UDY39G9Zw-zPPgdn4jUwVcJE1ZvWQUxwkmyExglNqGp0I...
by Antonio Linares
Wed Sep 30, 2020 9:51 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial Intelligence - Class TNeuralNetwork
Replies: 3
Views: 638
Next

Return to advanced search