bridge over water stream

4 Encryption options for your SQL Server

0
In today’s tutorial, we will learn about cryptographic elements like T-SQL functions, service master key, and more. SQL Server cryptographic elements Encryption is the process of...
stock market app

How to build an options trading web app using Q-learning

0
Today we will learn to develop an options trading web app using Q-learning algorithm and will also evaluate the model. Developing an options trading web...
How to perform image filtering

Image filtering techniques in OpenCV

1
In the world of computer vision, image filtering is used to modify images. These modifications essentially allow you to clarify an image in order to...
data backup restoration recovery restore browsing plan network

Understanding SQL Server recovery models to effectively backup and restore your database

0
Before you even think about your backups, you need to understand the SQL Server recovery model that is internally used while the database is...
Recurrent neural networks and LSTM

Recurrent neural networks and the LSTM architecture

0
A recurrent neural network is a class of artificial neural networks that contain a network like series of nodes, each with a directed or...
How does LSTM work?

What is LSTM?

0
What does LSTM stand for? LSTM stands for long short term memory. It is a model or architecture that extends the memory of recurrent neural...
SQL server user management tutorial

Get SQL Server user management right

0
The question who are you sounds pretty simple, right? Well, possibly not where philosophy is concerned, and neither is it where databases are concerned...
How do greedy algorithms work?

How greedy algorithms work

0
What is a greedy algorithm? Greedy algorithms are useful for optimization problems. They make the optimal choice at a localized and immediate level, with the...
sun glasses with reflection

OpenCV Primer: What can you do with Computer Vision and how to get started?

0
Computer vision applications have become quite ubiquitous in our lives. The applications are varied, ranging from apps that play Virtual Reality (VR) or Augmented Reality...
Bitcoin

Predicting Bitcoin price from historical and live data

0
Today, you will learn how to collect Bitcoin historical and live-price data. You will also learn to transform data into time series and train...

Must Read in Mobile

Understanding the Foundation of Protocol-oriented Design

0
When Apple announced Swift 2 at the World Wide Developers Conference (WWDC) in 2016, they also declared that Swift was the world’s first protocol-oriented...

Interviews