Rubens A. Zimbres

Lecture at Google Sao Paulo - Brazil

I am open to remote work opportunities worldwide


Senior Data Scientist and Machine Learning Engineer


Dual Master and Doctor in Business Administration and Electrical Engineering


Certified Google Cloud Professional Data Engineer


Google Developer Expert in AI/Machine Learning (NLP) and Google Cloud Platform (Security)


Mentor of Google for Startups Accelerator Brazil


CompTIA Security+ certified


AWS Certified Cloud Practitioner and AWS Certified Machine Learning - Specialty


Links

LinkedInMediumGitHubLinkEmail

âš  Disclaimer: five elements of this website were developed with Generative AI âš 

Contributor for the cybersecurity project OWASP Top 10 for Large Language Model Applications

My collection of pins from the Google Developers Experts program, Google Cloud Champions Innovators and NEXT '24. As many of them involve a certain level of difficulty, this makes them special for me.

LATEST UPDATES

 Google facilities in Sunnyvale, California - North America Connect '24

đź‘˝ On April 9th I was on Google Cloud Next '24 in Las Vegas (Champions and Certified Lounge) presenting Langchain and Gemini deployed in a Google Cloud infrastructure (Dialogflow and Cloud Run) đź‘˝

Google Cloud Champions Innovators at Next'24 Las Vegas

DevFest Experts Bootcamp in Sunnyvale - California

Google event in Colombia - NATION

APPS I DEVELOPED RECENTLY


APP 01 :   MULTIMODAL GENERATIVE AI APP     📽


MULTIMODAL GENERATIVE AI APP

I developed this Generative AI App with Streamlit and deployed in a Google Cloud infrastructure running on a Cloud Run container. The Python code, requirements and Dockerfile were used to create an image in Artifact Registry via Docker and then deployed in Cloud Run.

The App runs a Gemini-1.5-Flash model and presents multimodality features, where you can generate a report via function calling, analyze a PDF file making math calculations, a price table in an image, audio from Apple Q2 2024 earnings report, and also a marketing video. All this data then serves as input to Gemini 1.5 Flash to make an overall analysis of the financial and marketing strategies. This help decision makers to take better decisions.

The app is totally customizable via code and gets its image and video data from Google Cloud storage buckets.

The infrastructure is cost-efficient, as it runs on machines with only 1024 MB of memory, and Gemini-1.5-Flash cost is 1/10 of the cost of Gemini-1.0-Pro. Safety settings were added in order to block harmful content.

 APP 02 :   IN-BROWSER LLM INFERENCE


IN-BROWSER LLM INFERENCE

I developed this app for sentiment analysis using tflite and Javascript. BERT model is transformed into a .tflite model. The JS code loads the BERT.tflite in the browser from a remote repo.  

In-browser inference refers to the process of running machine learning models directly within a web browser, eliminating the need to send data back and forth to a server, as the App 01 does.

One can train any customized model in Tensorflow/PyTorch, convert to .tflite and deploy in the web browser.


 APP 03 :   REAL-TIME IN-BROWSER INFERENCE

The article explaining how to use a customized Tensorflow Lite model for in-browser inference is here.


IN-BROWSER ML INFERENCE

I developed this app for image classification using tflite and Javascript. Instead of the default and supported model EfficientNet, I used Resnet50 in PyTorch. The JS code loads the quantized .tflite model in the browser from a remote repo in Google Cloud. 

This solution allows anyone to  train any customized model in Tensorflow/PyTorch, convert to .tflite and deploy in the web browser.

PROJECTS WE DELIVERED

IoT Projects

Projects We Delivered

Some projects we delivered and their details: business needs, challenges and solution implemented.

Chatbots and Generative AI

Computer Vision Projects

ACTIVITY

My Google Developers profile

Articles about Google Cloud infrastructure, Vertex AI, Recommenders, Agent-Based Modeling, Graph Neural Networks, RAG. We have 17K views per month.

Articles about Google Cloud, Deep Learning, NLP, Agent-Based Modeling, Kubernetes, Transformers, Ethical Hacking, Pentesting, Social Networks

Python codes along my journey as Data Scientist. Machine Learning, Deep Learning, NLP, Transformers, Google Cloud, Algorithmic trading, Tensorflow, Keras and PyTorch

My profile at Google Experts Directory

My badges related to the courses and LABs I completed 

My previous experience, education, licenses, certifications, published papers and patents

My questions and answers in StackOverflow. I am a recognized member of the Google Cloud Collective

My certifications in Machine Learning, Deep Learning, Google Cloud and Ethical Hacking

Academic papers published during my Master and Doctorate

My three patents, two in NLP and one in Cellular Automata

I am a featured contributor at Wolfram Community, with 2 Staff Picks and 40,000 article views

MY ARTICLES

A critique about a flaw in Kolmogorov-Arnold Networks, that seem to fit any random data.

Here, I used a customized Resnet50 in PyTorch to develop an in-browser inference with Tensorflow Lite and Javascript.

In this article I provide technical details of Gemini-1.5-Flash, benchmarks comparison and use cases exploring multimodality (text, audio, video and images)

Article about the use of neo4j-runway to turn CSVs into Knowledge Graphs and subsequent elaboration of a diagnostic hypothesis, using Gemini and no cypher.

Tutorial about fine tuning Google’s open model Gemma-2b via HuggingFace and PyTorch to solve Mathematical problems

Here, I host data and embeddings in a SQL instance and the Generative AI application will run on GKE. Similarity results will be given by a SQL query , inside the chatbot app.

Here, I explore the phases, methodologies, and potential impacts of a Transfer Learning attack.

Tutorial about building a Knowledge Graph from scratch using Neo4j and Cypher

Article about deploying Gemini on Google Kubernetes Engine (GKE) and Dialogflow.

In this article, I use LangChain and GPT-4 to evaluate Google’s open model Gemma-2B-it in 22 criteria.

I made Google's open source model Gemma collaborate with OpenAI’s gpt-3.5 to generate a graph plot from a simple natural language sentence at a low cost. 

Here I create a Knowledge Graph storing scraped data in a structured manner, and using this data with LangChain to create a chatbot with memory

Article on how to use pgvector on a PostgreSQL database for RAG (Retrieval Augmented Generation) with LLMs.

A tutorial on how to identify the presence of Pegasus spyware on an iPhone

A Jupyter notebook about Two Towers Recommender in Tensorflow for Recruiting

Generative AI article on how to generate Python code using RAG + LangChain + LLM

Tutorial about installing an IDS for personal protection

OWASP Top 10 for LLMs, published at Google Developer Experts blog

Q&A Generative AI application in Google Cloud, published at Google Cloud blog

Generative AI automation to “read” and organize pedagogical projects in clusters

Setup of NVIDIA Merlin and Tensorflow for Recommendation Models, published in Google Developer Experts

Google Cloud Contact Center Artificial Intelligence (CCAI): A Managerial View

Two Towers Recommender: A Custom Pipeline in Vertex AI Using Kubeflow, published in Google Developer Experts

Search of Brazilian Laws using Dialogflow CX chatbot engine and Vertex AI Matching Engine

Graph Neural Networks: the message passing algorithm, published in Google Developer Experts

Develop Secure End-to-End Machine Learning Solutions in Google Cloud

My article on Attacking Active Directory in a Windows Server network with Kali Linux

Agent-Based Modeling with Python, NetLogo and Arduino

Burn a physical security key using a nRF52840 Dongle from Nordic to securely access your Google / Google Cloud accounts

In this article I will present the steps to create a Generative Adversarial Network. 

In this post, I explain how to run an IoT project from the command line, using Ubuntu Core in a Raspberry Pi 3. 

My first project with an IoT device and AWS IoT. It collects CPU Temperature in real time, send to Amazon AWS IoT and make it available for Machine Learning models and dashboards.

Based on people's contacts with each other, you can easily see the whole social network analysis.

My attempt to explain Schrodinger's Equation and CP Violation.

This is a code I developed with Wolfram Mathematica, while trying to solve an Atari game. An application in traffic is presented.

If you want to receive my articles on Medium, or provide feedback on this website. đź’¬

PRESENTATIONS

GANs_Summer_School_16_LAYOUT
Google Cloud Basics***
150_Machine_Learning_Formulas.pdf

RECOMMENDED CONTENT

People of AI is a podcast of Gus Martins and Ashley Oldacre from Google showcasing inspiring people with interesting stories in the world of Artificial Intelligence (AI) and its subset, Machine Learning (ML). 

The podcast will interview leaders, practitioners, researchers and learners in the field of AI/ML and invite them to share their stories, what they are building, lessons learned along the way, and excitement for the AI/ML industry.

For all the episodes, visit the People of AI page at: https://peopleofai.libsyn.com/

GALLERY

EXPERIMENTS

CONTACT

Conway's Game of Life
Search for the Global Minimum