並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 2217件

新着順 人気順

computer_visionの検索結果321 - 360 件 / 2217件

  • OCRの読み取りミスを修正する手作業をAIに代わりにやってもらってみた | DevelopersIO

    はじめに 新規事業部 Passregiチームの山本です。 先日、CX事業本部の平内さん(SINさん)が、FAXで受信した紙の帳票をOCRで読み取ってCSVファイルにする方法に関して、ブログを公開されました。 https://dev.classmethod.jp/articles/computer-vision-read-api/ 上記のページの最後に、課題としてOCRが読み取りをミスすることがあり、そのミスを手動で修正する必要がありそう、と分析されていました。 このページでは、OCRの読み取りミスを自動で修正するために、AIを使って試してみた内容について記載します。 問題点と解決方法 問題点の整理 上のページの取り組みで残った問題点は、以下のような状況した。 文字の読み取り自体はできていた 読み取りを行う範囲(単位)がズレてしまった(複数のセルを1つとして認識してしまっている)。その結果、

      OCRの読み取りミスを修正する手作業をAIに代わりにやってもらってみた | DevelopersIO
    • 欠陥発見! MVTec異常検知データセットへの深層距離学習(Deep Metric Learning)応用 - Qiita

      欠陥発見! MVTec異常検知データセットへの深層距離学習(Deep Metric Learning)応用画像処理DeepLearning異常検知MetricLearningMVTecAD News 2021/4/30 ㊗この記事の英語版が、論文に引用されました。 …というか、個人的には「この記事のアイデアを拡張して、汎用的なアイデアにした上で論文化してくれた」、と勝手に喜んでいます。 ・引用された論文: "CutPaste: Self-Supervised Learning for Anomaly Detection and Localization", arXiv:2104.04015 [cs.CV], 2020. この「[16]」です。 はじめに Deep metric learningの評価を段階的に試してきました。 Part 1: 分類器で学習できるMetric learning

        欠陥発見! MVTec異常検知データセットへの深層距離学習(Deep Metric Learning)応用 - Qiita
      • fastai: A Layered API for Deep Learning

        fastai is a deep learning library which provides practitioners with high-level components that can quickly and easily provide state-of-the-art results in standard deep learning domains, and provides researchers with low-level components that can be mixed and matched to build new approaches. It aims to do both things without substantial compromises in ease of use, flexibility, or performance. This

        • rinna/japanese-stable-diffusion · Hugging Face

          One more step before getting this model. This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies: \n\nYou can't use the model to deliberately produce nor share illegal or harmful outputs or content \nrinna Co., Ltd. claims no rights on the outputs you generate, you are free to use them and a

            rinna/japanese-stable-diffusion · Hugging Face
          • Paddingが「死角」を生む!?そんな盲点を検証!

            3つの要点 ✔️ パディングがどのようにしてCNNのアーチファクト(死角)を発生させるのかを実証 ✔️ 0パディングの不均等な適用がバイアスの解決可能な原因であることを特定 ✔️ パディングとCNNのfoveation(フォビエーション)の挙動との関連を解明 Mind the Pad -- CNNs can Develop Blind Spots written by Bilal Alsallakh, Narine Kokhlikyan, Vivek Miglani, Jun Yuan, Orion Reblitz-Richardson (Submitted on 5 Oct 2020) Comments: Accepted at ICLR2021 Subjects: Computer Vision and Pattern Recognition (cs.CV); Artificial I

              Paddingが「死角」を生む!?そんな盲点を検証!
            • Japanese robotics lags as AI captures global attention

              Japan’s abiding love of machines gave it an early and natural advantage in robotic technology and acceptance.Credit: Yoshio Tsunoda/AFLO/Alamy For decades, Japan has been synonymous with developing cutting-edge robots. Yet the country’s reputation as a leader in the field might be outdated. Although Japanese roboticists do still produce “amazing papers” and “are very present” in the research commu

                Japanese robotics lags as AI captures global attention
              • 【物体検出】SSD(Single Shot MultiBox Detector)の解説

                概要 先日の勉強会にてインターン生の1人が物体検出について発表してくれました。これまで物体検出は学習済みのモデルを使うことが多く、仕組みを知る機会がなかったのでとても良い機会になりました。今回の記事では発表してくれた内容をシェアしていきたいと思います。 あくまで物体検出の入門ということで理論の深堀りや実装までは扱いませんが悪しからず。 物体検出とは ディープラーニングによる画像タスクといえば画像の分類タスクがよく挙げられます。例としては以下の犬の画像から犬種を識別するタスクなどです。 ディープラーニングで識別してみると コーギー: 75% ポメラニアン: 11% チワワ: 6% ... のようにどの犬種か、確率としては出てくるものの画像内に犬が2匹以上いた場合は対応できなくなってしまいます。 この問題を解決するために物体検出のアルゴリズムが開発されました。物体検出の技術を使えば画像中の複数

                  【物体検出】SSD(Single Shot MultiBox Detector)の解説
                • パラメータ数を激減させる新しい畳み込み「MixConv」解説!

                  3つの要点 その1  パラメータ数を激減させる新しい畳み込みMixConvを提案 その2  MixConv層を含んだモデルをAIに自動生成(=NAS)させることでMixNetを開発 その3  MixNetはMobileNet-V3やMnasNetなどの小型画像認識モデルのみならずResNet-153に対してはパラメータ数1/9程度で性能を凌いだ MixConv: Mixed Depthwise Convolutional Kernels written by Mingxing Tan, Quoc V. Le (Submitted on 22 Jul 2019 (v1), last revised 1 Dec 2019 (this version, v3)) Journal reference: BMVC 2019 Subjects: Computer Vision and Pattern

                    パラメータ数を激減させる新しい畳み込み「MixConv」解説!
                  • MicroPython officially becomes part of the Arduino ecosystem | Arduino Blog

                    Welcome Opta, our first-ever micro PLC with Industrial IoT capabilities At Arduino we like to experiment with new technologies to figure out if we can use them to improve the tools we make for our users. We’ve recently been experimenting with the Python language as a possible extension for our programming platforms, considering how it has become the number one language for many types of users. Spe

                      MicroPython officially becomes part of the Arduino ecosystem | Arduino Blog
                    • Metaが映像処理モデル「DINOv2」を発表、将来はAIにより没入型VR環境が作れる可能性

                      Metaが2023年4月17日に、映像モデルをトレーニングする新しい手法である「DINOv2」を発表しました。自己教師あり学習により映像を高度に理解するこの新手法により、将来的には単純な指示やプロンプトからVR世界を構築できるジェネレーティブAIが登場すると期待されています。 [2304.07193] DINOv2: Learning Robust Visual Features without Supervision https://doi.org/10.48550/arXiv.2304.07193 DINOv2: State-of-the-art computer vision models with self-supervised learning https://ai.facebook.com/blog/dino-v2-computer-vision-self-supervised

                        Metaが映像処理モデル「DINOv2」を発表、将来はAIにより没入型VR環境が作れる可能性
                      • Pushing state-of-the-art in 3D content understanding

                        In order to interpret the world around us, AI systems must understand visual scenes in three dimensions. This need extends beyond robotics, navigation, and even augmented reality applications. Even with 2D photos and videos, the scenes and objects depicted are themselves three-dimensional, of course, and truly intelligent content-understanding systems must be able to recognize the geometry of a cu

                          Pushing state-of-the-art in 3D content understanding
                        • A Brief History of Time Series Models

                          [updated on December 11, 2023] TL;DR: For folks who are interested in learning more about time series models, below is an incomplete roadmap that attempts to summarize the development of this complex, fast evolving field. M Competition is the equivalence of ImageNet to computer vision for time series model and deep learning beat traditional statistical models for the first time in M4 that took pla

                            A Brief History of Time Series Models
                          • Azure Machine Learning StudioのWeb experienceが一般提供開始(GA)されました #Azure | DevelopersIO

                            こんにちは、Mr.Moです。 Azure Machine Learning StudioのWeb experienceが一般提供開始(GA)されましたね。せっかくですので少し触りながら確認をしていきたいと思います。 Azure Machine Learning Studioとは Azure Machine Learning Studioは、エンドツーエンドのライフサイクルを管理するための新しい没入型Webエクスペリエンスです。新しいウェブエクスペリエンスは、データサイエンティストやエンジニア向けのすべてのデータサイエンス機能を、コードのオーサリングなしから、コードファーストエクスペリエンスまで、さまざまなスキルレベルに渡って提供し、MLアセットを1つのウェブペインにまとめて機械学習を合理化します。 データサイエンティストや機械学習エンジニアがAzure Machine Learning ワ

                              Azure Machine Learning StudioのWeb experienceが一般提供開始(GA)されました #Azure | DevelopersIO
                            • NeRFの仕組みを1からわかりやすくまとめたい - kentaPtの日記

                              1. はじめに NeRF (Neural Radiance Field) とは、複雑なシーンに対して、任意の視点からの3次元的なシーンを画像から再構成する技術です。以下の動画にあるように、物体に対して、様々な角度から見たときのシーンをキレイに再現することができます。反射に関しても、それぞれの角度から見たときの見え方が反映されており、角度によって同じ場所でも微妙に違う反射特性を見て取ることができます。この手法を利用して、例えば、地点AとBで画像を取得した場合、その中間地点の任意の角度から対象物体を見たときのシーンを生成可能です。 この記事では、このNeRFと呼ばれる技術と、それを実行するにあたって必要な周辺の技術について簡単にまとめたいと思います。以下に示す、NeRFの論文と照らし合わせてながら解説を行います。しかし、本記事では、NeRFを実行するまでの流れを示すため、各要素技術に関しては詳

                                NeRFの仕組みを1からわかりやすくまとめたい - kentaPtの日記
                              • Windows 10に搭載されているMicrosoft OCRを使って文字認識する – RIALAB.

                                Windows 10に搭載されているMicrosoft OCRを使って文字認識する 木曜日 , 11, 3月 2021 makoto .NET, Windows, 技術的なメモ 1 Comment 文字認識が必要になりそうなお仕事で、実装方法と難しさ、文字認識の精度を調べるために作った簡易OCRツールです。 Windows 10に標準搭載されているOCR( Microsoft OCR / Windows.Media.Ocr )を使っただけなのですが、機能として面白かったのでプログラムとソースを公開します。 ※実行画面のサンプルとして、青空文庫で公開されている『吾輩は猫である』のスクリーンショットを使用しました。 ※2022/02/05 『GUI対応したPDFをページごとに画像変換(PNG/BMP/JPEG/GIF/TIFF形式)するツール [WPF]』で応用アプリケーションを掲載しました。

                                • Top 10 Python libraries of 2019

                                  We hope you enjoy it as much as we did creating it, so here we go! 1. HTTPXAs a die-hard Python fan who usually interacts with APIs, you are probably familiar with the requests library. However, requests will do no good for you if you are using the async paradigm, which is increasingly common in high performance modern applications. To solve this, the awesome Tom Christie and collaborators bring u

                                    Top 10 Python libraries of 2019
                                  • Amazon is now selling its cashierless store technology to other retailers | TechCrunch

                                    Media & Entertainment Amazon is now selling its cashierless store technology to other retailers Amazon on Monday announced it will now offer its cashierless store technology, called “Just Walk Out,” to other retailers. The technology uses a combination of cameras, sensors, computer vision techniques and deep learning to allow customers to shop, then leave the store without waiting in line to pay.

                                      Amazon is now selling its cashierless store technology to other retailers | TechCrunch
                                    • Fast, parallel applications with WebAssembly SIMD · V8

                                      Show navigation SIMD stands for Single Instruction, Multiple Data. SIMD instructions are a special class of instructions that exploit data parallelism in applications by simultaneously performing the same operation on multiple data elements. Compute intensive applications like audio/video codecs, image processors, are all examples of applications that take advantage of SIMD instructions to acceler

                                      • Microsoft Edgeに視覚障害者向け音声による画像説明機能 「Azure Cognitive Services」で

                                        Microsoft Edgeに視覚障害者向け音声による画像説明機能 「Azure Cognitive Services」で 米Microsoftは3月17日(現地時間)、Webブラウザ「Microsoft Edge」のアクセシビリティ設定で、altテキストのないWebページ上の画像の概要を音声で説明する機能を追加したと発表した。「Azure Cognitive Services」のAIツール「Computer Vision API」を使う。 利用するには、[設定]→[アクセシビリティ]で「スクリーン リーダー用に Microsoft から画像の説明を取得する」を有効にする。 altテキストは、画像など非テキストコンテンツがWebブラウザで表示できない場合に代わりに表示するためにパブリッシャーが入力しておく代替テキストだ。音声読み上げツールが読み上げるため、アクセシビリティの向上にも役立つが

                                          Microsoft Edgeに視覚障害者向け音声による画像説明機能 「Azure Cognitive Services」で
                                        • 【Group-CAM】Grad-CAMはもう古い?最先端のCNNにおける判断根拠手法

                                          3つの要点 ✔️ 特徴量マップのノイズを排除する機構を含む ✔️ 高速な顕著性マップの推論が可能 ✔️ いくつかの実験で計算コストが少ないにも関わらずSOTAを達成 Group-CAM: Group Score-Weighted Visual Explanations for Deep Convolutional Networks written by Qinglong Zhang, Lu Rao, Yubin Yang (Submitted on 25 Mar 2021 (v1), last revised 19 Jun 2021 (this version, v4)) Comments: Published on arxiv. Subjects: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligen

                                            【Group-CAM】Grad-CAMはもう古い?最先端のCNNにおける判断根拠手法
                                          • Introduction - Hugging Face NLP Course

                                            Welcome to the 🤗 Course! This course will teach you about natural language processing (NLP) using libraries from the Hugging Face ecosystem — 🤗 Transformers, 🤗 Datasets, 🤗 Tokenizers, and 🤗 Accelerate — as well as the Hugging Face Hub. It’s completely free and without ads. What to expect? Here is a brief overview of the course: Chapters 1 to 4 provide an introduction to the main concepts of t

                                              Introduction - Hugging Face NLP Course
                                            • GeoCode: Interpretable Shape Programs

                                              1Tel Aviv University, 2University of Chicago, 3Purdue University GeoCode maps 3D shapes to a human-interpretable parameter space, allowing to intuitively edit the recovered 3D shapes from a point cloud or sketch input. Mapping high-fidelity 3D geometry to a representation that allows for intuitive edits remains an elusive goal in computer vision and graphics. The key challenge is the need to model

                                              • ICCV 2019 Tutorial: Everything You Need to Know to Reproduce SOTA Deep Learning Models

                                                ICCV 2019 Tutorial: Everything You Need to Know to Reproduce SOTA Deep Learning Models Time: Sunday, October 27, 2019. Half Day - AM (0800-1215) Location: Auditorium, COEX Convention Center Presenter: Zhi Zhang, Sam Skalicky, Muhyun Kim, Jiyang Kang Abstract Deep Learning has become the de facto standard algorithm in computer vision. There are a surge amount of approaches being proposed every year

                                                • Table Extraction OCR - Extract Table from Image

                                                  The amount of data being collected is drastically increasing day-by-day with growing numbers of applications, software, and online platforms. To handle/access this humongous data productively, it’s necessary to develop valuable information extraction tools. One of the sub-areas that’s demanding attention in the Information Extraction field is the extraction of tables from images or the detection o

                                                    Table Extraction OCR - Extract Table from Image
                                                  • Building jetson-containers for Nvidia devices on Windows 10 with VS Code and WSL v2

                                                    Paul DeCarlo for Microsoft Azure Posted on Jul 31, 2019 • Updated on Dec 20, 2019 Building jetson-containers for Nvidia devices on Windows 10 with VS Code and WSL v2 In this post, we are going to walk through building Ian Davis's jetson-containers project on Windows 10 using Visual Studio Code and version 2 of the Windows Subsystem for Linux. In a nutshell, the jetson-containers project allows you

                                                      Building jetson-containers for Nvidia devices on Windows 10 with VS Code and WSL v2
                                                    • Powered by AI: Advancing product understanding and building new shopping experiences

                                                      Powered by AI: Advancing product understanding and building new shopping experiences Today we’re announcing: We’ve built and deployed GrokNet, a universal computer vision system designed for shopping. It can identify fine-grained product attributes across billions of photos — in different categories, such as fashion, auto, and home decor. GrokNet is powering new Marketplace features for buyers and

                                                        Powered by AI: Advancing product understanding and building new shopping experiences
                                                      • 3次元物体検出もシンプルにTransformerで!PETRv2を理解する

                                                        Turing株式会社のアドベントカレンダー2日目です!1日目はCTOの青木さんのカレー屋さんとスタートアップ:CTO of the year 2023でオーディエンス賞受賞です。 自動運転・AIモデル開発チームの岩政(@colum2131)です。 Turingは完全自動運転車の開発を目標としており、自動運転AIや車両、LLMの開発など様々なことに取り組んでいます。今回の話は、自動運転AIの物体認識などのPerceptionタスクにおいて個人的に面白いなと思ったVision-CentircなEnd-to-Endモデルの紹介です[1]。 Transformerベースの画像認識 Transformerは、大規模言語モデル(Large Language Model; LLM)などに用いられる重要なアーキテクチャです。2017年に"Attention Is All You Need"というタイトルで

                                                          3次元物体検出もシンプルにTransformerで!PETRv2を理解する
                                                        • Generate Piano Instrumental Music by Using Deep Learning

                                                          Hello everyone! Finally, I can write again on my Medium and have free time to do some experiments on Artificial Intelligence (AI). This time, I am going to write and share about how to generate music notes by using Deep Learning. Unlike my previous article about generating lyrics, this time we will generate the notes of the musics and also generate the file (in MIDI format). Photo by Malte Wingen

                                                            Generate Piano Instrumental Music by Using Deep Learning
                                                          • 物体検出のエラー分析ツールTIDE | MoT Lab (GO Inc. Engineering Blog)

                                                            この記事はMobility Technologies Advent Calendar 2021の18日目です。 こんにちは、AI技術開発AI研究開発第二グループの劉です。私はドラレコ映像から標識などの物体を見つける物体検出技術を開発しているのですが、その精度を改善していくためにはまず検出エラーを細かく分析することが重要です。本記事では、物体検出のエラー分析に関する論文である”TIDE: A General Toolbox for Identifying Object Detection Errors”を解説すると共に、その著者らが公開しているツールを実際に使ってみた結果をご紹介をしたいと思います。 はじめに本記事では、以下の論文を取り上げます。コンピュータビジョンで最も有名な国際学会の一つであるECCV(European Conference on Computer Vision)で202

                                                              物体検出のエラー分析ツールTIDE | MoT Lab (GO Inc. Engineering Blog)
                                                            • NeRF at ICCV 2021

                                                              In anticipation of ICCV (Intl. Conf. on Computer Vision) this week, I rounded up all papers that use Neural Radiance Fields (NeRFs) that will be represented in the main #ICCV2021 conference. Many of the papers I discussed in my original blog-post on NerF made it into CVPR, but the sheer number of NeRF-style papers that appeared on Arxiv this year meant I could no longer keep up. The top Computer V

                                                              • The 4 Trends That Prevail on the Gartner Hype Cycle for AI, 2021

                                                                While advances in machine learning, computer vision, chatbots and edge artificial intelligence (AI) drive adoption, it's these trends that dominate this year’s Hype Cycle. Download now: 2021-2023 Emerging Technology Roadmap Through the use of natural language processing (NLP) and emerging technologies such as generative AI, knowledge graphs and composite AI, organizations are increasingly using AI

                                                                  The 4 Trends That Prevail on the Gartner Hype Cycle for AI, 2021
                                                                • マイナーな正則化手法「ラベル平滑化」は実は効果アリアリらしい - Qiita

                                                                  教師あり学習のクラス分類タスクにおいては、既に様々な正則化手法が考案・実用化されています。 例えば、荷重減衰(Weight Decay)、ドロップアウト、バッチ正規化やレイヤー正規化などが知名度高いでしょう。 しかし「ラベル平滑化(Label Smoothing)」というのは、「あ~なんか聞いたことある」とか「何それ?」というくらい、認知度がありません。 なぜでしょう?実装は恐ろしいほど簡単で、ちゃんと 論文もある(※1) んですが。 ※1)「Rethinking the Inception Architecture for Computer Vision」のP6「7. Model Regularization via Label Smoothing」 本稿では、ラベル平滑化の正則化の効果をMNISTを使用して実験し、少なくともこの実験の条件下においては正則化の効果があることを示しています

                                                                    マイナーな正則化手法「ラベル平滑化」は実は効果アリアリらしい - Qiita
                                                                  • Applied-ML Papers

                                                                    Curated papers, articles, and blogs on machine learning in production. Designing your ML system? Learn how other organizations did it. Star Table of Contents Data QualityData EngineeringData DiscoveryFeature StoresClassificationRegressionForecastingRecommendationSearch & RankingEmbeddingsNatural Language ProcessingSequence ModellingComputer VisionReinforcement LearningAnomaly DetectionGraphOptimiz

                                                                      Applied-ML Papers
                                                                    • Stretch iPhone to its Limit, a 2GiB Model that can Draw Everything in Your Pocket

                                                                      Every year, we have a new iPhone that claims to be faster and better in every way. And yes, these new computer vision models and new image sensors can exercise the phone as hard as they can. However, you could already take good pictures on an iPhone 10 years ago. These are incremental improvements. These incremental asks only deserve incremental improvements. Once in a few years, there are program

                                                                      • OpenCV directly in the browser (webassembly + webworker)

                                                                        OpenCV directly in the browser (webassembly + webworker)by aralroca on Tuesday, May 5, 2020 • 10 min read We'll see how to use the OpenCV library directly on the browser! To do this, we will compile OpenCV to webassembly and then run it inside a webworker. What is OpenCV OpenCV is the most popular library of Computer Vision, and has existed since 1999! What it does is providing a user-friendly and

                                                                          OpenCV directly in the browser (webassembly + webworker)
                                                                        • 【加藤さん向け】オンプレで動かす機械学習パイプラインをSagemaker用に変更するときのポイント【社内共有】 | DevelopersIO

                                                                          せーのでございます。 北海道はもうそろそろ秋の気配。みなさんも秋物の洋服をクリーニングに出そうとしたり、観葉植物の日当たりを工夫したりしてる時 もともとオンプレやEC2で動かすために組んでいた機械学習のパイプラインをSagemaker用に書き直したいなと思うことって、よくありますよね。 でも、この作業にはSagemakerの勘所を押さえておく必要があります。今回はそんな書き換え作業時に押さえておくポイントを、がっつり社内向けに記述しておきます。 今回は特にターゲット層として機械学習関連を一緒に作業している「加藤さん」を念頭にこの記事を書いています。ですので「加藤さん」と同じくらいのバックグラウンドをお持ちの読者の方であればスッと入ってくるかと思います。 「加藤さん」像 私の考える「加藤さん」は AWSのサービスについては基本押さえている 機械学習の基本的な用語や流れ(データセットなど)はわ

                                                                            【加藤さん向け】オンプレで動かす機械学習パイプラインをSagemaker用に変更するときのポイント【社内共有】 | DevelopersIO
                                                                          • An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale

                                                                            While the Transformer architecture has become the de-facto standard for natural language processing tasks, its applications to computer vision remain limited. In vision, attention is either applied in conjunction with convolutional networks, or used to replace certain components of convolutional networks while keeping their overall structure in place. We show that this reliance on CNNs is not nece

                                                                            • GitHub - vt-vl-lab/3d-photo-inpainting: [CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting

                                                                              We propose a method for converting a single RGB-D input image into a 3D photo, i.e., a multi-layer representation for novel view synthesis that contains hallucinated color and depth structures in regions occluded in the original view. We use a Layered Depth Image with explicit pixel connectivity as underlying representation, and present a learning-based inpainting model that iteratively synthesize

                                                                                GitHub - vt-vl-lab/3d-photo-inpainting: [CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting
                                                                              • 画像認識の最新SoTAモデル「Noisy Student」を徹底解説!

                                                                                3つの要点 ✔️ その1  ImageNetでTop-1 Acc. 88.4 %を叩き出し、SoTAモデル。おまけに高いロバスト性を兼ね備える。 ✔️ その2  Self-trainingにおいてStudentに強いノイズをかけ、反復的にTeacherとStudentを入れ変える。 ✔️ その3  TeacherおよびStudentのベースモデルはEfficientNet(解説)を使用し、EfficentNet-L2という拡張モデルでSoTA Self-training with Noisy Student improves ImageNet classification written by Qizhe Xie, Minh-Thang Luong, Eduard Hovy, Quoc V. Le (Submitted on 11 Nov 2019 (v1), last revised 7

                                                                                  画像認識の最新SoTAモデル「Noisy Student」を徹底解説!
                                                                                • About

                                                                                  Computer-designed organisms A scalable pipeline for designing novel organisms, such as xenobots About Most technologies are made from steel, concrete, chemicals and plastics, which degrade over time and can produce harmful ecological and health side effects. It would thus be useful to build technologies using self-renewing and biocompatible materials, of which the ideal candidates are living syste