並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 171件

新着順 人気順

interpreterの検索結果121 - 160 件 / 171件

  • ChatGPT Code Interpreterできること - Qiita

    created by en-japan Yue.Pu Code Interpreter(コードインタープリター)とは、ChatGPTが提供する公式プラグインの一つで、このプラグインを利用することで、ChatGPT上でPythonを使ったコードの実行や、ファイルのアップロード・ダウンロードができるようになります まず使い方 現時点では課金アカウントしか使えません。 ChatGPTにログインし、左下の3点→「Settings」をクリックします。 「Beta features」をクリックし、「Code interpreter」の右にあるトグルボタンをクリックします。 TOP画面に戻り、[New chat]をクリックし、「GPT-4」をクリックし「Code Interpreter」をクリックします。 ChatGPTのアイコンが紫色になっていれば設定完了です。 入力画面の左端にある「+」マークを押す

      ChatGPT Code Interpreterできること - Qiita
    • Code InterpreterにExcel関数を書いてもらう方法

      Code InterpreterでExcel作業 Excel(エクセル)は結構好き嫌いが分かれるソフトだと思います。 プログラミングはできるけど、エクセルはあんまり得意じゃないという人も結構いるのではないでしょうか?私もあんまりエクセルは得意ではないです。 Code Interpreterでエクセル仕事がどのくらいできるのか試してみました。 普通にPythonで読み込みと可視化 まずはPythonでの読み込みと可視化です。 試したデータは、以下のような日付とカテゴリと金額の入った、妙に生々しいものです。はい、私が確定申告のためにメモしている経費のデータの一部です。 こんなやけにリアルなデータの月ごとの金額集計やカテゴリごとの金額を可視化(グラフ、表)にしてみます。 プロンプトは以下くらいでOKです。実際のプロンプトの例はこちらです。

        Code InterpreterにExcel関数を書いてもらう方法
      • Open InterpreterをGUIで操作できる「OpenInterpreterUI」の使い方

        Open InterpreterをGUIで動かす Open Interpreterに関しては以下記事書きました。 GUIでも操作できるのですが、色々使い勝手に難がありました(特に日本語入力)。 いつかGradioやStremlitでGUI化したいなーと思っていたら、やってくれていた人がいました。すごすぎです。 しかも、Dockerで簡単に動きます。感動的ですらあります。 わざわざ動かし方書く必要すらなさそうですが、気づいてない人も多そうなので、感動を伝えるために簡単にメモしておきます。 「OpenInterpreterUI」動かし方 環境セットアップ DockerとVS Code+devcontainer拡張をインストールしましょう。インストールに関しては以下記事参照ください。 続いて、OpenInterpreterUIをクローンします。

          Open InterpreterをGUIで操作できる「OpenInterpreterUI」の使い方
        • GitHub - prologic/bf: Brainfuck Interpreter written in Go

          Dismiss Join GitHub today GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together. Sign up

            GitHub - prologic/bf: Brainfuck Interpreter written in Go
          • ChatGPT + Code Interpreter = Magic

            tl;dr: OpenAI is testing the ability to run code and use third-party plugins in ChatGPT. OpenAI has announced that we’re developing plugins for ChatGPT that will extend its capabilities. [Link] Plugins range from third-party tools like WolframAlpha and OpenTable, to our browsing plugin and Code Interpreter that can generate code, run code, upload and download files ranging from csv data to images

              ChatGPT + Code Interpreter = Magic
            • Writing a simple Lisp interpreter in Rust

              Lisp is a family of multi-paradigm programming languages (functional, procedural, reflective, …), which can be similar to Lambda Calculus. The name stands for “list processing”. The syntax is based on the concept of S-Expression (short for: Symbolic Expression). The code is therefore organized in a tree-like data structure. In Lisp, code is data, and data is code. In this article, we will write a

                Writing a simple Lisp interpreter in Rust
              • Ohtani's interpreter fired, 'massive theft' alleged

                Tisha Thompson: 'Lot of questions' still about Ohtani's involvement (3:38)ESPN investigative reporter Tisha Thompson says there are still lots of questions surrounding Shohei Ohtani's possible involvement in the wire transfers that led to his interpreter being fired. (3:38) The Los Angeles Dodgers interpreter for Shohei Ohtani was fired Wednesday afternoon after questions surrounding at least $4.5

                  Ohtani's interpreter fired, 'massive theft' alleged
                • Open Interpreterを使ってデータ分析ができるかやってみる | DevelopersIO

                  はじめに Open Interpreterというオープンソースプロジェクトをご存知でしょうか?[OpenAI's Code Interpreter in your terminal, running locally] というコンセプトのプロジェクトです。 GitHubのリポジトリに記載されているより詳しい紹介内容は以下のようになっています。ざっくりいうとローカル環境で実行できるChatGPT Code Interpreterのようにファイルの取り扱いができるサービスです。 GPT-4による翻訳: オープンインタープリターは、LLM(大規模言語モデル)がコード(Python、Javascript、Shellなど)をローカルで実行できるようにします。インストール後に$ interpreterを実行することで、ターミナル内のChatGPT風のインターフェースを通じてOpen Interprete

                    Open Interpreterを使ってデータ分析ができるかやってみる | DevelopersIO
                  • Crystal’s interpreter – A very special holiday present

                    Crystal's interpreter – A very special holiday present 29 Dec 2021 The awaited Crystal interpreter has been merged. To use it, you need to compile Crystal with a special flag and, at the time of writing, the official releases (.deb, .rpm, docker images, etc.) are not being compiled with it. This post doubles as a F.A.Q. for this special feature. Let’s start from the very beginning: Why Crystal nee

                      Crystal’s interpreter – A very special holiday present
                    • picol, a Tcl interpreter in 550 lines of C code - antirez weblog

                      After I found this story on programming.reddit.com I was too tempted to write a 500 lines of C code Tcl interpreter for fun, as commented here. It took three hours of work, 556 lines of C code, and was pretty interesting to do. The following is a description of the experiment. Rules I had some rule in mind: Unlike the lisp500 interpreter I wanted to use more or less my normal C style. Lisp500 isn'

                      • Inside the evolving story of what happened with Ohtani and his interpreter

                        The sports world was rocked this week by news that Shohei Ohtani's longtime interpreter and friend, Ippei Mizuhara, had been fired by the Los Angeles Dodgers. But Mizuhara's termination was only the latest sharp turn in a zigzagging, 48-hour journey that played out on two continents as ESPN reporters worked to answer questions about at least $4.5 million in wire transfers sent from Ohtani's bank a

                          Inside the evolving story of what happened with Ohtani and his interpreter
                        • GitHub - Bushmills/Bashforth: A Forth interpreter, entirely written as bash script. But by now is yoda (https://github.com/Bushmills/yoda) the better bashforth.

                          This Forth interpreter, entirely written as bash script, is a F³ (Fully Functional Forth), albeit a tad slow. Some would call it "sluggish". As rough indication, an ARM SBC which I'm running Bashforth on takes about 15 second for an empty loop of 100,000 iterations. It has built-in doc and see facilities, simplifying exploration of Bashforth. Bashforth lacks floating point support and vocabularies

                            GitHub - Bushmills/Bashforth: A Forth interpreter, entirely written as bash script. But by now is yoda (https://github.com/Bushmills/yoda) the better bashforth.
                          • Polysemy Internals: The Effect-Interpreter Effect :: Reasonably Polymorphic

                            aka “what the hell is that Tactics stuff?” This is the second post in a series of implementation details in polysemy — a fast, powerful and low-boilerplate effect-system library. In the last post we discussed the Yo type, which accumulates weaving functions of the form Functor f => f () -> (∀ x. f (m x) -> n (f x)) -> e m a -> e n (f a). As a quick reminder, the f functor corresponds to some piece

                            • Daichi Konno / 紺野 大地 @_daichikonno 論文の内容を分かりやすく解説してくれる「Paper Interpreter」を公開しました! 使い方は簡単で、論文のPDFをアップロードするだけです。 テキストだけでなく、図やグラフについても説明してくれる点がポイントです! 早速公開したので、ぜひ使ってみてください😊 https://chat.openai.com/g/g-hxDOCBQrs-paper-interpreter

                              • Show HN: PuffinBASIC – A cross-platform modern BASIC interpreter written in Java | Hacker News

                                GitHub: https://github.com/mayuropensource/PuffinBASICBASIC (Beginners' All-purpose Symbolic Instruction Code) is a general-purpose high-level language from the 1960s. PuffinBASIC is an implementation of the BASIC language specification. PuffinBASIC conforms most closely to GWBASIC. The purpose of this implementation is to learn how to write interpreters and resurrect an old programming language t

                                • 生成AIの数学能力を補うには・・・?(Advanced Data Analysis/Open Interpreter/Wolfram・・・) - Qiita

                                  生成AIの数学能力を補うには・・・?(Advanced Data Analysis/Open Interpreter/Wolfram・・・)AIChatGPTLLM 2023年7月に初版発行されたStephen Wolfram「ChatGPTの頭の中(WHAT IS ChatGPT DOING...AND WHY DOES IT WORK?)」で Wolfram|Alphaが紹介されていたのをきっかけに、Wolfram Alphaを含め生成AIの数学能力を補うにはどのようなものがあるか改めて整理してみました。 生成AIの数学能力の実力 GPTなど生成AIが人間よりも苦手とされてきた数学能力ですが、(基本的なレベルであれば)Gemini UltraやGPT-4(5-shot)などでは90%を超える能力を既に持っています。 引用元:Google Blog(Gemini) GSM8KおよびMAT

                                    生成AIの数学能力を補うには・・・?(Advanced Data Analysis/Open Interpreter/Wolfram・・・) - Qiita
                                  • 刈宮 宥 @Callimiya ChatGPTのCode Interpreter、素直にGPT4の上位互換だな 今まで無理だったこの手の数が大量の文章問題でも一瞬で正解できる

                                    • What AI can do with a toolbox... Getting started with Code Interpreter [Now called Advanced Data Analytics]

                                      Everyone1 is about to get access to the single most useful, interesting mode of AI I have used - ChatGPT with Code Interpreter Advanced Data Analytics (the name has been updated, I am not going to change the post beyond this first instance of the old name). I have had the alpha version of this for a couple months (I was given access as a researcher off the waitlist), and I wanted to give you a lit

                                        What AI can do with a toolbox... Getting started with Code Interpreter [Now called Advanced Data Analytics]
                                      • LambdaLisp - A Lisp Interpreter That Runs on Lambda Calculus

                                        LambdaLisp is a Lisp interpreter written as an untyped lambda calculus term. The input and output text is encoded into closed lambda terms using the Mogensen-Scott encoding, so the entire computation process solely consists of the beta-reduction of lambda calculus terms. When run on a lambda calculus interpreter that runs on the terminal, it presents a REPL where you can interactively define and e

                                          LambdaLisp - A Lisp Interpreter That Runs on Lambda Calculus
                                        • GitHub - kspalaiologos/malbolge-lisp: A lightweight (350MB) Lisp interpreter in Malbolge Unshackled, often dubbed the hardest turing complete programming language.

                                          Malbolge is a public domain esoteric programming language. It was specifically designed to be almost impossible to use, via a counter-intuitive 'crazy operation', trinary arithmetic, and self-modifying code. It builds on the difficulty of earlier, challenging esoteric languages like Brainfuck, but takes this aspect to the extreme. Despite this design, it is possible to write useful Malbolge progra

                                            GitHub - kspalaiologos/malbolge-lisp: A lightweight (350MB) Lisp interpreter in Malbolge Unshackled, often dubbed the hardest turing complete programming language.
                                          • ChatGPTが教えてくれた「Code Interpreter」の環境変数とシステムプロンプト|Sangmin Ahn

                                            こんにちは、Choimirai Schoolのサンミンです。 0  はじめに以前からSydney(Microsoft Bingのコード名)やGitHub Copilotのシステムプロンプトを紹介したことがあります。 ▼GitHub Copilot 今回のnoteでは今話題のChatGPT Code Interpreterの環境変数とSytem Promptをシェアします。 1  環境変数Code InterpreterはJupyter Notebook/Labを使って実装されています。それぞれのセッションに与えられている環境変数は下記のツイートを参考にしてください。 Code Interpreterに環境変数を教えて、と指示するとテキストファイルに書いてくれた😊。"JPY_PARENT_PID"があるのを見てもJupyter Notebook/Labによって実装されていることがわかる。

                                              ChatGPTが教えてくれた「Code Interpreter」の環境変数とシステムプロンプト|Sangmin Ahn
                                            • Gradual Write-Barrier Insertion into a Ruby Interpreter

                                              Gradual Write-Barrier Insertion into a Ruby Interpreter Koichi Sasada Cookpad Inc. Japan ko1@cookpad.com Abstract Ruby is a popular object-oriented programming language, and the performance of the Ruby garbage collector (GC) di- rectly affects the execution time of Ruby programs. Ruby 2.0 and earlier versions employed an inefficient non-generational conservative mark-and-sweep GC. To improve this

                                              • Brainfuck Interpreter

                                                What is Brainfuck? Brainfuck is an esoteric programming language, meaning that it's not very useful for any practical purposes, but it can be a great source of programming puzzles. It is an extremely minimalistic cellular automaton, and is meant to be similar to a Turing Machine. A brainfuck-executing machine consists only of a series of cells arranged linearly, each of which can store numerical v

                                                • Adventures in JIT compilation: Part 1 - an interpreter - Eli Bendersky's website

                                                  This is the first post in a series about JIT compilers. The plan is to take a simple input language and develop some interpreters and JITs for it, in roughtly increasing degree of complexity. It's my hope that by the end of the series readers will have a good understanding of what it takes to develop a JIT compiler and what are some of the tools available to assist with the task. The input languag

                                                  • A fast in-place interpreter for WebAssembly

                                                    WebAssembly (Wasm) is a compact, well-specified bytecode format that offers a portable compilation target with near-native execution speed. The bytecode format was specifically designed to be fast to parse, validate, and compile, positioning itself as a portable alternative to native code. It was pointedly not designed to be interpreted directly. Instead, design considerations at the time focused

                                                    • GitHub - erdos/uclj: Small, quick, native Clojure interpreter

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        GitHub - erdos/uclj: Small, quick, native Clojure interpreter
                                                      • [速習] データ分析が簡単になる! ChatGPT PlusとCode Interpreter ~Pythonを利用したインタラクティブなコーディング環境|重盛 雅人

                                                        [速習] データ分析が簡単になる! ChatGPT PlusとCode Interpreter ~Pythonを利用したインタラクティブなコーディング環境 Code Interpreter入門ガイド ChatGPTのCode Interpreterは、自然言語で記述されたコードの意図を理解し、実行可能なプログラムコードに変換する機能です。このガイドでは、まずCode Interpreterの基本的な使い方を解説します。 ChatGPTの理解ChatGPTの能力についての概要 ChatGPTは、OpenAIによって開発された、自然言語処理の技術を応用した大規模なAI言語モデルの一つです。ユーザーからの入力に対して人間が行うような応答を生成することができます。この応答は、情報提供、質問への回答、文章の作成、物語の生成など、多岐にわたります。 ChatGPTは、様々な種類のテキスト(書籍、ウェブ

                                                          [速習] データ分析が簡単になる! ChatGPT PlusとCode Interpreter ~Pythonを利用したインタラクティブなコーディング環境|重盛 雅人
                                                        • おっさん49@Python&統計&Azure勉強中 on Twitter: "ChatGPTの新機能Code Interpreterが凄すぎる ChatGPTにデータをアップロードできて、分析したいことを指示すれば、分析結果を返してくれます これからのデータサイエンティストは、適切なプロンプトを書ける統計知識や日本語力が問われそう #ChatGPT #CodeInterpreter https://t.co/amaRBly0f6"

                                                          • !!Con 2019 - Writing an Interpreter in SQL for Fun and No Profit! by Michael Malis

                                                            !!Con 2019 - Writing an Interpreter in SQL for Fun and No Profit! by Michael Malis Writing SQL can be hard. SQL code is a bizarre combination of yelling and relational algebra. How can we make writing SQL easier? By embedding our own programming language in our SQL queries of course! In this talk, we’ll take a look at how you use a combination of various Postgres features to build a programming

                                                              !!Con 2019 - Writing an Interpreter in SQL for Fun and No Profit! by Michael Malis
                                                            • 【徹底解説】ChatGPT「Code Interpreter」の活用方法ガイド | Hakky Handbook

                                                              ※この記事は AI によって書かれた内容をもとに作成したものになります。Hakky では自社の取り組みの一環として、記事作成に AI を導入しています。 2023 年 7 月 7 日、ChatGPTの運営元であるOpenAIは、全 ChatGPT Plus ユーザーを対象に**Code interpreter(コードインタプリタ)**の実装を発表しました。これにより ChatGPT 上でコードを実行したりローカルファイルのデータを扱うことができるようになります。この記事では、ChatGPT と Code Interpreter の概要から、具体的な活用方法、設定方法、トラブルシューティングまでを詳しく解説します。 Code interpreter(コードインタプリタ)とは​ ChatGPTは、OpenAI が開発した対話型の生成 AI です。この AI は膨大な学習データに基づいて自然な応

                                                              • GitHub - jayconrod/imp-interpreter: A minimal interpreter for the toy language, IMP, used as an example for building interpreters.

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - jayconrod/imp-interpreter: A minimal interpreter for the toy language, IMP, used as an example for building interpreters.
                                                                • データサイエンティストの仕事を奪うと話題の「code interpreter」とは?日本での始め方や有効な使い方も解説します。|GPTimes

                                                                  データサイエンティストの仕事を奪うと話題の「code interpreter」とは?日本での始め方や有効な使い方も解説します。 近年、AI技術の発展によりデータサイエンティストの仕事が変わりつつあります。 特に、つい先日アルファ版がリリースされた「code interpreter」というツールが「データサイエンティストの仕事を奪うのではないか?」と注目されています。 そこで、今回の記事では、「code interpreter」がどのようにデータサイエンティストの仕事に影響を与えるのか、また日本での始め方や効果的な使い方について詳しく解説していきます このツールがデータサイエンティストの仕事を本当に奪うことになるのか、それともより良い働き方に貢献することができるのか、この記事を読んで一緒に考えていきましょう。 code interpreterとは 「code interpreter」とは、C

                                                                  • Overview - Lisp interpreter in Rust

                                                                    Overview The lisp-rs project implements an interpreter, in Rust, for a small subset of Scheme, a Lisp dialect. The main goal of this document is to make sure the reader understands the inner details of how the interpreter was implemented. The project was inspired by Peter Norvig's article (How to Write a (Lisp) Interpreter (in Python)) and the book Writing An Interpreter In Go. This document serve

                                                                    • ChatGPT活用の幅が一気に広がる新機能!ビジネスに役立つCode Interpreterの使い方

                                                                      OpenAIは7月7日、ChatGPTの有料プラン「ChatGPT Plus」に新機能「Code Interpreter(コードインタープリター)」を追加しました。 Code Interpreterとは直訳すると「コードの翻訳者」。GPT-4以来の革命といわれる機能追加で、TwitterなどのSNSをはじめ、業界ではこの話題で持ちきりです。いったい何がそれほど革命的で、どのように使えばよいのか。この新機能のビジネスでの身近な活用方法について解説していきます。 Code Interpreterは、プログラミング初心者から経験豊富な開発者まで、さまざまなレベルのユーザーが自然言語を入力するだけで、プログラミング言語「Python(パイソン)」のコードを扱える強力なツールです。 具体的には、アップロードしたCSVや画像ファイルなどの分析が可能です。 例えば、 ・売上データの分析 ・パワーポイント

                                                                        ChatGPT活用の幅が一気に広がる新機能!ビジネスに役立つCode Interpreterの使い方
                                                                      • How interpreter Ippei Mizuhara became players' lifeline

                                                                        Tim Keown, ESPN Senior WriterApr 17, 2024, 03:59 PM ET CloseSenior Writer for ESPN The Magazine Columnist for ESPN.com Author of five books (3 NYT best-sellers) MICHAEL CROTTA DIDN'T know anybody or much of anything when he arrived to play professional baseball in Sapporo, Japan, in February 2014. His lack of knowledge of a new culture, and a little nervousness at the prospect of assimilating into

                                                                          How interpreter Ippei Mizuhara became players' lifeline
                                                                        • (How to Write a (Lisp) Interpreter (in Python))

                                                                          This page has two purposes: to describe how to implement computer language interpreters in general, and in particular to build an interpreter for most of the Scheme dialect of Lisp using Python 3 as the implementation language. I call my language and interpreter Lispy (lis.py). Years ago, I showed how to write a semi-practical Scheme interpreter Java and in in Common Lisp). This time around the go

                                                                          • For Ohtani, and Others, an Interpreter Is So Much More Than You Think

                                                                            'A Game of Speech'—But Also, For Baseball Interpreters, So Much More From conditioning coach and throwing partner to confidant and cook, a baseball interpreter's job extends far beyond its literal description. One afternoon in May, the most famous baseball player in the world was running late. Shohei Ohtani had taken the last team bus from the Angels’ hotel in Oakland to the Coliseum, as is his ha

                                                                              For Ohtani, and Others, an Interpreter Is So Much More Than You Think
                                                                            • ローカルPCのターミナル上でLLM生成コードを実行できるOpen Interpreterを試す|はまち

                                                                              ChatGPTのコードインタープリター(Advanced Data Analysis)と同様な機能をローカル環境で実行可能な Open Interpreter が公開されていました。ターミナル上で、チャットインターフェイスを介して、LLMがPython、JavaScript、Shellなどのコードを実行できるもののようです。 Google Colabでの実行デモも公開されています。 ローカル環境で試す対話環境の起動はターミナルで以下を入力します。 $ interpreter -y Pythonコードの生成・実行Mailの自動化シェルを介してローカルPCのアプリとの連携もできるようなので試してみます。 以下はメール本文を生成し、AppleScriptでmail.appを自動操作している例です。 ネット情報の取得ネットにももちろん制限なくアクセスできます。ライブラリーのインストールなども自動で

                                                                                ローカルPCのターミナル上でLLM生成コードを実行できるOpen Interpreterを試す|はまち
                                                                              • それでも私はOpen Interpreterを使う|ニケちゃん

                                                                                こんにちは、ニケです。 みなさん、Open Interpreterを使用されていますでしょうか? え?使ってない? 結局何に使えばいいか分からなかった? …わかる。 Code InterpreterのAPI版!!ローカルPCを直接操作できる!!みたいな感じで9月のリリース当時は盛り上がったものです。 ただ実際に使うとなると、Code Interpreter(現Advanced Data Analysis)はChatGPTで無料で使えるし、ローカルを操作できたところでなあ…と思われた方も多いと思います。 しかも先週のOpenAI DevDayの発表で、Code Interpreterを搭載したAssistatnts APIが発表されました。 これによりついにOpen Interpreterが窮地に立たされたわけです。 (…なお、Assistatnts APIに関してはベータ版ということもあり

                                                                                  それでも私はOpen Interpreterを使う|ニケちゃん
                                                                                • ついに来たローカルAIデータ分析! Open InterpreterとAzure OpenAI Serviceで機密データも安全にハンドリング - Qiita

                                                                                  ついに来たローカルAIデータ分析! Open InterpreterとAzure OpenAI Serviceで機密データも安全にハンドリングPythonデータ分析LLMAzureOpenAIService 以下の記事の内容は2023/9/22に実行しています。Open Interpreterは執筆時点でも開発が進められており、同じように動かない可能性があります。また、ローカルで動かすため、予期しないデータ消失等のリスクもあります。動かす場合は十分慎重に実施するようにお願い致します。本記事の内容によりデータ消失等が起きても責任は負いかねますことを予めご了承下さい。 Open Interpreterとは Pythonなどのコードを大規模言語モデル(LLM)を活用してローカルで実行できるオープンソースのツールです。Open Interpreterは特別な登録など不要です。インストールすればすぐ

                                                                                    ついに来たローカルAIデータ分析! Open InterpreterとAzure OpenAI Serviceで機密データも安全にハンドリング - Qiita