-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from PoCInnovation/ai/workshop_minitorch
Ai/workshop minitorch
- Loading branch information
Showing
3 changed files
with
1,328 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.