Skip to content

Commit

Permalink
Merge pull request #90 from PoCInnovation/ai/workshop_minitorch
Browse files Browse the repository at this point in the history
Ai/workshop minitorch
  • Loading branch information
Just1truc authored Dec 12, 2023
2 parents 5b74377 + cd476b4 commit 957c654
Show file tree
Hide file tree
Showing 3 changed files with 1,328 additions and 0 deletions.
49 changes: 49 additions & 0 deletions ai/Minitorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Minitorch 🔲

Create your own mini pytorch framework. You will:
- create an Autograd
- create your own tensors
- create your layer system
- create an optimizer
- loss functions
- your own network with your framework

## What is Jupyter Notebook 📖

Jupyter Notebook allows you to work by cells. Modify the cells to pass the exercises.
Then execute the cells by clicking on the play button or with the shortcut: `shift + enter`.
Notebook files are recognized by the extension: `.ipynb`.


## How to use Jupyter Notebook?

- Clone the workshop repository.
- run the command: `pip3 install jupyter notebook`
- you can install the VSCode extension: Jupyter (optional)
- start a local server with the command: `jupyter notebook`.

## Organization
</h2>
<br/>
<p align='center'>
<a href="https://www.linkedin.com/company/pocinnovation/mycompany/">
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn logo">
</a>
<a href="https://www.instagram.com/pocinnovation/">
<img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="Instagram logo"
>
</a>
<a href="https://twitter.com/PoCInnovation">
<img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter logo">
</a>
<a href="https://discord.com/invite/Yqq2ADGDS7">
<img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white" alt="Discord logo">
</a>
</p>
<p align=center>
<a href="https://www.poc-innovation.fr/">
<img src="https://img.shields.io/badge/WebSite-1a2b6d?style=for-the-badge&logo=GitHub Sponsors&logoColor=white" alt="Website logo">
</a>
</p>
> 🚀 Don't hesitate to follow us on our different networks, and put a star 🌟 on `PoC's` repositories.
Loading

0 comments on commit 957c654

Please sign in to comment.