Home Data Page 296

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.

Text Search, your Database or Solr

0
Text Search Features If you think that text search is just a basic thing and nothing more than returning results that matched words in a...

Including Charts and Graphics in Pentaho Reports (Part 1)

0
Supported charts Pentaho Reporting relies on JFreeChart, an open source Java chart library, for charting visualization within reports. From within Report Designer, many chart types...

Including Charts and Graphics in Pentaho Reports (Part 2)

0
Ring chart The ring chart is identical to the pie chart, except that it renders as a ring versus a complete pie. In addition to...

External Tables in Oracle 10g/11g Database: Part 2

0
Data transformation with External Tables One of the main uses of the External Tables is their support of the ETL process, allowing the user to...

Graphical Report Design with iReport: Part 2

0
By the end of this article, you should be able to: Add multiple columns to a report Group report data Add images and charts to a report Creating...

Pentaho Reporting: Building Interactive Reports in HTML

0
Interactive HTML report properties All reporting elements share a common set of HTML-related properties that may be used to create a dynamic report. Below is...

Graphical Report Design with iReport: Part 1

0
In 2008, iReport was rewritten to take advantage of the NetBeans platform. It is freely available both as a standalone product and as a...

Migrating MS Access 2003 Data using the Oracle SQL Developer 1.2

0
Introduction Business needs often necessitate data migration from a smaller, less secure database to a higher end, faster database server with a more reliable availability....

Installation and basic features of EnterpriseDB

0
Installing the EnterpriseDB Download PostgrePlus Advanced Server 8.3 ( pgplus-advsvr-windows-83012b.exe (120MB) ) from the following site: http://www.enterprisedb.com/products/download.do. After downloading the program double click the executable...

Creating a View with MySQL Query Browser

0
Please refer to an earlier article by the author to learn how to build queries visually. Creating a View from an Existing Query To create a...

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