Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 457 Bytes

ai.md

File metadata and controls

executable file
·
18 lines (10 loc) · 457 Bytes

Forward propagation = Prediction
Back propagation = Measuring i.e. learning

IDE

jupyter - Online IDE

Datasets

kaggle - datasets

Frameworks

Wrappers to simplify using AI models to do tasks. Basically write and orchestrate prompts indirectly.

OpenAI API is quite easy to use directly and gives you the most control, I don’t see much benefit of a wrapper langChain here tbh.

Example: Langchain, Haystack, Microsoft Guidance