#DeepToken
Explore tagged Tumblr posts
btc-current-blog · 7 years ago
Text
DeepBrain Chain Recruits Global Ambassadors & DeepToken Exchange Airdrop - NEO For Beginners
DeepBrain Chain Recruits Global Ambassadors & DeepToken Exchange Airdrop – NEO For Beginners
[ad_1]
Tumblr media
DeepBrain Chain Recruits Global Ambassadors & DeepToken Exchange Airdrop – NEO For Beginners
[ad_2] View Reddit by chrismikemoore – View Source
View On WordPress
0 notes
hodldrgn-blog · 7 years ago
Photo
Tumblr media
New Post has been published on https://www.cryptomoonity.com/%e6%b7%b1%e8%84%91%e9%93%be%e5%8f%8c%e5%91%a8%e6%8a%a5%e7%ac%ac29%e6%9c%9f%ef%bc%8810-23%ef%bc%8d11-06%ef%bc%89/
深脑链双周报第29期(10.23-11.06)
深脑链双周报第29期(10.23-11.06)
尊敬的深脑链全球社区成员:
过去半个月的项目进展情况如下:
一、市场进展
DeepToken交易所排名赛进展
DeepToken现已上线,开放了包括DBC在内的主要交易对。平台方特此拿出1000万DBC回馈用户,陆续举行了第一次交易竞赛第一弹暨“DeepToken交易排名赛,TOP100都有奖”,第二弹暨“交易即分66666DBC“,第三弹暨“有效持仓日”排名赛。请关注DeepToken官网,查看最新的交易排名赛活动信息。
DeepToken喜获火币云第一届交易大赛前十名
火币云与合作交易所共同举行的火币云第一届交易大赛正式落下帷幕。全球首个专注人工智能的AI产业数字资产交易所DeepToken在众多竞争中脱颖而出,顺利入围前十。火币云目前已完成超过100家合作伙伴交易所的上线,本次交易量排名赛面向所有已上线的火币云系的交易所,大赛自10月10日正式启动到10月30日结束。
DECO生态直播第一期活动预告
2018年11月15日,我们将举办DECO生态直播。第一期邀请到的主讲嘉宾是DeepBrain Chain CTO、首席架构师Bruce Feng先生。他具备丰富的软件架构设计和项目管理经验。对区块链技术和P2P网络有深刻见解。他将分享深脑链关键技术讲解,跨链分片架构、天网矿机接入情况和AI企业用户使用情况。敬请期待。
二、技术进展
上海研发团队重点工作:DBC天网网络优化;v0.4 主链细化设计;
架构设计
多链+分片架构的网络架构设计:v0.4主链总体架构细化方案设计;
DGP方案分析:阅读并分析相关技术实现的DGP源代码;
数据安全方案分析:容器增强技术;
数据安全方案分析:去中心化加密隧道方案;
区块链网络安全分析和设计;
测试
���网迭代三测试;
开发
DBC天网网络优化:
压缩通讯传输转测试,降低50%网络带宽;
支持DBC网络空闲任务调度;
解决矿机订购失败的问题;
Twitter绑定问题;
官网获取node id的提示更新;
支持矿工(用户)查看自己的矿机收入和收支明细;
支持管理员进行收入结算;
支持矿工查看矿机审核意见和重新提交矿机审核;
AI用户提示信息优化;
支持DBC网络健康状态探测;
支持通过命令行参数启动AI训练任务;
支持远程登录容器进行online调试;
AI用户购买算力界面优化;
支持用户设置BTM、RVN、DCR、XVG、ZEC地址;
矿机审核支持邮件通知审核结果;
新用户注册支持赠送DBC;
天网数据
GPU个数:70个;
AI用户订购矿机累计总台数:183台;
累计执行AI训练任务数:288次;
DeepBrain Chain项目开发数据
29个开发者;
总共提交677次commits,累计37次releases;
用户反馈
我们会定期收集来自用户的使用反馈,汇总典型问题,供大家使用。
问:底下那两行什么原因?
这个没有关系的,属于正常显示
问:ipfs显示down状态
file missing错误,重装dbc后解决。
问:有这个超参数,请问下,hyper_parameters 是如何在代码里读取的?
hyper_parameters是传入容器,作为entry_file的SHELL脚本的参数进行执行。entry_file是通过ipfs和代码一起传上去的。
peer_nodes_list=2gfpp3MAB3x48fsBdxk5Rirtyo55GKGMpn8r6Y2n59q
code_dir=QmTtTjgbA88MKDNktipTN4aVF79NRtUqgsAAAGTV3wFqZU
entry_file=run.sh
training_engine=dbctraining/tensorflow1.3-gpu-cuda8-py3:v0.3.0
select_mode=0
问:现在这种方式是不支持online调试的吧?
目前暂不支持。
问:什么时候能支持分布式的训练呢? 有具体一个 timeline 吗?
这个功能也已经在计划中了,争取明年Q1实现。
问:通过 IPFS 上传的文件,是没有办法删除的吗?
当前没有手动删除功能,但系统会对长��未使用的数据进行自动清理。
问:如果我们训练一个模型之后,需要做 增量训练 或者 参数微调 的话,好像只能把训练结果下载下来以后,再重新上传上去?,或者,系统会自动识别已经存在的文件,实际上秒传?
会的,存储上已经有的,没有修改的文件会跳过。只有增量的部分会传上去。
问:task.conf 文件里面的hyper_parameters 是用来指定什么的?
hyper_parameters是传入容器,作为entry_file的SHELL脚本的参数进行执行。entry_file是通过ipfs和代码一起传上去的。
问:是否可以在脚本中指定使用哪块 gpu,同时跑两个 task?
支持的。在您的程序里面指定即可。
问:可以把上传的文件下载下来吗?
可以的。使用命令
ipfs get QmTtTjgbA88MKDNktipTN4aVF79NRtUqgsAAAGTV3wFqZU -o pilot_dataset
问:把训练文件压缩成功上传到服务器,怎么解压?
MacBook-Pro-3:example jianminkuang$ ../dbc_upload ./code
dbc_upload | input ./code
dbc_upload | add to local repo
dbc_upload | publish content
dbc_upload | upload content to 49.51.49.145
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11264 0 11264 0 0 9302 0 — : — : — 0:00:01 — : — : — 9309
DIR_HASH:QmTM7VVFZyVQrZHZu7mR9AkRiisHYJhHHiEcrSfUnoF9b3
dbc_upload | content upload completed
MacBook-Pro-3:example jianminkuang$ ../dbc_upload ./data
dbc_upload | input ./data
dbc_upload | add to local repo
dbc_upload | publish content
dbc_upload | upload content to 49.51.49.192
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9110k 0 9110k 0 0 93546 0 — : — : — 0:01:39 — : — : — 78564
DIR_HASH:QmeW8DwTHCnGBDefgM5fCuuKx3iKdufjnPENsTqp73uPZT
dbc_upload | content upload completed
MacBook-Pro-3:example jianminkuang$ cat ./code/run.sh
#!/bin/bash
echo “start caffe2 mnist traing demo”
export LD_LIBRARY_PATH=/opt/caffe2/lib:/opt/caffe2/caffe2/python:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
cd ../data
gzip -d ./train.csv.gz
cd –
python ./mnist_training.py | tee /training_result_file
我们有反馈问题的github链接,后续会加到用户指南中。
链接地址:https://github.com/DeepBrainChain/deepbrainchain-release/issues
三、人才招聘
新成员加入
Aloys-后端工程师
Aloys具备6年WEB后台开发经验,之前在宜信、前隆等业界知名金融公司,欢迎加入DBC Web后台软件开发。
Bright-全球技术支持
负责全球社区技术支持和技术社区运营,之前在华为历任北非数据中心Hosting平台TD、PM,具备12年工作经验,具备丰富的技术支持、技术对接经验,熟练英语、法语,了解阿拉伯语。
成员招募
我们正在招聘开发工程师、安全架构师等职位。所有自投/推荐的简历 48 小时内给予反馈,而且我们欢迎外部推荐,推荐朋友/同学/同事成功入职的,在候选人入职的一个月结束后,给予 20000 元作为推荐费。
联系邮箱:[email protected],标题请注明简历推荐,并附上推荐人联系方式,便于我们后续发放奖金。
点击查看:职位要求与薪资范围
全球大使招募计划
为了感谢和回报社区,同时也为了让更多的社区志愿者加入,让更多的算力需要者知道我们划时代的产品,我们特别设立“深脑链全球推广大使计划”,为广大志愿者提供一个发挥想象力和行动力的地方,让更多的AI从业者熟悉并加入深脑链生态体系。经过层层筛选,目前已经收到64份申请,在进一步扩大GA在全球各地声势的同时让更多人加入到深脑链社区中。中国社群第一名GA已经够过第一轮测试,加入到GA的团体中来。目前,GA可以通过申请参与Demo试用,对进一步落实到AI算力包的体验与售出起了积极的作用。
点击查看:招募报名介绍(英文版)、(中文版)
四、社区平台
欢迎您在以下平台关注我们,一起见证深脑链成长:
视频平台:YouTube、优酷
媒体平台:Medium、简书、金色财经、币乎
社交平台:Twitter、Facebook
Telegram 英文电报群:12,031 位;(https://t.me/deepbrainchain)
Telegram 韩文电报群:1,745位;(https://t.me/DeepBrainChainKor)
Telegram 越南电报群:1,772位;(https://t.me/DeepBrainChainVietnam)
Telegram 印尼电报群:1,440 位;(https://t.me/DeepBrainChainIndonesia)
Telegram 泰国电报群:2,210位;(https://t.me/DeepBrainChainThai)
Telegram 俄罗斯电报群:660位;(https://t.me/DeepBrainChainRussia)
Telegram 土耳其电报群:475位;(https://t.me/DeepBrainChainTurkey)
Telegram 矿机预定群:1,875 位;(https://t.me/DeepBrainChainAIminers)
Twitter 粉丝:43,443 位;(http://twitter.com/DeepBrainChain)
Facebook Page 粉丝:2,566 位;(https://www.facebook.com/OfficialDeepBrainChain/)
币快报社群粉丝:39,620 位;
深脑链Reddit社群已迁移,欢迎点此加入
微信社区,请加小助手 LivenFuture 入群
关于深脑链
深脑链是全球首家由区块链驱动的人工智能(AI)计算平台。它利用区块链技术帮助AI企业节省高达70%的成本,并保护AI训练时的数据隐私。深脑链的愿景是构建“分布式AI云计算平台”,打造成为“人工智能界的AWS”。
目前,我们已上线AI训练网络正式网,搭建起AI算力资源撮合的交易平台,在该平台上:
算力需求方:可以根据自己的训练需求,在AI训练网络中找到适合的GPU算力提供方,通过支付DBC来获取GPU算力的使用权。
算力提供方:可在官网下载软件安装包,部署深脑链AI训练网络节点,把自己闲置的GPU算力资源共享到全网中,并获得DBC收益。
— — 你们的,深脑链团队
https://www.deepbrainchain.org
Source
0 notes
bowsetter · 7 years ago
Text
Deeptoken Exchange Breaks the Mold with New Operation Model
This is a paid-for submitted press release. CCN does not endorse, nor is responsible for any material included below and isn’t responsible for any damages or losses connected with any products or services mentioned in the press release. CCN urges readers to conduct their own research with due diligence into the company, product or service mentioned
The post Deeptoken Exchange Breaks the Mold with New Operation Model appeared first on CCN
source https://www.ccn.com/deeptoken-exchange-breaks-the-mold-with-new-operation-model/ READ MORE http://bit.ly/2Ndh6vS
0 notes
michaelbennettcrypto · 7 years ago
Text
Deeptoken Exchange Breaks the Mold with New Operation Model
This is a paid-for submitted press release. CCN does not endorse, nor is responsible for any material included below and isn’t responsible for any damages or losses connected with any products or services mentioned in the press release. CCN urges readers to conduct their own research with due diligence into the company, product or service mentioned
The post Deeptoken Exchange Breaks the Mold with New Operation Model appeared first on CCN
from Cryptocracken WP https://ift.tt/2QrvZsg via IFTTT
0 notes
brettzjacksonblog · 7 years ago
Text
Deeptoken Exchange Breaks the Mold with New Operation Model
This is a paid-for submitted press release. CCN does not endorse, nor is responsible for any material included below and isn’t responsible for any damages or losses connected with any products or services mentioned in the press release. CCN urges readers to conduct their own research with due diligence into the company, product or service mentioned
The post Deeptoken Exchange Breaks the Mold with New Operation Model appeared first on CCN
from CryptoCracken SMFeed https://ift.tt/2QrvZsg via IFTTT
0 notes
news-spot123-blog · 7 years ago
Text
Deeptoken Exchange Breaks the Mold with New Operation Model
https://news-spot.org/?p=16047
0 notes
blockchain4u · 7 years ago
Photo
Tumblr media
#blockchain News: Swedish Gaming Veteran #mindark Launches #ico for IP Exchange https://t.co/IDK1ZUU2y7 @blockchainers #deeptoken #entropiauniverse #henriknel #ico #intellectualproperty https://t.co/eKxZx1rwps http://twitter.com/blockchainers/status/976058786241744896 #bitcoin #blockchain #ethereum #crypto #cryptocurrency #btc #eth
0 notes
icotracker · 7 years ago
Text
DeepToken
New Post has been published on ICO TRACKER
DeepToken
International IP licensing exchange for digital assets. MindArk’s vision is to create a global ecosystem for the exchange and sale of intellectual property and digital assets on the IPX. With plans to establish the world's first real-world bank to hold its capital in a digital currency, MindArk will be well positioned as a custodian of this ecosystem, while also pursuing additional research and development in deep technologies. These systems will be exclusively fueled by DeepToken.
0 notes
hodldrgn-blog · 7 years ago
Photo
Tumblr media
New Post has been published on https://cryptomoonity.com/deeptoken-exchange-wins-top-10-place-in-huobi-cloud-trading-competition/
DeepToken Exchange Wins Top 10 Place in Huobi Cloud Trading Competition
DeepToken Exchange Wins Top 10 Place in Huobi Cloud Trading Competition
The first round of exchange trading competitions with Huobi Cloud has successfully drawn to a close on October 30th. DeepToken Exchange, the World’s First AI Industry Digital Asset Exchange, has taken a place in the Top 10 for this competition. The trading competition was available to all exchanges operating on the Huobi Cloud system. Huobi boasts a massive global network, collaborating with over 100 companies and strategic partners internationally. The competition ran for a duration of 20 days, commencing on the 10th of October and ending on the 30th of October.
With this great success among fierce international competition, DeepToken Exchange has proven its ability to generate large amounts of trading volume even in its early stages. DeepToken Exchange will continue to exemplify optimal exchange operation with its integration of innovative operational practices such as communal voting, zero listing fees and the support of a global network of AI experts scrutinizing the rapidly expanding industry for only the highest quality projects to the great benefit of investors. Such scrutinization is particularly pertinent with the rate of development for an emergent technology like artificial intelligence, and DeepToken Exchange employs the support of partner DeepBrain Chain’s already robust community of experts and enthusiasts to ensure that every project that secures listing on the exchange is held to the highest standards of integrity and potential.
DeepToken is committed to discovering quality projects for investors and assisting reputable AI companies achieve leapfrog development by providing a platform to issue and trade tokens, as well as generate funding. It is DeepToken’s mission to unlock the value of these projects and catalyze their development through tokenization. DeepToken Exchange is the world’s first digital asset exchange dedicated to AI, boasting an innovative ‘voting as mining’ operation model to ensure the voice of community is always heard.
Wesbite: https://www.deeptoken.com/ Twitter: https://twitter.com/DPTExchange Telegram: https://t.me/DeepTokenExchange Facebook: https://www.facebook.com/DeepTokenX Reddit: https://www.reddit.com/r/DeepTokenExchange/ Whitepaper: https://deepbrainchain.org/assets/pdf/DeepTokenWhitepaper_en.pdf
Source
0 notes
icolink-com · 7 years ago
Photo
Tumblr media
"DeepToken" - ICO - | MindArk and Deep Token mission is to create a global ecosystem for digital intellectual property which will allow for the first time, individuals from | Website: https://deeptoken.io/ on ✅ WWW.ICOLINK.COM https://goo.gl/fkpn55
0 notes
the-blockchain-news · 7 years ago
Text
Swedish Gaming Veteran MindArk Launches ICO for IP Exchange
#DeepToken #EntropiaUniverse #HenrikNel #ICO #IntellectualProperty #MindArk
Swedish software and gaming company MindArk announced on Thursday the official launch of its token sale, aimed at developing the world’s first Intellectual Property Engine (IPX) for the exchange and licensing of reusable, digital IP. MindArk has 20 years’ experience managing a virtual marketplace, with its award-winning, real-cash-economy, multiplayer game, Entropia Universe, which has over 3…
View On WordPress
0 notes
hodldrgn-blog · 7 years ago
Photo
Tumblr media
New Post has been published on https://cryptomoonity.com/nem-collaborates-with-mana-labs/
NEM Collaborates With Mana Labs
NEM Collaborates With Mana Labs
NEM to work with Mana Labs to unlock blockchain potential for the Maori and Pasifika community in New Zealand
NEM have announced a collaboration to work with Mana Labs, a community social enterprise with the aim to improve the quality of life of local communities in New Zealand. Mana Labs was developed with the plan to effect more change and impact across a broader spectrum of communities and enabling a more strategic reach through its mission on ‘fusing next generation advancements with matauranga Maori’. Mana Labs have been looking into a number of areas of growth including blockchain technology.
Partnered with industry and a cross section of the community, Mana Labs has built a critical mass of skilled resource collaborating for a greater good. In addition to a special interest in education and scientific research, Mana Labs partners with a wide variety of organisations that serve the health, well-being, personal development, and employment prospects of community members.
The partnership between NEM and Mana Labs will revolve around:
Developing regular engagements between blockchain experts to engage with the Maori entrepreneurs and communities
Provide access to channels for the Mana Labs network to engage with NEM’s $100 million Community Fund for projects who would like to utilise the NEM platform
Access to resources and training to skill up and equip developers in understanding blockchain technology
These engagements will be championed by Dalaney Davis, NEM New Zealand’s leader in growing the NEM ecosystem.
This comes after the launch of the NEM Blockchain Hub in New Zealand which will serve as a location where a dedicated NEM representatives will be present to engage with the public and community members to understand the basics blockchain and cryptocurrency as well as support startups who are interested in adopting blockchain for their business. This will be through regular activities, workshops, hackathons and forums held throughout the year.
Mahi Paurini, Director for Mana Labs.
“The potential opportunity to get the jump on the mainstream by leveraging key relationships and training for our communities is unreal. We get to develop use cases with cutting edge tech solutions that can make a difference locally and be applied globally. This will also encourage enterprise development and engagement in ICT where Maori and Pasifika representation is low. We will lead initiatives with our unique world view which is a diversity play in a world where this is increasingly a major point of difference.”
The NEM and Mana Labs Team in Wellington
“We will be working closely with Mana Labs to ensure that this collaboration will lead to showcase to New Zealand’s commitment to stand out in the area of technology alongside its commitment to social impact and supporting communities.” said Dalaney Davis, NEM New Zealand lead.
“This is the start of many initiatives we plan to strengthen to ensure that an emerging technology such as blockchain is available to communities across the world, we are glad that a collaboration such as this can be forged with a synergistic benefit in mind. ”- NEM Foundation’s Expansion Director for Australia and New Zealand, Jason Lee
Originally published at medium.com on July 25, 2018.
For more information about the NEM Foundation and its mission, you can follow us on Twitter, at Inside NEM, our Facebook page, NEM Australia Telegram or visit our website.
NEM Collaborates With Mana Labs was originally published in NEM Official on Medium, where people are continuing the conversation by highlighting and responding to this story.
Source
Related
Lisk Brand Video
A bite of scry.info, Rye’s hot pot tour
Bitcoin, Ethereum, Ripple, Bitcoin Cash, EOS, Lite...
DeepToken Q&A — Basic
.yuzo_related_post imgwidth:155px !important; height:145px !important; .yuzo_related_post .relatedthumbline-height:15px;background: !important;color:!important; .yuzo_related_post .relatedthumb:hoverbackground:#fcfcf4 !important; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear; transition: background 0.2s linear;;color:!important; .yuzo_related_post .relatedthumb acolor:!important; .yuzo_related_post .relatedthumb a:hover color:!important;} .yuzo_related_post .relatedthumb:hover a color:!important; .yuzo_related_post .yuzo_text color:!important; .yuzo_related_post .relatedthumb:hover .yuzo_text color:!important; .yuzo_related_post .relatedthumb margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px; jQuery(document).ready(function( $ ) //jQuery('.yuzo_related_post').equalizer( overflow : 'relatedthumb' ); jQuery('.yuzo_related_post .yuzo_wraps').equalizer( columns : '> div' ); )
0 notes
hodldrgn-blog · 7 years ago
Photo
Tumblr media
New Post has been published on https://cryptomoonity.com/%e6%b3%95%e5%b8%81%e4%ba%a4%e6%98%93%e6%89%8b%e5%86%8c/
法币交易手册
法币交易手册
在法币交易区,购买数字货币,so easy!快速上手法币交易 !
Step 1,输入网址:https://www.deeptoken.com/zh-cn/
有账号,点击“登录”, 再参考Step 3;
没有账号,点击“注册”;
Step 2,在注册页面,选择“国籍”,输入“手机号”,(以手机注册为例)。设置登录密码,再点“注册”;
Step 3, 输入手机收到的验证码;
Step 4, 正确输入验证码后, 输入账号和密码, 点击“登陆”;
Step 5, 登陆成功,点击左上方“法币交易” 进入页面。点击左侧想购入的币种BTC、ETH、EOS 等。选择商家 — -点击“购买“ ;
Step 6, 完善资料,绑定邮箱和完成身份认证(左侧菜单选择);
Step 7, 输入数量、下单;
BTC、ETH、USTD、EOS最小下单额以商家交易信息为基准
Step 8,在订单详情页,确认付���金额(总价)和付款方式。
在时限内,选择一种支付方式支付,然后点击去支付,请务必点击“已支付”。
(请注意,您需要按卖家的支付方式,通过网银/手机银行、支付宝、微信直接转账给卖家。
如果您已转账给卖家,千万不要点击“取消交易”,除非您的付款账户已经收到卖家退款。)
Step 9,在「确认付款」弹窗,根据您选择的支付方式进行转款,转款完成之后请点击「已付款」。
(如果您没有真的付款,请不要点击「已付款」,这是交易规则不允许的。)
然后,等待卖方放币。
(等待过程中,您可以联系卖家或平台客服,详见文末附注。)
Step 10, 卖方放币后,交易成功。进入资产页面,划转资产从“法币账户”到“币币账户”;
法币交易区目前只提供BTC/USDT/ETH的买卖,如您需要交易其他数字货币,请去币币交易进行交易。
Step 11, 划转完成后就可以登录www.deeptoken.com 在资金管理里面查看自己刚刚划转的BTC,然后就可以在Deeptoken交易所开始交易了;
Step 12, 比如你想用USDT去兑换BTC,首先点击左上方“币币交易”,选择BTC/USDT的交易对,点击后就可以进入这个交易对的交易页面;
然后可以根据自己的需要,来选择限价/市价交易。所谓的限价交易就是挂单交易,你可以自己设定买入/卖出价格,等市场价格波动到自己设定的价格便可成交。
所谓的市价交易就是指不设定买入价格,按照当时的市场价格买入或卖出,只需输入想买入的总金额或卖出的总量即可。
如果有其他问题或纠纷,可以联系页面右下方寻求帮助:
我已学会 马上去DeepToken 交易所 :【https://www.deeptoken.com/zh-cn/】
Source
Related
Where is the way for the community reform of the b... Where is the way for the community reform of the blockchain project? Where is the way for the community reform of the blockchain project?On Marc...
SwissBorg — The Invest Insider : How to value a to... SwissBorg — The Invest Insider : How to value a token? SwissBorg — The Invest Insider : How to value a token?At every conference we attend, bloc...
Decred Assembly – Ep11 – Voting and Pr... Title: Decred Assembly - Ep11 - Voting and Proposal Systems w/ Marco Peereboom Video duration: 1:20:51 Views: 801 Likes: 58 Dislikes: 3 Publicatio...
Bitcoin, Litecoin, Ethereum – Quick Technica... Title: Bitcoin, Litecoin, Ethereum - Quick Technical Analysis Video duration: 5:44 Views: 3461 Likes: 186 Dislikes: 7 Publication date: 2018-08-22...
.yuzo_related_post .relatedthumb background: !important; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear; transition: background 0.2s linear;;color:!important; .yuzo_related_post .relatedthumb:hoverbackground:#fcfcf4 !important;color:!important; .yuzo_related_post .yuzo_text color:!important; .yuzo_related_post .relatedthumb:hover .yuzo_text color:!important; .yuzo_related_post .relatedthumb acolor:!important; .yuzo_related_post .relatedthumb a:hovercolor:!important; .yuzo_related_post .relatedthumb:hover a color:!important; .yuzo_related_post .relatedthumb margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px;
0 notes
hodldrgn-blog · 7 years ago
Photo
Tumblr media
New Post has been published on https://cryptomoonity.com/ilerleme-raporu-28/
İlerleme Raporu #28
İlerleme Raporu #28
Değerli DeepBrain Chain Topluluğu,
Son iki haftalık ilerleme raporumuza hoş geldiniz. DBC için heyecan her geçen gün artıyor. Son iki haftada genellikle, AI Eğitim Ağı için müşterilerimizle görüşmeler üzerine odaklandık. Yeni Satış Başkan Yardımcımız Johnny Ma, 10 yılı aşkın bir süredir AMD’de Kıdemli Pazarlama Müdürü olarak kazandığı deneyimlerini heyecan verici yeni işbirlikleri ve ortaklıklar kurabilmemiz için kullanacak. DeepBrain Chain tarafından sunulan düşük maliyetli bilgi işlem gücünden yararlanmak isteyen bir dizi büyük kuruluştan yoğun ilgi gördük ve yakın gelecekte heyecan verici duyuruları sizinle paylaşmayı dört gözle bekliyoruz. Ayrıca, AI uygulaması olan ve ekosistemimize katılan, borsa listelemelerini güvenli hale getirmeye, yenilikçi görsel denetim teknolojilerinin entegrasyonunu ve diğer sektörler arası çözümler geliştirmeye hazırlanan VisionX ile de çok fazla ilerleme kaydettik.
Teknik ekip, MainNet’in hayata geçirilmesine odaklanarak, geliştirme konusunda büyük adımlar attı. Houbi Cloud’un DeepToken Exchange entegrasyon teknolojisinde yaşanan küçük gecikmeler, gelişim takvimimizi biraz değiştirdi ancak takımın, DECO operasyonlarını sonuçlandırmak ve ekosistem yapısının gerçekleştirilmesini, yatırımcıların ve inkübatörlerinin yararına gerçekleştirmek için yorulmadan çalıştıklarından emin olabilirsiniz.
1. Marketing
DeepToken Reports
CoinIN, Weekly Today, BlockTimesTV, Chain News, Coinistar, The Korea Daily, Naver News
Meetup Cryptomind:https://www.facebook.com/bitcoinaddictthailand/videos/2287536534867343/
KOL
YouTuber Bitboy Sesibong(비트보이쎄시봉): https://www.youtube.com/watch?v=X-7vQV-6m4s
Joya HODL
Geçtiğimiz iki haftada İki bölüm daha Joya HODL yayınlandı; Joya ilk olarak DECO’nun gelişimine ve ekosistemin genel yapısının DeepBrain Zinciri için nasıl büyük fayda sağlayacağına odaklandı ve DeepBrain Zinciri’nin küresel pazarda genişleme yollarını tartıştı. Ayrıca, Skynet’i platformun gelişimiyle devam eden yükseltmeler ve yinelemeler ile destekleyebileceğimiz yolları da tartıştı. DeepBrain Zinciri, mevcut ve gelecekteki müşteriler de dahil olmak üzere talep eden alt kümelerimize bilgi işlem gücü sağlayarak, DeepBrain Zincirini destekleyenlere daha fazla fayda sağlayabileceğimiz bir destek programı hazırladı.
İkinci Joya HODL, Şef AI Sorumlusu Dr. Dongyan Wang’a ev sahipliği yaptı ve ilk inkübasyon projelerinden biri olan VisionX’in sektörler arası uygulamalarda sunabileceği çözümlere dikkat çekti. Wang, VisionX’in nasıl çalışacağını ve zaten kurulmuş pazar alanlarındaki ilerlemeyi engelleyebilecek ana stres noktalarını hafifletmek için odaklandığı teknik geliştirme alanlarını derinlemesine ele aldı.
Joya HODL #5
Joya HODL #4
youtube
Deep Token [Soru-Cevap]
DeepToken Exchange, topluluğun en yaygın sorularının bazılarına cevap vermek için kapsamlı bir Soru-Cevap yayınladı ve yenilikçi operasyon modellerimiz ve hem yatırımcılara hem de listelenen kaliteli AI projelerine nasıl fayda sağlayacağı konusunda karar verme sürecimiz hakkında ayrıntılı bilgi verdi.
Buradan okuyabilirsiniz:
https://medium.com/@DeepBrain_Chain/deeptoken-q-a-basic-c9d9427dbe2e
2. Teknolojik İlerlemeler
Şanghay
Ar-Ge ekibi odağı: DBC ağ optimizasyonu; resmi web sitesi talep gelişimi; v0.4 ana zincir arıtma tasarımı;
Mimari tasarım:
Çok zincirli + parçalanma mimarisinin ağ mimarisi tasarımı: v0.4 ana zincir genel mimari arıtma şeması tasarımı
DGP çözüm analizi: ilgili teknolojilerin uyguladığı DGP kaynak kodunu okuyup analiz etmek
Veri güvenliği çözüm analizi: konteyner geliştirme teknolojisi
Veri güvenliği çözümü analizi: dağıtık şifreleme tüneli şeması
EVM entegrasyon çözümü prototip geliştirme
Blockchain ağ güvenliği analizi ve tasarımı
Ölçek:
Resmi web sitesi iki gereksinim testini tekrarladı
Geliştirme:
Resmi web sitesi üç gereksinim gelişimini yineler
DBC ağ optimizasyonu: sıkıştırılmış iletişim iletimi; boşta görev zamanlaması; madencilik havuzu
Blockchain kaynak kodu analizi
3. Yeni Yetenekler Arıyoruz
Geliştirme mühendislerini, güvenlik mimarlarını ve diğer pozisyonlar için çalışma arkadaşları arıyoruz. Kendinizin / önerilen tüm özgeçmişlere 48 saat içinde geri bildirim veriyoruz ve tavsiyelerinizi memnuniyetle karşılıyoruz.
Bir arkadaşınızı / sınıf arkadaşınızı / iş arkadaşınızı başarılı bir şekilde tavsiye ederseniz, adayın işe girişinden sonra 20.000RMB’lik bir öneri ödülü verilecektir.
İletişim e-posta adresi: [email protected]
5. Topluluk
DeepBrain Chain Küresel Elçiler Programı
DeepBrain Chain’in geleceğine yön veren merkezi olmayan ekibin bir parçası olmak ister misiniz? DeepBrain Chain ekosistemindeki anlayış ve katılımı arttırmak için yaratıcılığınızı ve ustalığınızı sergilemek ve geliştirmekle ilgileniyor musunuz? Aşağıdaki bağlantıyı kullanarak Global Ambassador programına kaydolun!
http://globalambassador.mikecrm.com/lJtHmbQ
· Youtube
· Medium
· Apple Podcast
· Twitter
· Facebook
· DeepToken Borsası Telegram Grubu(https://t.me/DeepTokenExchange)
· Telegram İngilizce Grubu(https://t.me/deepbrainchain)
· Telegram Kore Grubu(https://t.me/DeepBrainChainKor )
· Telegram Vietnam Grubu:( https://t.me/DeepBrainChainVietnam)
· Telegram Endonezya Grubu(https://t.me/DeepBrainChainIndonesia )
· Telegram Tayland Grubu( https://t.me/DeepBrainChainThai )
· Telegram Rusya Grubu(https://t.me/DeepBrainChainRussia )
· Telegram Türkiye Grubu:(https://t.me/DeepBrainChainTurkey)
· Telegram Madencilik Makinaları Grubu(https://t.me/DeepBrainChainAIminers )
DeepBrain Chain Hakkında
DeepBrain Chain, blockchain tarafından yönetilen dünyanın ilk AI bilgi işlem platformudur. AI şirketlerinde, AI eğitiminde veri gizliliğini korurken BT şirketlerinin hesaplama maliyetlerinin %70’ine kadar tasarruf etmesine yardımcı olmak için blockchain teknolojisini kullanır. Vizyonu “Merkezi Olmayan AI Bulut Bilgi İşlem Platformu” oluşturmaktır.
Saygılarımızla,
DeepBrain Chain Ekibi
Translator: Serdar Bitik
Source
Related
Weekly Report (2018/06/16–2018/06/22) Weekly Report (2018/06/16–2018/06/22) Weekly Report (2018/06/16–2018/06/22)This week, QunQun, announced to open platform and begains its trial o...
China’s Blockchain Strategy and Kraken Break... Title: China's Blockchain Strategy and Kraken Breaking Laws Video duration: 12:14 Views: 583 Likes: 37 Dislikes: 6 Publication date: 2018-09-21 01...
12 June 2018 AMA Questions and Answers 12 June 2018 AMA Questions and Answers 12 June 2018 AMA Questions and AnswersHi all,We promised to answer remaining questions that we did not ha...
Nebula AI collaborates with China’s largest miners... Nebula AI collaborates with China’s largest miners community, MinerHub On September 29th, Annie Zhao, president of Titanium Smart Chain (Nebula AI’s ...
.yuzo_related_post .relatedthumb background: !important; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear; transition: background 0.2s linear;;color:!important; .yuzo_related_post .relatedthumb:hoverbackground:#fcfcf4 !important;color:!important; .yuzo_related_post .yuzo_text color:!important; .yuzo_related_post .relatedthumb:hover .yuzo_text color:!important; .yuzo_related_post .relatedthumb acolor:!important; .yuzo_related_post .relatedthumb a:hovercolor:!important; .yuzo_related_post .relatedthumb:hover a color:!important; .yuzo_related_post .relatedthumb margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px;
0 notes
hodldrgn-blog · 7 years ago
Photo
Tumblr media
New Post has been published on https://cryptomoonity.com/interviews-with-vlad-stoyan-chainges-amsterdam/
Interviews with Vlad & Stoyan @ Chainges, Amsterdam
Title: Interviews with Vlad & Stoyan @ Chainges, Amsterdam Video duration: 32:35 Views: 14 Likes: 0 Dislikes: 0 Publication date: 2018-10-23 15:57:31
youtube
Description: Vlad and Stoyan from the æternity team gave interviews for the local community members during the Chainges event in Amsterdam, the Netherlands.
They discussed æternity technology and æpps.
Related
深脑链双周报第26期(09.10-09.24) 深脑链双周报第26期(09.10-09.24) 尊敬的深脑链全球社区成员:九月上旬,深脑链与DeepToken启动全球路演计划,在东南亚地区反响热烈,越南与泰国的区块链爱好者们,与众多人工智能领域专家一起,都被深脑链+DeepToken构建的“DECO大深态”体系宏伟愿景所吸引,对其具备的广阔市场...
Status Beta launches, Slack crashes Status Beta launches, Slack crashes One more reason to love decentralization. This is not an anti-Slack blog. At Status, we use Slack all the ti...
Ontology Announces Deep Cooperation with CCX in En... Ontology Announces Deep Cooperation with CCX in Enterprise Credit Investigation Ontology Announces Deep Cooperation with CCX in Enterprise Credit Inv...
DEVCON1: Building a DApp: What are DApps and why M... Title: DEVCON1: Building a DApp: What are DApps and why Meteor - Fabian Vogelsteller Video duration: 15:21 Views: 6915 Likes: 58 Dislikes: 2 Publi...
.yuzo_related_post .relatedthumb background: !important; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear; transition: background 0.2s linear;;color:!important; .yuzo_related_post .relatedthumb:hoverbackground:#fcfcf4 !important;color:!important; .yuzo_related_post .yuzo_text color:!important; .yuzo_related_post .relatedthumb:hover .yuzo_text color:!important; .yuzo_related_post .relatedthumb acolor:!important; .yuzo_related_post .relatedthumb a:hovercolor:!important; .yuzo_related_post .relatedthumb:hover a color:!important; .yuzo_related_post .relatedthumb margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px;
0 notes
hodldrgn-blog · 7 years ago
Photo
Tumblr media
New Post has been published on https://cryptomoonity.com/progress-report-28/
Progress Report #28
Progress Report #28
Dear DeepBrain Chain Community,
Welcome to the latest fortnightly progress report. Things are heating up for DBC. The last two weeks have seen a primary focus on client acquisition for the AI training Net, with our new Sales VP, Johnny Ma, putting his extensive experience as Senior Channel Marketing Manager at AMD for over 10 years to use in order to line up exciting new opportunities for co-operation and utilization of the platform. We have seen strong interest from a number of large enterprises looking to capitalize on the reduced-cost computing power offered by the DeepBrain Chain and we look forward to some exciting announcements in the near future. We also saw a lot of progress with our killer AI app, VisionX, as they prepare to secure exchange listings and fast-track the integration of their innovative visual inspection technology and the development of the multitude of other cross-industry solutions.
The technical team has made great strides in development, with a focus on the eventual go-live of the Mainnet. Small delays with Houbi Cloud’s DeepToken Exchange integration technology have slightly altered the immediate development plans, but rest assured the team is working tirelessly to finalize DECO operations and bring about the realization of the ecosystem structure to the benefit of DeepBrain Chain, its investors and its incubated projects.
1. Marketing
DeepToken Reports
CoinIn
WeeklyToday
BlockTimesTV
ChainNews
CoiniStar
KoreaDaily
Naver
Joya HODL
Two installments of Joya HODL were recently released; the first focused on the development of the DECO and how the overall structure of the ecosystem would be of great benefit to DeepBrain Chain. Joya discussed the ways in which DeepBrain Chain is expanding in the global market space. She also discussed the ways in which we can support Skynet through the evolution of the platform with continued upgrades and iterations. DeepBrain Chain has devised a subsidy program via which we can offer greater benefits to those that support DeepBrain Chain by providing computation power to our subset of requesters including current and future clients.
The second Joya HODL was hosted in conjunction with Chief AI Officer Dr. Dongyan Wang and highlighted the solutions that VisionX, one of our first incubated projects, can provide in cross-industry implementation. Dr. Wang provided in-depth coverage of exactly how VisionX will function and the areas of technical development they are focusing on in order to alleviate major stress points that can hinder progress in already established market spaces.
Joya HODL 4:
https://www.youtube.com/watch?v=haM-j5XYCho
Joya HODL 5:
https://www.youtube.com/watch?v=YQ3ga7jhNso
DeepToken Q&A:
DeepToken Exchange released an extensive Q&A to answer some of the community’s most common queries and provide detailed insight into our decision-making process in respect to our innovative operation models and how they will benefit both investors and the quality AI projects that receive listings
You can have a read of it here:
https://medium.com/@DeepBrain_Chain/deeptoken-exchange-q-and-a-abbb0b57dd44
2. Technological Progress
Shanghai
R & D team focus: DBC network optimization; official website demand development; v0.4 main chain refinement design;
Architecture design:
Network architecture design of multi-chain + fragmentation architecture: v0.4 main chain overall architecture refinement scheme design
DGP solution analysis: read and analyze the DGP source code implemented by related technologies
Data security solution analysis: container enhancement technology
Data security solution analysis: distributed encryption tunneling scheme
EVM integration solution prototype development
Blockchain network security analysis and design
Test:
The official website iterates two requirement tests
Development:
The official website iterates three requirement developments
DBC network optimization: compressed communication transmission; idle task scheduling; mining pool
Blockchain source code analysis
3. Talent Recruitment
We are hiring development engineers, security architects and other positions. All self-provided/recommended resumes are given feedback within 48 hours, and we welcome external referrals.
If you recommend a friend/classmate/colleague successfully, after the month of the candidate’s entry you will be given a recommendation reward of 20,000RMB.
Contact email: [email protected]
Please attach the resume of your recommendation, as well as referee contact information, so that we can issue bonuses as awarded.
4. Community
DeepBrain Chain Global Ambassadors Program
Want a platform to give voice to your opinion? Want to be part of the decentralized team that steers DeepBrain Chain towards its future? Interested in displaying and developing your creativity and ingenuity to increase understanding and participation in the DeepBrain Chain ecosystem? Sign up to the Global Ambassador program using the link below!
http://globalambassador.mikecrm.com/lJtHmbQ
Act quickly to be eligible for bountiful rewards!
Community groups:
YouTube
Medium , Apple Podcast
Twitter , Facebook
Telegram DeepToken Exchange Group:(https://t.me/DeepTokenExchange)
Telegram English Group: (https://t.me/deepbrainchain)
Telegram Korean Group: (https://t.me/DeepBrainChainKor )
Telegram Vietnam Group:( https://t.me/DeepBrainChainVietnam)
Telegram Indonesia Group:(https://t.me/DeepBrainChainIndonesia )
Telegram Thai Group: ( https://t.me/DeepBrainChainThai )
Telegram Russian Group:(https://t.me/DeepBrainChainRussia )
Telegram Turkish Group: (https://t.me/DeepBrainChainTurkey)
Telegram Mining Machine Group:(https://t.me/DeepBrainChainAIminers )
About DeepBrain Chain
DeepBrain Chain is the world‘s first AI computing platform driven by blockchain. It uses blockchain technology to help AI companies save up to 70% of computing costs while protecting data privacy in AI training. Its vision is to build a “Decentralized AI Cloud Computing Platform” and become “The AWS in AI”
Yours sincerely,
the DeepBrain Chain Team
https://www.deepbrainchain.org
Source
Related
Crypto World Cup Day 4: Cameron Winklevoss vs. Dav... Crypto World Cup Day 4: Cameron Winklevoss vs. David Schwartz Welcome to Day 4 of the Crypto World Cup! Cameron Winklevoss faced off against David Sc...
Riding in the Bitcoin Lamborghini – A Day fo... Title: Riding in the Bitcoin Lamborghini - A Day for the Road! Video duration: 25:17 Views: 3297 Likes: 257 Dislikes: 21 Publication date: 2018-08...
Introducing the IOT-CT03 UHF RFID Ceramic Antenna ... Introducing the IOT-CT03 UHF RFID Ceramic Antenna — Essential for Wireless Communication Introducing the IOT-CT03 UHF RFID Ceramic Antenna — Essentia...
Nebulas Bi-Weekly Development Commits Update #50 Nebulas Bi-Weekly Development Commits Update #50 Welcome to Nebulas Weekly Report #50, delivering the latest updates on the Nebulas project. This rep...
.yuzo_related_post .relatedthumb background: !important; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear; transition: background 0.2s linear;;color:!important; .yuzo_related_post .relatedthumb:hoverbackground:#fcfcf4 !important;color:!important; .yuzo_related_post .yuzo_text color:!important; .yuzo_related_post .relatedthumb:hover .yuzo_text color:!important; .yuzo_related_post .relatedthumb acolor:!important; .yuzo_related_post .relatedthumb a:hovercolor:!important; .yuzo_related_post .relatedthumb:hover a color:!important; .yuzo_related_post .relatedthumb margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px;
0 notes