Found 34 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

1 item with this tag.

📢opinion

1 item with this tag.

🗨️talk

1 item with this tag.

🗺️MOC

5 items with this tag.

aiml

6 items with this tag.

  • Jul 01, 2024

    Artifical Intelligence

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

  • Jun 17, 2024

    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.

  • Jun 17, 2024

    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.

  • May 02, 2024

    Machine Learning

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

  • May 01, 2024

    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.

  • Apr 28, 2024

    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

4 items with this tag.

cloud

7 items with this tag.

  • Jun 02, 2024

    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.

  • May 08, 2024

    Cloud Computing

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

  • May 08, 2024

    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.

  • May 08, 2024

    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.

  • May 07, 2024

    Amazon Web Services

    A comprehensive cloud computing platform provided by Amazon

  • May 07, 2024

    Microsoft Azure

    A cloud computing platform and service that is provided by Microsoft

  • May 01, 2024

    Databricks

    Databricks is a cloud-based platform that provides a unified environment for big data analytics and machine learning, built on Apache Spark.

data

38 items with this tag. Showing first 10 tags.

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.

  • Apr 29, 2024

    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.

  • Apr 29, 2024

    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.

  • Apr 29, 2024

    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.

  • Apr 29, 2024

    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.

  • May 02, 2024

    Fact Table

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

  • May 01, 2024

    Data Modeling

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

  • Apr 29, 2024

    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.

  • Apr 29, 2024

    Junk Dimension

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

  • Apr 29, 2024

    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.

  • May 29, 2024

    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.

  • Apr 30, 2024

    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.

  • May 28, 2024

    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.

  • Apr 29, 2024

    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.

  • Apr 30, 2024

    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.

  • May 02, 2024

    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.

  • May 01, 2024

    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.

  • Apr 30, 2024

    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.