Research
Categories
All (19)
ai (7)
analysis (1)
code (13)
crypto (2)
crypto bigquery python analysis (1)
javascript (1)
julia (1)
llm (4)
math (4)
probcomp (2)
ruby (13)
statistics (1)

require 'bundler/setup'
require 'mecab'
require 'mini_magick'

# テキストファイルのパス
text_file_path = 'all_text.txt'

# テキストファイルの読み込み
all_text = File.read(text_file_path)

#…

RubyKaigi2024

ruby
code
require 'open-uri'
require 'json'
require 'csv'

json_parse_object = JSON.parse(URI.open("https://scrapbox.io/api/pages/ruby-jp/RubyKaigi_2024?followRename=true&projects=5df…
May 20, 2024
2 min

Try javascript notebook

javascript
('b' + 'a' + + 'a' + 'a').toLowerCase()
'banana'
Apr 25, 2024
1 min

Crypto Ethereum SQL queries

crypto bigquery python analysis
Use a function to show amount of data to be scanned for a query not to exceed the limit for a Kaggle user, before actually running the query
Apr 24, 2024
5 min

Statistics Terminologyまとめ

statistics
  • 基本統計学
  • Apr 21, 2024
    1 min

    Computer Science

    ruby
    code
    https://github.com/shhossain/computer_science
    Oct 26, 2023
    12 min

    langchainrb eth拡張

    ruby
    ai
    code
    llm
    crypto
    require 'bundler/setup'
    require "langchain"
    
    thread = Langchain::Thread.new
    assistant = Langchain::Assistant.new(
      llm: Langchain::LLM::OpenAI.new(api_key: ENV["OPENAI_API_…
    Aug 16, 2023
    1 min

    langchainrb ツールの連携

    ruby
    ai
    code
    llm
    require 'bundler/setup'
    require "langchain"
    
    thread = Langchain::Thread.new
    assistant = Langchain::Assistant.new(
      llm: Langchain::LLM::OpenAI.new(api_key: ENV["OPENAI_API_…
    Aug 8, 2023
    1 min

    openai functions and embeddings

    ai
    ruby
    require "openai"
    
    OpenAI.configure do |config|
      config.access_token = ENV.fetch('OPENAI_ACCESS_TOKEN', nil)
    end
    
    client = OpenAI::Client.new
    
    response = client.chat(
        …
    Aug 5, 2023
    5 min

    公式

    math
    \[ ax^2+bx+c=0 \quad (a \neq 0) \]
    Aug 3, 2023
    1 min

    2進数、連立方程式

    ruby
    math
    code
    \[ y = -2/3 x + 6 \] \[ y = 1/2 x + 2 \]
    Jul 30, 2023
    2 min

    数学2、指数関数、対数関数、三角関数

    ruby
    math
    code
    require "charty"
    require "datasets"
    require "numo/narray"
    false
    Jul 23, 2023
    1 min

    高校数学、単元リスト

    ruby
    math
    code
    高校数学
    Jul 21, 2023
    1 min

    Try eth

    ruby
    crypto
    code
    https://github.com/q9f/eth.rb
    Jul 17, 2023
    1 min

    Try Boxcars

    ruby
    ai
    code
    llm
    https://github.com/BoxcarsAI/boxcars
    Jul 16, 2023
    1 min

    Try langchainrb

    ruby
    ai
    code
    llm
    https://github.com/andreibondarev/langchainrb
    Jul 15, 2023
    1 min

    Try Daru

    ruby
    code
    analysis
    https://github.com/SciRuby/daru
    Jul 13, 2023
    2 min

    Introduction to Modeling in Gen

    julia
    probcomp
    code
    ai
    https://www.gen.dev/tutorials/intro-to-modeling/tutorial
    Jul 13, 2023
    3 min

    Try rb_prob

    ruby
    probcomp
    code
    ai
    https://github.com/geeknees/rb_prob
    Jul 13, 2023
    9 min
    No matching items