... Performing Arts, etc.
6. **Health & Medicine**: Anatomy, Physiology, Diseases, Medical Ethics, Nutrition...
7. **Business & Management**: Business Models, Marketing, Finance, Leadership...
8. **Education**: Teaching Methods, Pedagogy, Educational Systems, Special Education...
9. **Environment ...
Search found 71 matches: models
Searched query: models
- Fri Mar 07, 2025 11:41 pm
- Forum: latest AI news
- Topic: New QWQ from Alibaba
- Replies: 0
- Views: 508
- Wed Feb 26, 2025 7:33 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error al compilar ejemplos Gemini# con xHb
- Replies: 7
- Views: 578
Re: Error al compilar ejemplos Gemini# con xHb
... TGemini
DATA cKey INIT ""
DATA cModel INIT "gemini-2.0-flash"
DATA cResponse
DATA cUrl INIT "https://generativelanguage.googleapis.com/v1beta/models"
DATA cUploadUrl INIT "https://generativelanguage.googleapis.com/upload/v1beta/files"
DATA hCurl
DATA nError INIT 0
DATA nHttpCode INIT 0
DATA ...
DATA cKey INIT ""
DATA cModel INIT "gemini-2.0-flash"
DATA cResponse
DATA cUrl INIT "https://generativelanguage.googleapis.com/v1beta/models"
DATA cUploadUrl INIT "https://generativelanguage.googleapis.com/upload/v1beta/files"
DATA hCurl
DATA nError INIT 0
DATA nHttpCode INIT 0
DATA ...
- Fri Feb 21, 2025 7:16 am
- Forum: Artificial Intelligence examples
- Topic: thoughts.prg transformer
- Replies: 1
- Views: 647
Re: thoughts.prg transformer
... partial inputs.
It uses a mix of self-attention, feed-forward neural networks, and positional encoding, mimicking aspects of modern transformer models like those used in NLP (e.g., BERT, GPT).
Key Components
1. ThoughtBackupTransformer Class
Initialization:
Sets up weight matrices for Query (Q ...
It uses a mix of self-attention, feed-forward neural networks, and positional encoding, mimicking aspects of modern transformer models like those used in NLP (e.g., BERT, GPT).
Key Components
1. ThoughtBackupTransformer Class
Initialization:
Sets up weight matrices for Query (Q ...
- Mon Feb 17, 2025 5:22 pm
- Forum: latest AI news
- Topic: NVIDIA Project DIGITS - AI Supercomputer on your desk
- Replies: 1
- Views: 392
NVIDIA Project DIGITS - AI Supercomputer on your desk
... project-digits/
With the NVIDIA AI software stack preinstalled and 128GB of memory, developers can prototype, fine-tune, and inference large AI models of up to 200B parameters locally, and seamlessly deploy to the data center or cloud
https://www.nvidia.com/content/nvidiaGDC/us/en_US/project ...
With the NVIDIA AI software stack preinstalled and 128GB of memory, developers can prototype, fine-tune, and inference large AI models of up to 200B parameters locally, and seamlessly deploy to the data center or cloud
https://www.nvidia.com/content/nvidiaGDC/us/en_US/project ...
- Sat Feb 15, 2025 1:20 pm
- Forum: latest AI news
- Topic: Less is More
- Replies: 0
- Views: 371
Less is More
... 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, improving from previous SFT-based models' 6.5% and 59.2% respectively, while only using 1% of the training data required by previous approaches.
With merely 817 curated training samples, LIMO achieves 57.1% accuracy on AIME and 94.8% on MATH, improving from previous SFT-based models' 6.5% and 59.2% respectively, while only using 1% of the training data required by previous approaches.
- Fri Feb 14, 2025 9:56 pm
- Forum: Artificial Intelligence
- Topic: Aprendizaje por Refuerzo
- Replies: 3
- Views: 1104
Re: Aprendizaje por Refuerzo
... Learning-2006.pdf
Smola, A., & Vishwanathan, S. V. N. (2008). Introduction to machine learning. Cambridge University Press. 2008
http://alex.smola.org/drafts/thebook.pdf
Levy, R. (2012). Probabilistic Models in the Study of Language.
https://www.mit.edu/~rplevy/pmsl_textbook/book_draft.pdf
Smola, A., & Vishwanathan, S. V. N. (2008). Introduction to machine learning. Cambridge University Press. 2008
http://alex.smola.org/drafts/thebook.pdf
Levy, R. (2012). Probabilistic Models in the Study of Language.
https://www.mit.edu/~rplevy/pmsl_textbook/book_draft.pdf
- Thu Feb 13, 2025 8:34 am
- Forum: Artificial Intelligence examples
- Topic: Class TGemini to use Google Gemini AI
- Replies: 4
- Views: 1046
Class TGemini to use Google Gemini AI
... KEY" )
else
::cKey = cKey
endif
if ! Empty( cModel )
::cModel = cModel
endif
::cUrl = "https://generativelanguage.googleapis.com/v1beta/models"
::hCurl = curl_easy_init()
return Self
//----------------------------------------------------------------------------//
METHOD End() CLASS ...
else
::cKey = cKey
endif
if ! Empty( cModel )
::cModel = cModel
endif
::cUrl = "https://generativelanguage.googleapis.com/v1beta/models"
::hCurl = curl_easy_init()
return Self
//----------------------------------------------------------------------------//
METHOD End() CLASS ...
- Sun Feb 09, 2025 8:18 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Curso virtual implementación IA en nuestras aplicaciones
- Replies: 141
- Views: 113344
Re: Curso virtual implementación IA en nuestra aplicaciones
En este webinar os enseñaré a construir modelos de Inteligencia Artificial con los datos que querais para venderlos a Empresas!!!
In this webinar I will teach you to build AI models with the data that you want to sell them to companies!!!

In this webinar I will teach you to build AI models with the data that you want to sell them to companies!!!

- Sat Feb 08, 2025 5:11 pm
- Forum: latest AI news
- Topic: Ollama Modelfile
- Replies: 1
- Views: 1018
Ollama Modelfile
https://www.gpu-mart.com/blog/custom-llm-models-with-ollama-modelfile
ollama show llama2:latest --modelfile
ollama show llama2:latest --modelfile > myllama2.modelfile
Use any text or code editing tool,open and modify the system prompt and template in the model file to suit your preferences or ...
ollama show llama2:latest --modelfile
ollama show llama2:latest --modelfile > myllama2.modelfile
Use any text or code editing tool,open and modify the system prompt and template in the model file to suit your preferences or ...
- Fri Jan 31, 2025 10:24 pm
- Forum: latest AI news
- Topic: Alternative DeepSeek-R1 website
- Replies: 0
- Views: 423
- Tue Jan 28, 2025 3:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: new Class TDeepSeek in next FWH 24.12
- Replies: 16
- Views: 43435
Re: new Class TDeepSeek in next FWH 24.12
... methods for non-Chinese mainland phone numbers (+86).
2.Background of the Attack
The attack occurred after DeepSeek released its new AI models, Janus-Pro and JanusFlow, which demonstrated exceptional performance in multimodal understanding and generation tasks, even surpassing OpenAI's ...
2.Background of the Attack
The attack occurred after DeepSeek released its new AI models, Janus-Pro and JanusFlow, which demonstrated exceptional performance in multimodal understanding and generation tasks, even surpassing OpenAI's ...
- Mon Jan 06, 2025 10:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OpenAI vision API from FWH
- Replies: 10
- Views: 9170
Re: OpenAI vision API from FWH
... installed on it:
Yes, it is possible to use Ollama on the Jetson Nano Orin. Ollama is an open-source tool that allows you to run large language models (LLMs) locally on Jetson devices, including the Jetson Nano Orin.
To install Ollama on your Jetson Nano Orin, you can follow these steps:
1 ...
Yes, it is possible to use Ollama on the Jetson Nano Orin. Ollama is an open-source tool that allows you to run large language models (LLMs) locally on Jetson devices, including the Jetson Nano Orin.
To install Ollama on your Jetson Nano Orin, you can follow these steps:
1 ...
- Wed Dec 18, 2024 10:55 pm
- Forum: latest AI news
- Topic: AI Agents
- Replies: 1
- Views: 773
AI Agents
... internal states or past experiences. Example: Basic robots that follow a line on the floor.
Deliberative Agents : These agents use internal models and planning to decide on actions. They consider the future consequences of their actions. Example: Chess-playing programs.
Learning Agents ...
Deliberative Agents : These agents use internal models and planning to decide on actions. They consider the future consequences of their actions. Example: Chess-playing programs.
Learning Agents ...
- Mon Nov 18, 2024 6:08 am
- Forum: Off Topic / Otros temas
- Topic: Chris Langan Vision of Reality
- Replies: 0
- Views: 4150
Chris Langan Vision of Reality
... within the broader scope of
cosmic awareness an essential aspect of
the ctmu is the idea that reality is
self-contained unlike traditional models
of the universe which suggest it might
expand into some pre-existing space or
Dimension langan's Theory posits that
the Universe exists within ...
cosmic awareness an essential aspect of
the ctmu is the idea that reality is
self-contained unlike traditional models
of the universe which suggest it might
expand into some pre-existing space or
Dimension langan's Theory posits that
the Universe exists within ...
- Mon Sep 30, 2024 8:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: BuildIt: Apps generator using ChatGPT and FWH
- Replies: 2
- Views: 665
BuildIt: Apps generator using ChatGPT and FWH
... is priced at 15 cents per million input tokens and 60 cents per million output tokens1. This makes it a cost-effective option compared to previous models like GPT-3.5 Turbo.
This is a work in progress idea and concept. We can go and we will go much further, making it generate the database to use ...
This is a work in progress idea and concept. We can go and we will go much further, making it generate the database to use ...