Technically Impossible

Lets look at the weak link in your statement. Anything "Technically Impossible" basically means we haven't figured out how yet.

20230825

https://www.tumblr.com/espio999/37980846804/%E3%81%A7%E3%81%8D%E3%82%8B%E3%81%A0%E3%81%91%E5%84%B2%E3%81%91%E3%81%A6-%E3%81%A7%E3%81%8D%E3%82%8B%E3%81%A0%E3%81%91%E8%B2%AF%E3%82%81%E3%81%A6-%E3%81%A7%E3%81%8D%E3%82%8B%E3%81%A0%E3%81%91%E4%B8%8E%E3%81%88%E3%81%AA%E3%81%95%E3%81%84
espio999.tumblr.com





年初来パフォーマンス順前日比順

MSCIコクサイ -0.35% 123.49
楽天・全世界 -0.34% 121.72
日経平均 -2.05% 121.19
ひふみワールド -1.04% 120.76
TOPIX -0.88% 119.81
さわかみ -0.90% 119.05
ひふみ投信 -0.96% 115.68
日興・海外新興国 1.77% 114.84
大和・グローバルREIT 0.48% 110.90
ポートフォリオ -0.41% 110.17
ひふみらいと -0.17% 101.61

日興・海外新興国 1.77% 114.84
大和・グローバルREIT 0.48% 110.90
ひふみらいと -0.17% 101.61
楽天・全世界 -0.34% 121.72
MSCIコクサイ -0.35% 123.49
ポートフォリオ -0.41% 110.17
TOPIX -0.88% 119.81
さわかみ -0.90% 119.05
ひふみ投信 -0.96% 115.68
ひふみワールド -1.04% 120.76
日経平均 -2.05% 121.19

TOPIX
日経225JPY
日経225USD
マザーズ
REIT

中国市場、インド市場

impsbl.hatenablog.jp

中国
インド
8月21日 香港ハンセン -1.82 0.95 0.31 2.05 -1.40
上海総合 -1.24 0.88 -0.34 0.12 -0.59
SENSEX30 0.41 0.01 0.33 -0.28 -0.56
1309乖離率 -2.72 -2.34 -1.48 0.17 -0.65
1678乖離率 0.60 -0.04 0.49 1.04 -0.58

世界の株価指数と米長期金利 - Yahoo!ファイナンス
ウエルスアドバイザー [ ETF乖離時系列 ]
ウエルスアドバイザー [ ETF乖離時系列 ]

物流「2024年問題」がもたらす2つの“物価暴騰”シナリオ

www.itmedia.co.jp

トラック運転手の労働時間制限の要点

  1. 連続運転時間は、4時間を超えてはならない。
  2. 休憩時間は、連続運転4時間の間に各10分以上で合計30分以上取得すること。
  3. 1日の総労働時間は、原則13時間以内で、上限は16時間。
  4. トラック運転手の残業時間の上限が年間960時間に制限される。

トラック運転手の労働時間短縮→単位時間の物流量減少

  • 運送コスト上昇→運賃の値上げ→商品価格への転嫁

運送料金は10%から20%程度上昇する可能性

  • 送料無料の廃止
  • 商品価格への転嫁
  • 商品内容量の縮小
  • 無料サービスの有料化→休日配送、再配達

物流ロットが大きいほど、商品への価格転嫁幅小さい

スーパー 影響が小さい
コンビニ 影響が大きい

コンビニとスーパーの間で価格差が拡大していったり、ネット通販と実店舗との比較で、実店舗の方がリーズナブルに買い物できる場面も増える可能性

AI

impsbl.hatenablog.jp

karpathy/llama2.c

github.com
レーニングに用いているJSONファイルを参照する。改行のない1行に、すべてのデータが収納されている。単一データの構造だ。

{
  "story":"",
  "instruction":{
    "prompt": "",
    "words": [],
    "features": []
  },
  "summary": "",
  "source": ""
}

📁オリジナル・データ

{
  "story": "Once upon a time, in a small house, there lived a boy named Will. Will was a selfish boy who never shared his toys with other kids. One day, his mom told him, \"Will, you need to share your toys with your friends.\"\nWill didn't want to share, but he heard his mom and thought about it. The next day, he went to the park to play. He saw a girl named Sue who was sad because she had no toys to play with. Will thought of what his mom said and decided to share his toys with Sue.\nSue was very happy and said, \"Thank you, Will! You are a good friend.\" Will felt happy too, and from that day on, he was not selfish anymore. He always shared his toys with his friends and they all played happily together.",
  "instruction": {
    "prompt:": "Write a short story (3-5 paragraphs) which only uses very simple words that a 3 year old child would understand. The story should use the verb \"hear\", the noun \"will\" and the adjective \"selfish\". The story has the following features: the story should contain at least one dialogue. Remember to only use simple words!",
    "words": ["hear", "will", "selfish"],
    "features": ["Dialogue"]
  },
  "summary": "A selfish boy named Will learns to share his toys after his mom tells him to do so, and he makes a new friend at the park by sharing his toys with her.",
  "source": "GPT-4"
},

同じ構造で独自データを用意し、トレーニングに用いることで独自のLLMが生成できるということか。

一つのjsonファイルは約140MBなので、同じ分量ほどの文章を用意する必要がある。青空文庫の作品から引用するにしても、手作業では無理がある。ここはユーザーが自分で習得しなければならない領域だ。