Skip to content

Commit

Permalink
Merge pull request #10 from AnilDudhe0777/main
Browse files Browse the repository at this point in the history
MACHINE LEARNING ADDED
  • Loading branch information
1447bits authored Oct 27, 2023
2 parents 04f1829 + 7919d51 commit 5d3cd0d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codepal/Chapters.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"total_number_of_chapters":"<4>",
"total_number_of_chapters":3,
"chapter_data_paths":[
"/chapter-data/DATA_STRUCTURES_WITH_CPP.json",
"/chapter-data/DATA_SCIENCE.json",
"/chapter-data/MACHINE_LEARNING.json",
"/chapter-data/DATA_STRUCTURES_WITH_CPP.json",
"/chapter-data/DATA_SCIENCE.json",
"/chapter-data/ABOUT_PYTHON.json",
Expand Down
20 changes: 20 additions & 0 deletions codepal/chapter-data/MACHINE_LEARNING.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chapter_name": "Machine Learning",
"chapter_description": "Learning of some modele like KNN, random Forest,SVM etc",
"number_of_lessons": "1",
"Expanded_chapter_view": {
"lessons": [
{
"lesson_name": "KNN",
"video_url": "https://www.youtube.com/watch?v=O1nWXTXcCwI&pp=ygUDS05O",
"lesson_description": "KNN ALL ABOUT",
"more_tutorials": [
"https://www.youtube.com/watch?v=abnL_GUGub4&pp=ygUDS05O",
"https://www.youtube.com/watch?v=gU6KTNbk0hk&pp=ygUDS05O",
"https://www.youtube.com/watch?v=0p0o5cmgLdE&pp=ygUDS05O"
]
}
],
"others": ""
}
}

0 comments on commit 5d3cd0d

Please sign in to comment.