Sunday, March 28, 2021

My Machine Learning Experience

I talk about my own Machine Learning experience and why I decided to convert to ML from enterprise software development with Oracle tools.

 

Sunday, March 14, 2021

FastAPI and Oracle DB Client in Docker

I describe how to dockerize Oracle DB Client with FastAPI and Uvicorn. The end result - you will be able to connect to Oracle Cloud DB and expose REST services through FastAPI in Python.

 

Sunday, March 7, 2021

TensorFlow.js Blueprint App Step by Step

I describe how to prepare data that comes from API into TensorFlow.js Dataset structure, how to shuffle, normalize, one-hot-encode, and batch the data. Next, I go on model training and explain why fitDataset is recommended way to train a neural network in TensorFlow.js. At last, I show how to do inference and print the results. This app is built with React, but the same code can be reused with any JS toolkit/framework.