Andrej Baranovskij Blog
Blog about Oracle, Full Stack, Machine Learning and Cloud
Thursday, October 31, 2019
Getting Your Hands Dirty with TensorFlow 2.0 and Keras API
›
Diving into technical details of the regression model creation with TensorFlow 2.0 and Keras API. In TensorFlow 2.0, Keras comes out of the...
Thursday, October 24, 2019
SEO for Single Page Oracle (SPA) JET Application
›
This is a quick tip post related to Oracle JET. SEO (search engine optimization) is a must for a public website or public-facing app. Sea...
Saturday, October 19, 2019
Machine Learning with SQL
›
Python (and soon JavaScript with TensorFlow.js) is a dominant language for Machine Learning. What about SQL? There is a way to build/run Ma...
Wednesday, September 25, 2019
Running Oracle JET in Oracle Cloud Free Tier
›
OOW'19 stands up from recent years OOW conferences with important announcement - Oracle Cloud Free Tier offering. This offering include...
Monday, September 23, 2019
Comprehensive TensorFlow.js Example
›
I have implemented an app which includes TensorFlow.js API usage. First I will walk you through the app functionality and then will dive in...
Tuesday, September 10, 2019
Using Web Worker for Long Tasks in Oracle JET
›
JavaScript app runs in a single thread. This means if there is a long-running resource-intensive operation - the thread will be blocked and...
Sunday, August 11, 2019
Oracle JET - How To Reference JavaScript Module in HTML
›
I will explain how to reference JavaScript module function in Oracle JET HTML. In previous Oracle JET versions, we were using $root to acce...
‹
›
Home
View web version