Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(knowledge-base): add AI resources #59

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion src/content/docs/knowledge-base/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ icon: LayoutTemplate
title={"Full-Stack Open, University of Helsinki"}
href={`https://fullstackopen.com/en/about`}
/>
<Card title={"W3 Schools"} href={`https://www.w3schools.com/`} />
</Cards>

### ✨ Front-End Drill/Practice
Expand Down Expand Up @@ -333,7 +334,7 @@ icon: LayoutTemplate
<Card title={"FFFuel.co SVG Generator"} href={`https://www.fffuel.co/`} />
</Cards>

### 🤖 GitHub Actions
### 🎬 GitHub Actions

<Cards>
<Card
Expand All @@ -342,6 +343,31 @@ icon: LayoutTemplate
/>
</Cards>

### 🤖 AI/ML Tools

<Cards>
<Card title={"Tensor Flow"} href={`https://www.tensorflow.org/tutorials`} />
<Card title={"PyTorch"} href={`https://pytorch.org/tutorials/`} />
<Card title={"SKLearn"} href={`https://scikit-learn.org/stable/index.html`} />
<Card title={"Kaggle"} href={`https://www.kaggle.com/`} />
</Cards>


### 📊 Data Science Libraries

<Cards>
<Card title={"Matplotlib"} href={`https://matplotlib.org/stable/tutorials/index`} />
<Card title={"Seaborn"} href={`https://seaborn.pydata.org/`} />
<Card title={"Pandas"} href={`https://pandas.pydata.org/docs/user_guide/index.html`} />
<Card title={"NumPy"} href={`https://numpy.org/learn/`} />
</Cards>

### 🔒 CyberSci Resources

<Cards>
<Card title={"picoCTF"} href={`https://picoctf.org/about.html`} />
</Cards>

### 🆓 Free Stuff

<Cards>
Expand Down
Loading