並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 6 件 / 6件

新着順 人気順

matplotlib change scatter plot sizeの検索結果1 - 6 件 / 6件

  • 生命ってコードで作れるの?試してわかったALIFEのヤバさ(前編) - Qiita

    SapeetでSWEをやっている渡辺です。 最近は社内メンバーとARC Raidersにハマっています。 自分も自作ARC(機械生命体)を作ってみたいと思い、Artificial Life(人工生命)に興味を持ちました()。 => 後編はこちら👉 なぜ今 ALIFEなのか ALIFE(Artificial Life の略)は、生命システムを人工的に再現することを目指す分野です。 特に、進化の再現(突然変異など)やパターン創発などの研究が有名です。 例) Evolution Gym: 仮想生物の進化を再現した研究 L-system: 植物の構造を再現した研究 (画像元:wikipedia) ゆくゆくは人間などの複雑怪奇な生命システムも再現することができれば、病気などの問題の解決に役立てられる研究分野です。 AIとALIFE 大まかに、AIは目的に対して最適化して作られる(トップダウン手法)

    • 論文でよく使うmatplotlib subplotsの覚え書き - Qiita

      論文を書く際に複数枚のグラフの内,最も左にあるグラフのみx軸を表記し,最も下にあるグラフのみy軸を表記するという形式をよく利用するので覚え書きします.(ちなみにx軸, y軸内で表示すべき領域が完全に一致している場合はsharex, shareyという選択肢もあります.) また,左下隅のグラフのみ消すという操作もよく利用するので,customizeの例 (ax.axis("off") によって可能です) に載せています. from __future__ import annotations from dataclasses import dataclass import numpy as np import matplotlib.pyplot as plt # NeurIPS Paper Setup textwidth = 0.98 base_font_size = 14 main_font

        論文でよく使うmatplotlib subplotsの覚え書き - Qiita
      • Extracting Training Data from ChatGPT

        Authors Milad Nasr*1, Nicholas Carlini*1, Jonathan Hayase1,2, Matthew Jagielski1, A. Feder Cooper3, Daphne Ippolito1,4, Christopher A. Choquette-Choo1, Eric Wallace5, Florian Tramèr6, Katherine Lee+1,3 1Google DeepMind, 2 University of Washington, 3Cornell, 4CMU, 5UC Berkeley, 6ETH Zurich. * Joint first author, +Senior author. We have just released a paper that allows us to extract several megabyt

        • Auto-Sklearnでらくらく自動機械学習(AutoML)超入門

          機械学習は現代社会において多くの分野で利用されています。 しかし、モデルの設定やハイパーパラメータの調整など、そのプロセスは非常に煩雑であり、多くの時間と専門知識が要求されます。そこで登場するのが「自動機械学習(AutoML)」です。 この記事では、AutoMLの中でも比較的人気のあるライブラリであるAuto-Sklearnを使って、誰でも簡単に機械学習モデルを構築できる方法を解説します。 基本的な使い方から応用例まで、Pythonの実行例付きでご紹介。機械学習に新しい風を吹き込むAuto-Sklearnで、あなたもデータ解析のプロになりましょう! はじめに なぜ自動機械学習(Auto ML)が必要なのか? 機械学習は今や多くの業界で応用されています。医療から金融、製造業まで、データを解析して有用な情報を引き出す力は計り知れません。 しかし、その一方で、機械学習モデルを設計、訓練、テストす

            Auto-Sklearnでらくらく自動機械学習(AutoML)超入門
          • pandas: An Ultimate Python Library for Data Science

            In this article, I will introduce the pandas library of Python programming language for data science. We will also see practical examples of code to create data frames, logical operations, and looping, apart from examples of code for the advanced concepts of pandas. Introduction to pandaspandas is a great library of Python for data science for most industry applications with massive amounts of dif

              pandas: An Ultimate Python Library for Data Science
            • Data Visualization Using Python

              We have seen that Python language is a powerful tool for data science and data operations, but how powerful is Python for Data visualization? One of the key responsibilities of Data scientists is to communicate results effectively with the stakeholders. This is where the power of visualization comes into play. Creating effective visualizations helps businesses identify patterns and subsequently he

                Data Visualization Using Python
              1