Found 35 total tags.

🌱seedling

101 items with this tag. Showing first 10 tags.

🌳evergreen

2 items with this tag.

🌿budding

11 items with this tag. Showing first 10 tags.

📙books

2 items with this tag.

📢opinion

1 item with this tag.

🗨️talk

1 item with this tag.

🗺️MOC

6 items with this tag.

aiml

6 items with this tag.

  • Artifical Intelligence

    AI is the simulation of human intelligence in machines designed to perform tasks that typically require human cognition.

  • Natural Language Processing

    A branch of artificial intelligence that focuses on the interaction between computers and human language, enabling machines to understand, interpret, and generate human language.

  • Transformer

    A deep learning architecture that revolutionized natural language processing (NLP) by utilizing self-attention mechanisms to process and generate sequences of data more efficiently than traditional models.

  • Machine Learning

    A subset of artificial intelligence that enables systems to learn from data, identify patterns, and make predictions or decisions without explicit programming.

  • Deep Learning

    Deep learning is a subset of machine learning that uses artificial neural networks with many layers (deep architectures) to learn representations of data at multiple levels of abstraction, enabling computers to perform tasks such as image recognition, natural language processing, and speech recognition with high accuracy.

  • Data Science

    Data science is an interdisciplinary field that uses scientific methods, algorithms, and systems to extract insights and knowledge from structured and unstructured data, employing techniques from statistics, machine learning, data mining, and visualization to solve complex problems and make data-driven decisions.

architecture

7 items with this tag.

businessintelligence

2 items with this tag.

cloud

6 items with this tag.

  • MLOps

    A set of practices that combines machine learning, DevOps, and data engineering to automate and streamline the deployment, monitoring, and management of machine learning models in production.

  • Cloud Computing

    Cloud computing enables on-demand access to shared computing resources and services over the internet, providing scalability, flexibility, and cost-efficiency.

  • Software-as-a-Service (SaaS)

    Software as a Service (SaaS) delivers software applications over the internet, allowing users to access and use them via a web browser without needing to install or maintain the software on local devices.

  • Virtual Machine

    A software emulation of a physical computer that runs an operating system and applications as if it were a separate physical machine, enabling resource isolation and efficient hardware utilization.

  • Amazon Web Services

    A comprehensive cloud computing platform provided by Amazon

  • Microsoft Azure

    A cloud computing platform and service that is provided by Microsoft

data

38 items with this tag. Showing first 10 tags.

data/businessintelligence

2 items with this tag.

data/databricks

2 items with this tag.

data/engineering

25 items with this tag. Showing first 10 tags.

data/governance

4 items with this tag.

  • Data Catalog

    A data catalog is a centralized repository that stores metadata and information about the data assets within an organization, facilitating data discovery, governance, and collaboration among data users.

  • Data Contracts

    Data contracts define the rules, formats, and expectations for exchanging data between different systems or parties, ensuring consistency, compatibility, and reliability in data communication and integration.

  • Data Governance

    Data governance encompasses the processes, policies, and practices organizations implement to ensure the proper management, quality, integrity, and security of their data throughout its lifecycle, aiming to maximize its value while mitigating risks and ensuring compliance with regulations.

  • Master Data Management

    Master Data Management (MDM) is the process of managing and maintaining a single, authoritative source of critical business data entities across an organization.

data/lakehouse

1 item with this tag.

data/modeling

5 items with this tag.

  • Fact Table

    A fact table is a central table in a data warehouse that contains measurable, quantitative data, often used for analysis and reporting.

  • Data Modeling

    A process of creating visual representations of data structures and relationships to facilitate data management and analysis.

  • Entity Relationship (ER) Diagram

    An Entity-Relationship Diagram (ERD) is a visual representation of the relationships between entities (such as objects, concepts, or people) in a database, typically used in database design to illustrate the structure of the data model and the relationships between different entities.

  • Junk Dimension

    A data warehousing technique that consolidates miscellaneous, low-cardinality attributes into a single dimension table to streamline the database schema.

  • Normalization

    A database design technique that organizes data to reduce redundancy and improve data integrity by dividing a database into multiple related tables.

data/warehouse

8 items with this tag.

database

7 items with this tag.

genai

2 items with this tag.

image

1 item with this tag.

llms

1 item with this tag.

  • Large Language Model

    Advanced AI systems trained on vast amounts of text data to understand and generate human-like language, enabling them to perform tasks such as translation, summarization, and conversation.

microservices

1 item with this tag.

productivity

2 items with this tag.

programming

23 items with this tag. Showing first 10 tags.

programming/java

1 item with this tag.

  • Java

    A widely-used, object-oriented programming language known for its portability, performance, and extensive standard library.

programming/javascript

1 item with this tag.

programming/lua

1 item with this tag.

programming/python

2 items with this tag.

  • PyTest

    A testing framework for Python that simplifies the process of writing and running test cases, promoting the use of fixtures and plugins for enhanced functionality.

  • Python

    A high-level, versatile language known for its readability and simplicity, widely used in web development, data analysis, artificial intelligence, and automation.

programming/python/library

1 item with this tag.

programming/r

1 item with this tag.

  • R Programming

    A language and environment specifically designed for statistical computing and data analysis, widely used in academia, research, and data science.

programming/scala

1 item with this tag.

programming/spark

3 items with this tag.

  • SparkSession

    A Spark session is the entry point to programming with Apache Spark, allowing users to create DataFrame and Dataset objects, manage Spark configurations, and access Spark's capabilities for distributed data processing.

  • Spark UI

    A web-based interface that provides insights into the performance and execution of Apache Spark applications, allowing users to monitor jobs, stages, and tasks in real-time.

  • Spark DataFrame

    A Spark DataFrame is a distributed collection of data organized into named columns, similar to a table in a relational database or a data frame in R or Python's pandas library.

programming/sql

1 item with this tag.