<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>DMGData</title>
        <link>https://paragraph.com/@dmgdata</link>
        <description>DMGData - #Web3 digital marketing and data service provider
DBrands - Web3 #domain name aggregator and trading platform indepen</description>
        <lastBuildDate>Sat, 25 Apr 2026 16:44:43 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>DMGData</title>
            <url>https://storage.googleapis.com/papyrus_images/8ae69d1c5c0c9bd9055d978b1a4b5b8ea4ed4c532413aba7435175d4c8169626.png</url>
            <link>https://paragraph.com/@dmgdata</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[ENS Office Hours Recap - DMGData]]></title>
            <link>https://paragraph.com/@dmgdata/ens-office-hours-recap-dmgdata</link>
            <guid>6VRKqmPlFgCZKig8iJal</guid>
            <pubDate>Fri, 06 Jan 2023 06:44:59 GMT</pubDate>
            <description><![CDATA[We want to thank each of you for your constant support and trust. We had a great time interacting with the ENS team and other builders in the Web3 domain space. Below is a full-recap of the AMA, for the gem chasers who couldn’t make it, or for anyone that’s interested. Feel free to have a read! Q: Tell us about your team A: Thank you Sadaf, hello everyone, excited to join ENS twitter space,we are a startup team called DMGdata with highly skilled algorithm engineer and full stack developers. D...]]></description>
            <content:encoded><![CDATA[<p>We want to thank each of you for your constant support and trust. We had a great time interacting with the ENS team and other builders in the Web3 domain space.</p><p><em>Below is a full-recap of the AMA, for the gem chasers who couldn’t make it, or for anyone that’s interested. Feel free to have a read!</em></p><p><strong>Q: Tell us about your team</strong></p><p>A: Thank you Sadaf, hello everyone, excited to join ENS twitter space,we are a startup team called DMGdata with highly skilled algorithm engineer and full stack developers. DMGdata is a web3 digital marketing and data service provider.</p><p>My name is kata, one of the co-founders of the team, mainly responsible for product design and data analytic.</p><p><strong>Q: Introduce the product you developed</strong></p><p>A: The product we build is called Dbrands, which is an AI-based ENS aggregator and trading platform independently developed by DMGdata.</p><p><strong>Q: Issues that are expected to help the user solve via Dbrands</strong></p><p>A: The basic function for V1 is search domains, go through hot collections, check your ens assets and customized share with friends. Besides this, we want to provide an easy to use and interesting user experience to the communities by using AI.</p><p>Get your web3 domain name and share your web3 identity with the world is our product slogan.</p><p><strong>Q: What are the AI related functions you implement</strong></p><p>A: We’ve developed some interesting functions, let me introduce them on behalf of the team.</p><p><strong>ENS Associative Search</strong> - We detect your search input whether it’s a company or not, when you type in a full company name, system will return recommended abbreviation or brand name with .eth suffix.  In the future, we will also extend it into more interesting area, when you type in famous brand such as SONY, system return product list with .eth suffix or you type in a popular game, system return the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://www.baidu.com/link?url=XezIVyVSvHOcYdcPXIKqKuUsfLxpsfZ_2YOFPG1-jnWv8MuR26YRYcOE11lNTi0VnsBR6-cotW_JIADzjNQh70JT_mzRaKeemY4AEmr9jDoVNo8gW8s6xH1Vlg6lXQfZ">game character</a>s name list with .eth suffix. We believe this can facilitate the registration for ENS. Meanwhile, to meet the needs of different native language, we support multilingual search.</p><p><strong>ENS Assets Appraisal</strong> - As we all know, most of ENS domains has no secondary marketplace trading history. This function is going to provide an explainable price evaluation which can help the traders and owners build up communication with some useful reference.</p><p><strong>Label Generation for ENS</strong> - In this section, we are trying to discover and add more useful labels into ENS domains. Including club tags, language tags, value ranking tags, smart money tags etc.</p><p><strong>Algorithm Recommendation -</strong> you may like is a very basic function in most of E-commerce platform such as ebay，amazon, shopify and steaming media. We add this function to enrich the choices for the user.</p><p><strong>Q: Introduce the implementation of  ENS Associative Search</strong></p><p>A: For user input, use a multilingual translation model to translate the input into English &amp; Chinese</p><p>Use the English and Chinese translation results to obtain company information from relevant business information websites</p><p>Combining with Elasticsearch to build an index of multilingual text</p><p>Detect the language input by the user and display the enterprise text information in the corresponding language</p><p><strong>Q: Introduce the implementation logic of  ENS Assets Appraisal</strong> </p><p>A: For domain names of different lengths (three types - 3 characters, 4 characters, and 5+ characters), by using (n-gram) algorithm model to generate sub-word words of the domain name, and calculate the popularity of sub-word words (tf- weighted calculation of idf)</p><p>Use sub-word granular words to train the vector representation of each word (word2vec model, a shallow neural network model)</p><p>Combining the word popularity of Sub-word with word vectors, the vector representation of the domain name is finally constructed</p><p>Domain name vector characterization Combining domain name recent sales data, domain name features, domain name registration costs and other features, build a regression model to predict the short-term value of domain names</p><p><strong>Q: Introduce the Label Generation for ENS</strong></p><p>A: By monitoring the data on block chain, build domain name registration, wallet address and domain name correlation graph in the transaction process, and generate wallet address and domain name labels at the same time. Domain name tags include club tags, language tags, value ranking tags, smart money tags etc.</p><p><strong>Q: Introduce the Algorithm Recommendation</strong></p><p>A: For domain names of different lengths (three types - 3 characters, 4 characters, and 5+ characters), by using (n-gram) algorithm model to generate sub-word words of the domain name, and calculate the popularity of sub-word words (tf- weighted calculation of idf)</p><p>Use sub-word granular words to train the vector representation of each word (word2vec model, a shallow neural network model)</p><p>Combining the word popularity of Sub-word with word vectors, the vector representation of the domain name is finally constructed</p><p>Using Facebook&apos;s faiss vector retrieval technology to calculate the similarity between domain names</p><p><strong>Q: Describe the technical architecture Dbrands used</strong></p><p>A: Some of frameworks and components we are using are Flask、django、redis、MySQL、elasticsearch、docker、pytorch、kibana、vue ,etc</p><p><strong>Q: What&apos;s your opinion on the future of ENS ecosystem</strong></p><p>A: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://www.baidu.com/link?url=Y89nUFOOO0HwRqOvKh5JyjbVjWYl7oqvbanyqlKttw2vIri1wDiXIWroKYWmIkaVtTbEtHJDEFKlsptECX649a">Vitalik</a> has published a new book in 2022 &lt;**Decentralized Society: Finding Web3’s Sou**l&gt;.</p><p>We believe more and more web2 users will enter the decentralized society and everyone needs web3 identity to represent themselves and link with each other. The entire industry and ENS ecosystem are still early, as a startup team, let’s keep building. Thank you all.</p><p>Twitter:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/dmgdatadao">https://twitter.com/dmgdatadao</a></p>]]></content:encoded>
            <author>dmgdata@newsletter.paragraph.com (DMGData)</author>
        </item>
    </channel>
</rss>