input & output 2024/10/7-2024/10/13

O`Reilly Learning Pickup Book

Hands-On Prescriptive Analytics
https://learning.oreilly.com/library/view/hands-on-prescriptive-analytics/9781098153168/
記述的アナリティクス、予測的アナリティクス、処方的アナリティクスを学ぶ

AI Strategies for Web Development
https://learning.oreilly.com/library/view/ai-strategies-for/9781835886304/
AIとウェブ開発のダイナミックな交差点、あなたを変革の旅へと誘い、実践的な学習

RAG-Driven Generative AI
https://learning.oreilly.com/library/view/rag-driven-generative-ai/9781836200918/
パフォーマンスとコストのバランスを取った効果的なLLM、コンピュータビジョン、生成AIシステムを構築するためのロードマップを提供

Pentesting APIs
https://learning.oreilly.com/library/view/pentesting-apis/9781837633166/
APIとセキュリティを学ぶ

Python Data Cleaning and Preparation Best Practices
https://learning.oreilly.com/library/view/python-data-cleaning/9781837634743/
あらゆるタイプのデータ資産を、構造化され、フォーマットされ、すぐに使えるデータセットに変換する

In-Memory Analytics with Apache Arrow – Second Edition
https://learning.oreilly.com/library/view/in-memory-analytics-with/9781835461228/
Apache Arrowのパワーを利用して、堅牢で高性能なデータシステムを開発

Django 5 for the Impatient – Second Edition
https://learning.oreilly.com/library/view/django-5-for/9781835461556/
実用的なコード例とDjango アプリケーションを構築することで、Djangoを素早く使いこなす

Unlocking Data with Generative AI and RAG
https://learning.oreilly.com/library/view/unlocking-data-with/9781835887905/
理論的な基礎と実践的なテクニックを融合させることで、組織運営の強化におけるRAGの役割を探求

Flutter Design Patterns and Best Practices
https://learning.oreilly.com/library/view/flutter-design-patterns/9781801072649/
再利用可能なソフトウェア開発方法論とコード設計原則を使用して、モバイルアプリ開発スキルを向上

Bare-Metal Embedded C Programming
https://learning.oreilly.com/library/view/bare-metal-embedded-c/9781835460818/
組込みシステムの世界で活躍するためのスキルと知識を身につける

Offensive Security Using Python
https://learning.oreilly.com/library/view/offensive-security-using/9781835468166/
ペースの速い攻撃的セキュリティの分野をマスターするための必携書

Technical Program Manager’s Handbook – Second Edition
https://learning.oreilly.com/library/view/technical-program-managers/9781836200475/
テクニカル・プログラム・マネージャー(TPM)の役割を学ぶ

Praktische Smart Contract Entwicklung mit Solidity und Ethereum
https://learning.oreilly.com/library/view/praktische-smart-contract/9798341607361/
ブロックチェーンベースのプラットフォームであるイーサリアム用のスマートコントラクトを作成する全プロセスをすぐに学ぶ

C in a Nutshell, 2. Auflage
https://learning.oreilly.com/library/view/c-in-a/9798341607392/
すべてのC言語とランタイムライブラリ関数について、明確で詳細な説明を提供

C# 9.0 in einer Kurzfassung
https://learning.oreilly.com/library/view/c-9-0-in/9798341607606/
上級プログラマー向けにC#と.NETを簡潔に、かつ深く解説

Linux Mint 22 Schnelleinstieg
https://learning.oreilly.com/library/view/linux-mint-22/9783747508855/
Linux Mint 22 のインストールと使い方をステップバイステッ プでわかりやすく解説

The Art of Micro Frontends – Second Edition
https://learning.oreilly.com/library/view/the-art-of/9781835460351/
フレームワークやツールに依存しない大規模なウェブプロジェクト用のマイクロフロントエンドを構築

Mastering Angular Test-Driven Development
https://learning.oreilly.com/library/view/mastering-angular-test-driven/9781805126089/
Jasmine、Karma、Protractor、Cypressを使用したAngularテスト駆動開発(TDD)の可能性を最大限に引き出す

Building AI Applications with OpenAI APIs – Second Edition
https://learning.oreilly.com/library/view/building-ai-applications/9781835884003/
OpenAI APIをプロジェクトにシームレスに統合する方法を紹介

Optimization Algorithms
https://learning.oreilly.com/library/view/optimization-algorithms/9781633438835/
最適化アルゴリズムで設計、計画、制御問題のためのAIテクニックを学ぶ

Pickup

RAG(Retrieval Augmented Generation)
外部のデータを検索(Retrieval)して取り込み、その情報を基にテキストを生成(Generation)する技術です。
従来の大規模言語モデル(LLM)が持つ知識に加えて、最新の情報や専門的なデータを活用できるため、より正確で有用な応答が可能になる。

TradeStation
https://www.tradestation.com/
アルゴリズム取引のサービス・ツール

Apache Arrow
https://arrow.apache.org/
インメモリー分析のためのクロスランゲージ開発プラットフォーム