Home Data Page 297

Data

Data science dominates what we do as developers. Whether you’re managing, modelling or storing data, the latest data science news at Packt Hub will help you stay on top of new developments. We provide news, insights and tutorials around tools and topics like tensorflow, machine learning, deep learning, artificial intelligence and big data.

The ASP.NET Repeater Control

0
The Repeater control in ASP.NET is a data-bound container control that can be used to automate the display of a collection of repeated list...

PostgreSQL’s Transaction Model

0
On Databases Databases come in many forms. The simplest definition of a database is any system of storing, organizing, and retrieving data. With this definition,...

Creating a Simple Report using BIRT

0
Setting up a Simple Project The first thing we want to do when setting up our simple report project is to define what the project...

Comparing Cursor and Set Approaches in Processing Relational Data

0
To give you an idea about cursor, the following DECLARE statement creates a cursor (named zero_bal_crs), which gives you access to the rows of...

ADO.NET Entity Framework

0
Creating an Entity Data Model You can create the ADO.NET Entity Data Model in one of the two ways: Use the ADO.NET Entity Data Model...

Building Queries Visually in MySQL Query Browser

0
MySQL Query Browser, one of the open source MySQL GUI tools from MySQL AB, is used for building MySQL database queries visually. In MySQL...

Setting up the most Popular Journal Articles in your Personalized Community in Liferay Portal

0
Personal community is a dynamic feature of Liferay portal. By default, the personal community is a portal-wide setting that will affect all of the...

Visual MySQL Database Design in MySQL Workbench

0
MySQL Workbench is a visual database design tool recently released by MySQL AB. The tool is specifically for designing MySQL database. What you build in...

Query Performance Tuning in Microsoft Analysis Services: Part 2

0
MDX calculation performance Optimizing the performance of the Storage Engine is relatively straightforward: you can diagnose performance problems easily and you only have two options—partitioning...

Query Performance Tuning in Microsoft Analysis Services: Part 1

0
In this two-part article by Chris Webb, we will cover query performance tuning, including how to design aggregations and partitions and how to write...

Must Read in Cloud & Networking

Top life hacks for prepping for your IT certification exam

0
I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed up for a class that lasted one week, per...

Must Read in Data

Learn Transformers for Natural Language Processing with Denis Rothman

0
Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN and CNN models in use today. Artificial intelligence is...

Distributed training in TensorFlow 2.x

Interviews