Commit Graph

189 Commits

Author SHA1 Message Date
Masoud Fallahpour d3bf98d741
Fix typo in assignment.md 2025-11-12 14:56:10 +01:00
Lee Stott b900bc3fae
Revise Microsoft Concept Graph API availability note
Updated the description of the Microsoft Concept Graph to indicate that the API is no longer available.
2025-10-03 18:08:41 +01:00
copilot-swe-agent[bot] 0ece1a2b6e Add interactive learning rate experiments and comparison visualizations
Co-authored-by: leestott <2511341+leestott@users.noreply.github.com>
2025-10-03 16:33:24 +00:00
copilot-swe-agent[bot] d7ae722726 Add learning rate parameter to Perceptron training functions
Co-authored-by: leestott <2511341+leestott@users.noreply.github.com>
2025-10-03 16:21:23 +00:00
Lee Stott 3d25bc780e
Merge pull request #550 from microsoft/fix250
fix #250
2025-10-03 16:02:45 +01:00
Lee Stott 23e23f7ea6
Update lessons/3-NeuralNetworks/03-Perceptron/Perceptron.ipynb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-03 16:01:10 +01:00
copilot-swe-agent[bot] e095e89862 Update PetFaces dataset URL to Oxford-IIIT Pet Dataset
- Replace broken Microsoft Azure URL with Oxford-IIIT Pet Dataset URL
- Update download command to use https://thor.robots.ox.ac.uk/~vgg/data/pets/images.tar.gz
- Update extraction commands to handle images.tar.gz instead of petfaces.tar.gz
- Add code to organize images by breed (Oxford dataset uses filename-based organization)
- Update documentation to explain the dataset structure
- Applied changes across all 49 language translations

Co-authored-by: leestott <2511341+leestott@users.noreply.github.com>
2025-10-03 14:19:06 +00:00
Lee Stott 635bde18d1
fix #250 2025-10-03 15:17:54 +01:00
copilot-swe-agent[bot] badc35cac5 Fix AttributeError for GloVe vocab in encode function
Co-authored-by: leestott <2511341+leestott@users.noreply.github.com>
2025-10-03 13:10:36 +00:00
copilot-swe-agent[bot] ab98173e7f Fix ValueError in main Perceptron.ipynb for NumPy 2.x compatibility
Co-authored-by: leestott <2511341+leestott@users.noreply.github.com>
2025-10-03 12:48:59 +00:00
Lee Stott b8e5c994cb
Fix terminology in neuron model description
Corrected terminology regarding neurons and their functions. fix issue #431
2025-10-03 13:38:45 +01:00
Lee Stott 66cd450932
Update README.md
fix issue #532
2025-10-03 08:14:34 +01:00
Suphan Fayong 0f2dfa56f6 Use new links for Pre-lecture quiz and Post-lecture quiz 2025-09-23 00:56:57 +02:00
Lee Stott 314f8b8b17
Merge pull request #452 from MiK-Kom4/fix-gray-cmap
Fix: display grayscale image using cmap='gray'
2025-09-07 15:46:31 +01:00
Lee Stott 21e7a9a836
Merge pull request #448 from Kedarinath1502/patch-1
Update README.md
2025-09-07 15:25:02 +01:00
Lee Stott 6c6e81164d
Merge pull request #453 from RushilJalal/patch-1
Update README.md: fix typo
2025-08-28 23:19:20 +01:00
Lee Stott 483b3acbcb
Merge pull request #472 from jnayegandhi/main
Need to specify encoding as underlying data is not utf-8.
2025-08-28 23:18:17 +01:00
dependabot[bot] 44c3da1c41
Bump torch from 2.6.0 to 2.8.0 in /lessons/5-NLP
Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.8.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-23 16:51:16 +00:00
Lee Stott f4610435d2
Merge pull request #474 from microsoft/dependabot/pip/lessons/5-NLP/transformers-4.53.0
Bump transformers from 4.50.0 to 4.53.0 in /lessons/5-NLP
2025-08-23 17:50:14 +01:00
Anthony Bartolo 8a45e856cf
Merge pull request #450 from microsoft/dependabot/pip/lessons/5-NLP/torch-2.6.0
Bump torch from 1.13.1 to 2.6.0 in /lessons/5-NLP
2025-08-20 16:26:11 -04:00
dependabot[bot] 27641a4290
Bump transformers from 4.50.0 to 4.53.0 in /lessons/5-NLP
Bumps [transformers](https://github.com/huggingface/transformers) from 4.50.0 to 4.53.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.50.0...v4.53.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.53.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-20 16:21:30 +00:00
Jay Nayegandhi e4defc108f Need to specify encoding as underlying data is not utf-8. 2025-08-10 23:32:29 -04:00
dependabot[bot] f30ab5caaf
Bump transformers from 4.38.0 to 4.50.0 in /lessons/5-NLP
Bumps [transformers](https://github.com/huggingface/transformers) from 4.38.0 to 4.50.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.38.0...v4.50.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.50.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-29 16:09:52 +00:00
Rushil Jalal d8765d513d
Update README.md: fix typo
Changed 'stating' to 'starting'
2025-04-27 22:30:45 +05:30
Mik-kom4 619b444f13 Fix: display grayscale image using cmap='gray' 2025-04-26 14:09:08 +09:00
dependabot[bot] 22cf1cacd1
Bump torch from 1.13.1 to 2.6.0 in /lessons/5-NLP
Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.6.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v1.13.1...v2.6.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-18 16:11:22 +00:00
Venkat Sai Kedari Nath Gandham 082f0ca1fd
Update README.md 2025-04-17 16:36:08 -07:00
Pikachú 7aba041535
Merge pull request #356 from yellowflash2041/main
Rename 18-readme
2025-02-11 14:46:50 +03:00
yellowflash2041 fc6419e6ac Rename 20-readme 2024-08-07 23:34:37 -07:00
yellowflash2041 5ab37e2fec Rename 18-readme 2024-08-07 23:31:39 -07:00
zjuyk 0f03756065
fix(setup.md): fix broken link and adjust run path of docsify 2024-06-08 23:18:14 +08:00
Pikachú 41e7fd4ca4 updated readme.md with links and simplified content 2024-06-04 12:44:52 +03:00
dependabot[bot] b8bac61e70
Bump torch from 1.8.1 to 1.13.1 in /lessons/5-NLP
Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 to 1.13.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v1.8.1...v1.13.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 10:25:24 +00:00
dependabot[bot] 1d4cd6425c
Bump pillow from 10.0.1 to 10.3.0 in /lessons/5-NLP
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 10:07:43 +00:00
Pikachú 2a8a0bed7f
Merge pull request #316 from moHani11/patch-1
Update README.md
2024-06-03 13:00:04 +03:00
Pikachú 2d4a8b743e
Merge pull request #286 from MatthewRamsey/MatthewRamsey-patch-1
Update README.md
2024-06-03 12:59:02 +03:00
dependabot[bot] 818eeeec37
Bump transformers from 4.36.0 to 4.38.0 in /lessons/5-NLP
Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.38.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.36.0...v4.38.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 09:56:40 +00:00
Pikachú 703ee142ca
Merge pull request #287 from cutePanda123/dev/cutePanda123/fix-overfitting-lesson-link
fixed overfitting lesson link broken issue
2024-05-29 18:18:46 +03:00
Pikachú 028369d569
Merge pull request #267 from bhamail/bhamail-patch-typo-a-canary
Add missing "a"
2024-05-29 18:16:45 +03:00
Pikachú ca3c1c6828
Merge pull request #281 from microsoft/dependabot/pip/lessons/5-NLP/transformers-4.36.0
Bump transformers from 4.30.0 to 4.36.0 in /lessons/5-NLP
2024-05-29 18:16:08 +03:00
Pikachú fda65ecde6
Merge pull request #256 from gurjot03/patch-1
Update README.md of NLP lesson
2024-05-29 18:14:18 +03:00
Pikachú d5c968eacf
Merge pull request #249 from hyoshioka0128/patch-1
Typo "Pytorch"→"PyTorch"
2024-05-29 16:28:16 +03:00
Pikachú b59beea410
Merge pull request #246 from microsoft/dependabot/pip/lessons/5-NLP/pillow-10.0.1
Bump pillow from 7.1.2 to 10.0.1 in /lessons/5-NLP
2024-05-29 16:21:41 +03:00
Pikachú 69490b61c6
Merge pull request #299 from MeowYue/snapshot_homogeneous
Fix non-homogeneous array creation in snapshoot recording of training funciton
2024-05-29 16:11:05 +03:00
Pikachú d74faf9334
Merge pull request #321 from landlockedsurfer/patch-1
clarify definition of error.
2024-05-29 16:08:04 +03:00
Landlocked Surfer 7811643877
clarify definition of error. 2024-05-17 10:38:59 +02:00
mohamed hani ebrahim 399f9b1081
Update README.md
the link to the pdf of {A logical calculus of the ideas immanent in nervous activity} was wronge
2024-04-21 16:25:48 +02:00
Priyansh Shah 95001dd5a5 Fixing an image, since I am currently learning AI and found this issue 2024-04-11 07:30:39 -07:00
Hiroshi Yoshioka 7fc891a314
Update CartPole-RL-PyTorch.ipynb (Typo "pytorch"→"PyTorch") 2024-03-24 10:37:09 +09:00
Meigetu Nya 215fd854f3 Fix non-homogeneous array creation in snapshoot recording 2024-02-28 15:22:53 +08:00