How to Deploy a Deep Learning Model with Jina (and Design a Kitten Along the Way)
Data VisualizationModelingposted by ODSC Community March 10, 2023
The following is an article by Alaeddine Abdessalem and Alex C-G of Jina AI. Since the start of Jina, we’ve supported building Flows – namely pipelines of microservices. Now we’re breaking those microservices out of the Flow and letting you deploy them stand-alone in the form of an Executor and Deployment.... Read more
Multimodal Visual Question Answering with BLIP-2 and Jina
Data VisualizationModelingposted by ODSC Community March 10, 2023
The following is an article by Alaeddine Abdessalem and Alex C-G of Jina AI. Large Language Models (LLMs) have recently gained a lot of traction, with many popular models showing up like GPT, OPT, BLOOM and more. These models excel at learning natural language, making them... Read more
11 Open Source Data Exploration Tools You Need to Know in 2023
Data VisualizationModelingposted by ODSC Team February 6, 2023
There are many well-known libraries and platforms for data analysis such as Pandas and Tableau, in addition to analytical databases like ClickHouse, MariaDB, Apache Druid, Apache Pinot, Google BigQuery, Amazon RedShift, etc. While machine learning frameworks and platforms like PyTorch, TensorFlow, and scikit-learn can perform data... Read more
3 Tips for Using Python Libraries to Create 3D Animation
Data VisualizationModelingposted by April Miller December 5, 2022
Data visualization is becoming increasingly popular, meaning open-source tools like Python are more widely used by data scientists and other computer science professionals. A specific type called 3D animation makes information accessible, visually attractive, and appealing to users. Powerful Python libraries enable you to create unique... Read more
Is Data Processing Capacity Important When Choosing Data Visualization Tools for Your Business?
Business + ManagementData Visualizationposted by April Miller November 29, 2022
Data processing capacity can have a major impact on the performance of any data visualization tool. Finding the right data visualization tool is about balancing your business’s on-premises computing resources and your data processing needs. What determines data processing capacity and how can businesses balance computing... Read more
How to Choose the Right Data Visualization Tools for Your Business
Data VisualizationModelingposted by ODSC Community November 15, 2022
Depending on your business needs, you’ll prioritize specific data visualization tools over others. Most businesses favor standard pie charts and bar graphs, but others may select waterfall charts and heat maps. Depending on your software, you’ll find that some data visualization tools create more stunning visuals... Read more
A Beginner’s Guide to ggplot2
Data VisualizationModelingggplot2West 2022posted by ODSC Community September 23, 2022
ggplot2: The gg stands for ‘get graphing’ “Hands down the best way to start learning data science is to focus on data visualization. Pick R or Python and practice building plots that tell a story. Everything else will follow.” – Isaac Faber Ph.D., Director of AI Development |... Read more
How to Easily Create Your First Animated Visualization in Python
Data VisualizationModelingposted by ODSC Community September 9, 2022
We all believe that data science is a strong asset to gaining crucial insights from your business data. However, I still find that many people (including those who are already doing data science professionally) are lacking on how data science can provide these insights. This is... Read more
Visualizing Decision Trees with Pybaobabdt
Data VisualizationModelingposted by ODSC Community September 2, 2022
Decision trees can be visualized in multiple ways. Take, for instance, the indentation nodes where every internal and leaf node is depicted as text, while the parent-child relationship is shown by indenting the child with respect to the parent. Indentation diagram| Image by Author Then there is the node-link... Read more
Embedding Interactive Python Plots on the Web
Data VisualizationModelingPythonposted by ODSC Community June 28, 2022
One of the most important steps in the Data Science pipeline is Data Visualization. In fact, thanks to Data Visualization, Data Scientists can be able to quickly gather insights about the data they have available and any possible anomaly. Traditionally, Data Visualization consisted of creating static... Read more