Search found 85 matches: tensorflow

Return to advanced search

IA y Harbour Conceptos básicos

... Python en su desarrollo Comprendo que desde la optica harbour es la unica posibilidad de momento para acceder a la IA Ya desde los tiempos de tensorflow (que Antonio nos dio tambien charla en Novelda) pensé que si no se podia utilizar harbour, se podría utilizar javascript (o python) Javascript ...
by Joaquim Ferrer
Sat Apr 13, 2024 10:57 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 328

Re: Class TNeuralNetwork for Harbour

... contable, cuando te llega esta factura debes aplicar estos principios, debemos tomar una foto de la factura de compra y entrenar la IA mediante tensorflow, ¿esto debemos hacerlo proveedor por proveedor?, la IA irá aprendiendo que es una factura de compra y las próximas facturas de compra será ...
by jnavas
Sun Nov 19, 2023 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TNeuralNetwork for Harbour
Replies: 16
Views: 1593

Re: Class TNeuralNetwork for Harbour

... cuando te llega esta factura debes aplicar estos principios o criterio, debemos tomar una foto de la factura de compra y entrenar la IA mediante tensorflow, ¿esto debemos hacerlo proveedor por proveedor?, la IA ira aprendiendo que es una factura de compra y las próximas facturas de compra será ...
by jnavas
Sun Nov 19, 2023 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TNeuralNetwork for Harbour
Replies: 16
Views: 1593

Installing OpenAI gpt-2

sudo apt install python3
sudo apt install python3-pip
python3 -m pip install tqdm
python3 -m pip install tensorflow==1.14.0
git clone https://github.com/openai/gpt-2
cd gpt-2
python3 download_model.py 774M
python3 download_model.py 1558M
python3 -m pip install -r requirements.txt
by Antonio Linares
Wed Aug 19, 2020 11:50 am
 
Forum: Artificial Intelligence examples
Topic: Installing OpenAI gpt-2
Replies: 0
Views: 765

Re: función FWH para predecir ingresos con IA

Como has debido leer, Antonio empezó con este tema para poder utilizar TensorFlow
Los principios están ahí, ahora es cuestión de meterle horas, pruebas y desarrollo
viewtopic.php?f=44&t=33945&start=0#p200820
by cnavarro
Sun Apr 12, 2020 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: función FWH para predecir ingresos con IA
Replies: 4
Views: 595

Re: Add some functions for Tensorflow

Hello Charles,
thank you so much for your work.
I am very interested in this new techniques.
Would you be so kind to advice a novice some basic literature where to start.

Best regards
Otto
by Otto
Thu Jan 17, 2019 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add some functions for Tensorflow
Replies: 5
Views: 2688

Re: Add some functions for Tensorflow

Thank you.

Can you please share graph.pb and tensorflow.dll?.
by MOISES
Sat Jan 12, 2019 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add some functions for Tensorflow
Replies: 5
Views: 2688

Re: Add some functions for Tensorflow

Hello Richard, I already add a Tensorflow graph browser^^ function Main()   local oTF  := TensorFlow():New()   LOCAL nOp   LOCAL nCounter := 0   LOCAL nPos := 1   LOCAL ...
by CharlesKwon
Sat Jan 12, 2019 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add some functions for Tensorflow
Replies: 5
Views: 2688

Re: Add some functions for Tensorflow

Hi Charles,

Good job.
by richard-service
Sat Jan 12, 2019 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add some functions for Tensorflow
Replies: 5
Views: 2688

Add some functions for Tensorflow

... hDLL #include "FiveWin.ch"#define TF_INT32   3#define TF_STRING  7#define TF_INT64   9static hDLLfunction Main()   local oTF  := TensorFlow():New()   LOCAL nOp   LOCAL nCounter := 0   LOCAL nPos := 1   LOCAL nOld  := 0   oTF:ImportGraph( "graph.pb" ...
by CharlesKwon
Fri Jan 11, 2019 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add some functions for Tensorflow
Replies: 5
Views: 2688

Re: TensorFlow DLL for Windows (64 bits)

Antonio
saludos, excelente trabajo.
En este video, explican su aplicación, me interesa aplicarlo en las tendencias de ventas.
https://youtu.be/E7iBIzEhKnQ
by jnavas
Sun Nov 11, 2018 2:11 am
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: TensorFlow DLL for Windows (64 bits)
Replies: 28
Views: 14757

Re: New phone with AI capabilities?

To that end the Kirin 970 supports Tensorflow / Tensorflow Lite and Caffe/Caffe2. https://techcrunch.com/2017/05/17/googles-tensorflow-lite-brings-machine-learning-to-android-devices/ Follow the instructions at tensorflow/contrib/makefile ...
by Antonio Linares
Sun Sep 03, 2017 4:39 am
 
Forum: latest AI news
Topic: New phone with AI capabilities?
Replies: 2
Views: 716
Next

Return to advanced search