arunp77 commited on
Commit
3bf7985
1 Parent(s): 44e93c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - teknium/OpenHermes-2.5
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ pipeline_tag: image-classification
10
+ tags:
11
+ - code
12
  ---
13
+
14
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65d351977d6147c2ced39549/Mc6dcD-633aFORzcMLNu8.png)
15
+
16
+
17
+ # Table of contents
18
+ <!--ts-->
19
+ - Introduction to Machine learning:
20
+ - Analytics
21
+ - Categories of ML algorithms
22
+ - A typical ML algorithm uses the following steps
23
+ - Framework for develping ML models
24
+ - **Machine learning Fundamentals and application:** This repository provides a comprehensive introduction to machine learning concepts, algorithms, and applications. It covers the essential theoretical foundations of machine learning, as well as practical examples and hands-on projects to solidify your understanding.
25
+ - **Deep Learning:** Delve into the world of deep learning, exploring its theoretical underpinnings and applying it to real-world problems. This folder contains notebooks and related files that guide you through the fundamentals of deep learning, including neural networks, convolutional neural networks, and recurrent neural networks.
26
+ - **Projects-ML:** Hands-on experience is invaluable for mastering machine learning. This folder offers a collection of sample projects that apply the concepts and algorithms discussed in the other folders. These projects provide practical exposure to machine learning techniques and allow you to apply your knowledge to real-world scenarios.
27
+ - **Statistical fundamentals:** Statistics plays a pivotal role in machine learning. This folder delves into the intricacies of statistics, particularly inferential and descriptive statistics. It provides detailed explanations of statistical concepts and introduces applications of statistics in machine learning.
28
+ - **ML-Data:** Datasets are indispensable for machine learning projects. This folder contains the data files used in the sample projects, ensuring that you have access to the relevant data to replicate and experiment with the provided examples.
29
+ - References
30
+ <!--te-->
31
+
32
+ <!---------------------------- Reference ------------------------------>
33
+ # Reference
34
+
35
+ Individual references are given in individual notebooks. Here are few general references that one can look at:
36
+
37
+ 1. Machine learning using python, Manarajan Pradhan, U Dinesh Kumar
38
+ 2. Please follow lecture series provided at [Jovian.ml](https://jovian.ai/), i.e. [Data Analysis with Python: Zero to Pandas](https://jovian.ai/learn/data-analysis-with-python-zero-to-pandas)
39
+ 3. [Python roadmap](https://roadmap.sh/python/)
40
+ 4. [Python tutorials at w3school](https://www.w3schools.com/python/default.asp)
41
+ 5. [30 Days of Python](https://github.com/asabeneh/30-days-of-python)
42
+ 6. [Python official documents](https://docs.python.org/3/tutorial/)
43
+ 7. [Data science roadmaps](https://github.com/codebasics/py/blob/master/TechTopics/DataScienceRoadMap2020/data_science_roadmap_2020.md)
44
+ 8. Statistics, Murray R. Spiegel, Larry J. Stephens