windhamdavid 1 year ago
parent
commit
9556f55d0c
4 changed files with 57 additions and 0 deletions
  1. 5 0
      docs/data/data.md
  2. 24 0
      docs/machine/machine.md
  3. 24 0
      sidebars.js
  4. 4 0
      src/pages/help.md

+ 5 - 0
docs/data/data.md

@@ -0,0 +1,5 @@
+# Data Science
+
+## References 
+
+- [Cheat Sheets for Machine Learning and Data Science](https://sites.google.com/view/datascience-cheat-sheets)

+ 24 - 0
docs/machine/machine.md

@@ -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)
+
+
+## References 
+
+- [Cheat Sheets for Machine Learning and Data Science](https://sites.google.com/view/datascience-cheat-sheets)

+ 24 - 0
sidebars.js

@@ -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',
       ],
     },
+    {
+      type: 'category',
+      label: 'Machine',
+      collapsible: true,
+      link: {
+        type:'doc',
+        id:'machine/machine',
+      },
+      items: [
+        
+      ],
+    },
     {
       type: 'category',
       label: 'SasS',

+ 4 - 0
src/pages/help.md

@@ -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