InGoPenAIbyPracticing DatScyUsage of Tensorflow.js image modelsBelow it a short webapp demonstrating Tensorflow.js image models: mobilenet, coco object detection, and posenet.Dec 2
Practicing DatScyCreating datasets with TensorflowThe Tensorflow Transformer library exclusively uses data in the form of datasets (tf.data.Dataset). All Tensorflow datasets can be listed…Mar 12
InGoPenAIbyPracticing DatScyUsage of Tensorflow.js text modelsFor the last few years, Tensorflow.js has become more and more popular with the new improvements in JavaScript development such as Node.js…Nov 27Nov 27
Practicing DatScyOpenAI Assistant: REST API usageThe OpenAI Assistant is a useful, low-cost tool to power a Web App to perform AI model analysis with attachments/files. The OpenAI general…May 8May 8
Practicing DatScyJavaScript Basics 3Circular shifting arrays to the right and left can be useful for data augmentation for AI model training.Oct 24Oct 24
InGoPenAIbyPracticing DatScyUsage of Tensorflow.js image modelsBelow it a short webapp demonstrating Tensorflow.js image models: mobilenet, coco object detection, and posenet.Dec 2
Practicing DatScyCreating datasets with TensorflowThe Tensorflow Transformer library exclusively uses data in the form of datasets (tf.data.Dataset). All Tensorflow datasets can be listed…Mar 12
InGoPenAIbyPracticing DatScyUsage of Tensorflow.js text modelsFor the last few years, Tensorflow.js has become more and more popular with the new improvements in JavaScript development such as Node.js…Nov 27
Practicing DatScyOpenAI Assistant: REST API usageThe OpenAI Assistant is a useful, low-cost tool to power a Web App to perform AI model analysis with attachments/files. The OpenAI general…May 8
Practicing DatScyJavaScript Basics 3Circular shifting arrays to the right and left can be useful for data augmentation for AI model training.Oct 24
Practicing DatScyFine Tune a BERT model w/ TensorflowThere are two different ways to use pre-trained models in Tensorflow: tensorflow hub (via Kaggle) and the tensorflow_models library. In…Mar 22
Practicing DatScyTypes of Text TokenizersThere are several strategies for constructing a text tokenizer: [0] select only meaningful words regardless of text order, [1] select…Oct 15
Practicing DatScyConnecting to Google AI modelsIn almost all of my posts, I have either trained the model or used OpenAI models. I thought it would be nice to do a few blog posts about…Jan 8