Jeevant10 commited on
Commit
7fe2b81
·
1 Parent(s): 80b3e44

keeping them locally

Browse files
Data/Abraham-Silberschatz-Henry-F.-Korth-S.-Sudarshan-Database-System-Concepts-McGraw-Hill-Education-2019.pdf DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfbdff8a0b2eb32035f68105cf823ab788743d08036416fe81e2e19214e44aaf
3
- size 17163073
 
 
 
 
Data/Fundamentals_of_Database_Systems_6th_Edition-1.pdf DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3f0d7d7cd8bfe6973d12acc9301a9b175932c281aac12e452b1100a0ccbfcaa
3
- size 9118471
 
 
 
 
Data/Hands On Machine Learning with Scikit Learn and TensorFlow.pdf DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcbfb1a52ec75e8d248f54de2d8de74fed3985dbd99a9e15c057361fb2398e7a
3
- size 7551093
 
 
 
 
Data/dbms-peter-rob.pdf DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:59fe9d07abffc730b68dfcd851652299ec437fc0821852bb5c1fb221382c7062
3
- size 56581782
 
 
 
 
Data/machine_learning.txt DELETED
@@ -1,15 +0,0 @@
1
- Machine Learning Basics
2
-
3
- Machine learning is a subset of artificial intelligence that enables systems to learn and improve
4
- from experience without being explicitly programmed. It focuses on developing computer programs
5
- that can access data and use it to learn for themselves.
6
-
7
- Types of Machine Learning:
8
- 1. Supervised Learning: Learning with labeled data
9
- 2. Unsupervised Learning: Finding patterns in unlabeled data
10
- 3. Reinforcement Learning: Learning through rewards and penalties
11
-
12
- Applications include image recognition, speech processing, and recommendation systems
13
-
14
-
15
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Data/python_intro.txt DELETED
@@ -1,13 +0,0 @@
1
- Python Programming Introduction
2
-
3
- Python is a high-level, interpreted programming language known for its simplicity and readability.
4
- Created by Guido van Rossum and first released in 1991, Python has become one of the most popular
5
- programming languages in the world.
6
-
7
- Key Features:
8
- - Easy to learn and use
9
- - Extensive standard library
10
- - Cross-platform compatibility
11
- - Strong community support
12
-
13
- Python is widely used in web development, data science, artificial intelligence, and automation.