Moussa JAMOR

Results 5 issues of Moussa JAMOR

Hi, I notice that the the Markdown table formatting is incorrect, section **Ways to deploy a machine learning model**, Notebook **09. PyTorch Model Deployment**. link to the section: [Ways to...

Hi, I notice that the Markdown table formatting is incorrect, section **Ways to deploy a machine learning model**, Notebook **09. PyTorch Model Deployment**. link to the section: [Ways to deploy...

### Issue: Implementation of `BCELoss` #### Description: The `nanotorch` library is currently being tested for regression problems. While we have implemented the `MSELoss`, we now need to implement a `nn.BCELoss`...

enhancement

### Title: Add `numpy` module to `nanotorch` for enhanced `ndarray` functionality **Issue:** The `nanotorch` library is based on the `Tensor` object, which extends the `ndarray` from the `numpy` library. It...

enhancement

**Issue Description:** Adding `Dataset` and `DataLoader` for neuranet, These classes are fundamental for organizing and managing data efficiently. ### 1. Dataset Class: The `Dataset class will serve as an abstract...

enhancement