A walkthrough of building an art style transfer program using deep learning techniques and tools like TensorFlow and the VGG16 model.
Also find me here:
Baeldung Author
Damilare Keshinro
Junior data scientist and data analytics program facilitator, with 3+ years working on various business projects and software applications. Strong background in research, database development, and machine learning. However, I'm also keen on applying machine learning to building personalised mobile applications to enhance work productivity.
Here's what I've written (so far):
Baeldung on Computer Science
- >All
- Deep Learning (1)
- Computer Vision (1)
Different Text Summarization Techniques Using Langchain
Filed under Deep Learning
Explore LangChain’s stuffing, map-reducing, refining, and custom techniques, which all depend on the user’s specific requirements, document features, and overall performance expectations.
Baeldung on SQL
- >All
- SQL Queries (2)
- SQL Joins (1)
- SQL Functions (1)
- Database Concepts (1)
What Is Sargability in SQL?
Filed under SQL Queries
Learn what sargability is and why it matters.
What Is a Conceptual Data Model and Why Is It Important in SQL Design?
Filed under Database Concepts
Learn about conceptual data modeling, the first step in database design.
What Are Common Table Expressions (CTE) Used For?
Filed under SQL Queries
A quick tutorial explaining common table expressions in SQL databases. They’re particularly useful for simplifying complex queries and organizing intermediate results in a structured manner.
Obtaining Multiple Counts Using a Single SQL Query
Filed under SQL Functions
Learn how to do multiple counts with a single query.
Updating Data with Joins in SQL Queries
Filed under SQL Joins
Explore various approaches of using UPDATE JOIN to update the data.