Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshay-rajan/s3
S3 MCA Coursework
https://github.com/akshay-rajan/s3
algorithms data-science java machine-learning mobile-application-development python
Last synced: 4 days ago
JSON representation
S3 MCA Coursework
- Host: GitHub
- URL: https://github.com/akshay-rajan/s3
- Owner: akshay-rajan
- Created: 2024-07-25T14:54:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T05:12:55.000Z (20 days ago)
- Last Synced: 2024-10-25T05:24:27.173Z (20 days ago)
- Topics: algorithms, data-science, java, machine-learning, mobile-application-development, python
- Language: Jupyter Notebook
- Homepage:
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Data Science Lab](./DS#readme)
1. [Numpy](./DS/01_numpy.ipynb)
2. [Matrix operations](./DS/02_matrix.ipynb)
3. [Matplotlib](./DS/03_matplotlib.ipynb)
4. [Pandas](./DS/04_pandas.ipynb)
5. [KNN (Iris Dataset)](./DS/05_knn.ipynb)
6. [KNN (Diabetes Dataset)](./DS/06_knn_2.ipynb)
7. [Decision Tree](./DS/07_decision_tree.ipynb)
8. [Naive Bayes](./DS/08_naive_bayes.ipynb)
9. [Linear Regression](./DS/09_linear_regression.ipynb)
10. [K Means](./DS/10_kmeans.ipynb)
11. [SVM](./DS/11_support_vector_machines.ipynb)
12. [CNN](./DS/12_cnn.ipynb)# [Mobile Application Development Lab](./MAD#readme)
1. [Login Page (Toast)](./MAD/login/)
2. [Simple Calculator](./MAD/calculator/)
3. [Login Page (Explicit Intent)](./MAD/intent/)
4. [Activity Lifecycle](./MAD/activityLifeCycle/)
5. [Radio Button and Checkbox](./MAD/radioCheckbox/)
6. [Implicit Intent](./MAD/implicitIntent/)
7. [List View & ArrayAdapter](./MAD/listview/)
8. [Scroll View](./MAD/scrollview/)
9. [Spinner](./MAD/spinner/)
8. [Shared Preferences](./MAD/sharedPreferences/)---
---# [Design and Analysis of Algorithms](./DAA#readme)
# [Deep Learning](./DL)