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

[pull] master from TheAlgorithms:master #2

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
f7e73ad
actions/setup-python@v3 (#69)
cclauss Apr 7, 2022
d615ab0
feat : add CNN
9harshit Apr 7, 2022
47a00bc
Add files via upload
aditi-dey29 Oct 19, 2022
38d8165
Add files via upload (#86)
aditi-dey29 Oct 19, 2022
50e8908
updating DIRECTORY.md
Oct 19, 2022
0e6dc8a
Regression model , price prediction (#85)
karanpreet8082 Oct 19, 2022
a7fe764
updating DIRECTORY.md
Oct 19, 2022
3e7ea01
test 1 (#75)
NJL0608 Oct 19, 2022
f32a93c
updating DIRECTORY.md
Oct 19, 2022
74646e7
Added Gradient Descent (#82)
chiggshiggs Oct 19, 2022
118c827
updating DIRECTORY.md
Oct 19, 2022
bd3f13e
Add files via upload
aditi-dey29 Oct 19, 2022
94d4cdc
Delete Image_Enhancement_Using_GFP_GAN.ipynb
aditi-dey29 Oct 22, 2022
b80425e
Add files via upload
aditi-dey29 Oct 22, 2022
a109914
Merge branch 'TheAlgorithms:master' into master
aditi-dey29 Oct 22, 2022
637cc1a
Image Enhancement using GFPGAN (#87)
aditi-dey29 Oct 23, 2022
a4be931
updating DIRECTORY.md
Oct 23, 2022
9a0e1ca
Merge branch 'TheAlgorithms:master' into master
aditi-dey29 Oct 24, 2022
8051ce0
Add files via upload
aditi-dey29 Oct 25, 2022
1f294bf
Add files via upload
aditi-dey29 Oct 25, 2022
113bb5b
Delete Runge_Kutta_Methods.ipynb
aditi-dey29 Oct 25, 2022
a80e997
Add files via upload
aditi-dey29 Oct 25, 2022
913d838
Added algorithm for image denoising using numpy (#88)
aditi-dey29 Oct 30, 2022
57a50b0
updating DIRECTORY.md
Oct 30, 2022
641e39d
Merge branch 'TheAlgorithms:master' into master
aditi-dey29 Oct 30, 2022
0b5181f
Update Runge_Kutta_Methods.ipynb
aditi-dey29 Oct 30, 2022
eb66ecf
Update Runge_Kutta_Methods.ipynb
aditi-dey29 Oct 30, 2022
49a4ef7
Merge pull request #90 from aditi-dey29/master
hritik5102 Nov 3, 2022
ee8d4f8
Merge pull request #70 from 9harshit/master
hritik5102 Nov 3, 2022
78e0f84
updating DIRECTORY.md
Nov 3, 2022
375052d
Various readme improvements
Panquesito7 Jul 30, 2023
cd42cc0
Move contributing section to `Contributing.md`
Panquesito7 Jul 30, 2023
9eecf24
Improve Gitpod configuration
Panquesito7 Jul 30, 2023
e509f5f
added dcgan using pytorch
kausthub-kannan Aug 14, 2023
11b141c
Add: Bayesian Belief Network Algorithm
Oct 18, 2023
1cd79cb
update: directory.md
Oct 18, 2023
ed959e8
Merge pull request #95 from TheAlgorithms/improve_gitpod_config
hritik5102 Apr 30, 2024
470fdc3
Merge pull request #98 from JeelGajera/Add---Bayesian-Belief-Network
hritik5102 Apr 30, 2024
b7b066c
Merge pull request #94 from TheAlgorithms/move_contributing_section
hritik5102 Apr 30, 2024
85169d9
Merge branch 'master' into readme_improvements
hritik5102 Apr 30, 2024
ec349f9
updating DIRECTORY.md
Apr 30, 2024
1f0b665
Merge pull request #93 from TheAlgorithms/readme_improvements
hritik5102 Apr 30, 2024
9941fa7
Update README.md ✨ (#99)
hritik5102 Apr 30, 2024
ebf48b9
Merge pull request #96 from kausthub-kannan/kausthub-kannan
hritik5102 May 3, 2024
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
Prev Previous commit
Next Next commit
updating DIRECTORY.md
  • Loading branch information
github-actions authored and github-actions committed Oct 19, 2022
commit a7fe764a0f4c1456c48a7a8d07a43e76d37c122d
1 change: 1 addition & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
* [Fundamentals Of Numpy](https://github.com/TheAlgorithms/Jupyter/blob/master/machine_learning/Numpy/Fundamentals%20of%20Numpy.ipynb)
* Pandas
* [Pandas](https://github.com/TheAlgorithms/Jupyter/blob/master/machine_learning/Pandas/Pandas.ipynb)
* [Price Prediction Model](https://github.com/TheAlgorithms/Jupyter/blob/master/machine_learning/price_prediction_model.ipynb)
* Prophet
* [Prophet](https://github.com/TheAlgorithms/Jupyter/blob/master/machine_learning/Prophet/Prophet.ipynb)
* Random Forest Classification
Expand Down