@@ -0,0 +1,5 @@
+# Data Science
+
+## References
+- [Cheat Sheets for Machine Learning and Data Science](https://sites.google.com/view/datascience-cheat-sheets)
@@ -0,0 +1,24 @@
+# Machine Learning
+I've started learning a lot more about machine learning and data science recently, so I've added this page to document and store references.
+## Machine
+### Prompt Engineering
+- Iterative
+- Summarizing
+- Inferring
+- Transforming
+- Expanding
+### Resources
+- Open AI ( SaaS ) - [/docs/sass/ai](/docs/sass/ai)
+- LangChain & OpenAI - [/posts/openai-langchain](/post/openai-langchain)
@@ -27,6 +27,18 @@ module.exports = {
'db/Redis'
],
},
+ {
+ type: 'category',
+ label: 'Data',
+ collapsible: true,
+ link: {
+ type:'doc',
+ id:'data/data',
+ },
+ items: [
+ ],
{
type: 'category',
label: 'Editors',
@@ -63,6 +75,18 @@ module.exports = {
'lang/Rust',
+ label: 'Machine',
+ id:'machine/machine',
label: 'SasS',
@@ -36,7 +36,11 @@ gitGraph
checkout main
merge docusaurus
```
#### 23/05/09
+**ToDo** - Make all links absolute. ( e.g. /docs/sass/ai ) While training the documents with OpenAI, I noticed that some of the link references were not absolute.
- added react-player
- added markprompt
```bash