Upload 101 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +101 -0
- Data Science/Distance Functions 1.pdf +3 -0
- Data Science/Hierarchical Clustering.pdf +3 -0
- Data Science/K-means.pdf +3 -0
- Data Science/Linear Regression.pdf +3 -0
- Data Science/Linkage in Clustering.pdf +3 -0
- Data Science/Subset Selection & Regularization.pdf +3 -0
- Data Science/Trees & Ensembles.pdf +3 -0
- Data Science/Unsupervised Learning & Clustering.pdf +3 -0
- Data Structures & Algorithms/Complexity Cheatsheet.pdf +3 -0
- Data Structures & Algorithms/Dynamic Programming (Fibonacci).pdf +3 -0
- Data Structures & Algorithms/Graphs 1.pdf +3 -0
- Data Structures & Algorithms/Graphs 2 (Adj list & Matrix).pdf +3 -0
- Data Structures & Algorithms/Graphs 3 (traversals).pdf +3 -0
- Data Structures & Algorithms/Graphs 4 (DFS).pdf +3 -0
- Data Structures & Algorithms/Graphs 5 (DAGs, MST).pdf +3 -0
- Data Structures & Algorithms/Graphs 6 (Kruskal).pdf +3 -0
- Data Structures & Algorithms/Graphs 7 (Prim).pdf +3 -0
- Data Structures & Algorithms/Huffman Codes, Compression.pdf +3 -0
- Data Structures & Algorithms/Longest Common Subsequence 1.pdf +3 -0
- Data Structures & Algorithms/Longest Common Subsequence 2.pdf +3 -0
- Data Structures & Algorithms/Longest Common Subsequence 3.pdf +3 -0
- Data Structures & Algorithms/Some random *Search and Sort* notes for midterm.pdf +3 -0
- Data Structures & Algorithms/Sorting 1 (Types).pdf +3 -0
- Data Structures & Algorithms/Sorting 2 (Quicksort).pdf +3 -0
- Data Structures & Algorithms/Sorting 3 (Merge Sort).pdf +3 -0
- Data Structures & Algorithms/Sorting 4 (Bubble & Insertion Sort).pdf +3 -0
- Data Structures & Algorithms/Sorting 5 (Selection Sort).pdf +3 -0
- Data Structures & Algorithms/Stack & Queue.pdf +3 -0
- Data Structures & Algorithms/Stack 2 (Infix to Postfix).pdf +3 -0
- Data Structures & Algorithms/Trees 1 (ADT).pdf +3 -0
- Data Structures & Algorithms/Trees 2 (Binary Tree).pdf +3 -0
- Data Structures & Algorithms/Trees 3 (Binary Tree & BST).pdf +3 -0
- Data Structures & Algorithms/Trees 4 (Heaps).pdf +3 -0
- Data Structures & Algorithms/Trees 5 (Traversal).pdf +3 -0
- Deep Learning, Deep RL/Autoencoders 1.pdf +3 -0
- Deep Learning, Deep RL/Autoencoders 2 (Stacked AE, Denoising AE).pdf +3 -0
- Deep Learning, Deep RL/CNNs 1 .pdf +3 -0
- Deep Learning, Deep RL/CNNs 2 (Advantages).pdf +3 -0
- Deep Learning, Deep RL/CNNs 3 (example).pdf +3 -0
- Deep Learning, Deep RL/Neural Networks 1 (Perceptron).pdf +3 -0
- Deep Learning, Deep RL/Neural Networks 2 (Multilayer).pdf +3 -0
- Deep Learning, Deep RL/Neural Networks 3 (Backpropagation).pdf +3 -0
- Deep Learning, Deep RL/Neural Networks 4 (Visual Backprop).pdf +3 -0
- Deep Learning, Deep RL/Neural Networks 5 (Backprop Example).pdf +3 -0
- Deep Learning, Deep RL/RNNs & Hopfield Nets.pdf +3 -0
- Deep Learning, Deep RL/RNNs 2 (Backprop Through Time).pdf +3 -0
- Image Processing/Colors 1.pdf +3 -0
- Image Processing/Colors 2 (CIE & Models).pdf +3 -0
- Image Processing/Colors 3 (HSI:V Model).pdf +3 -0
.gitattributes
CHANGED
@@ -52,3 +52,104 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
55 |
+
Data[[:space:]]Science/Distance[[:space:]]Functions[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
56 |
+
Data[[:space:]]Science/Hierarchical[[:space:]]Clustering.pdf filter=lfs diff=lfs merge=lfs -text
|
57 |
+
Data[[:space:]]Science/K-means.pdf filter=lfs diff=lfs merge=lfs -text
|
58 |
+
Data[[:space:]]Science/Linear[[:space:]]Regression.pdf filter=lfs diff=lfs merge=lfs -text
|
59 |
+
Data[[:space:]]Science/Linkage[[:space:]]in[[:space:]]Clustering.pdf filter=lfs diff=lfs merge=lfs -text
|
60 |
+
Data[[:space:]]Science/Subset[[:space:]]Selection[[:space:]]&[[:space:]]Regularization.pdf filter=lfs diff=lfs merge=lfs -text
|
61 |
+
Data[[:space:]]Science/Trees[[:space:]]&[[:space:]]Ensembles.pdf filter=lfs diff=lfs merge=lfs -text
|
62 |
+
Data[[:space:]]Science/Unsupervised[[:space:]]Learning[[:space:]]&[[:space:]]Clustering.pdf filter=lfs diff=lfs merge=lfs -text
|
63 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Complexity[[:space:]]Cheatsheet.pdf filter=lfs diff=lfs merge=lfs -text
|
64 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Dynamic[[:space:]]Programming[[:space:]](Fibonacci).pdf filter=lfs diff=lfs merge=lfs -text
|
65 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Graphs[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
66 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Graphs[[:space:]]2[[:space:]](Adj[[:space:]]list[[:space:]]&[[:space:]]Matrix).pdf filter=lfs diff=lfs merge=lfs -text
|
67 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Graphs[[:space:]]3[[:space:]](traversals).pdf filter=lfs diff=lfs merge=lfs -text
|
68 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Graphs[[:space:]]4[[:space:]](DFS).pdf filter=lfs diff=lfs merge=lfs -text
|
69 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Graphs[[:space:]]5[[:space:]](DAGs,[[:space:]]MST).pdf filter=lfs diff=lfs merge=lfs -text
|
70 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Graphs[[:space:]]6[[:space:]](Kruskal).pdf filter=lfs diff=lfs merge=lfs -text
|
71 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Graphs[[:space:]]7[[:space:]](Prim).pdf filter=lfs diff=lfs merge=lfs -text
|
72 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Huffman[[:space:]]Codes,[[:space:]]Compression.pdf filter=lfs diff=lfs merge=lfs -text
|
73 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Longest[[:space:]]Common[[:space:]]Subsequence[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
74 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Longest[[:space:]]Common[[:space:]]Subsequence[[:space:]]2.pdf filter=lfs diff=lfs merge=lfs -text
|
75 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Longest[[:space:]]Common[[:space:]]Subsequence[[:space:]]3.pdf filter=lfs diff=lfs merge=lfs -text
|
76 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Some[[:space:]]random[[:space:]]\*Search[[:space:]]and[[:space:]]Sort\*[[:space:]]notes[[:space:]]for[[:space:]]midterm.pdf filter=lfs diff=lfs merge=lfs -text
|
77 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Sorting[[:space:]]1[[:space:]](Types).pdf filter=lfs diff=lfs merge=lfs -text
|
78 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Sorting[[:space:]]2[[:space:]](Quicksort).pdf filter=lfs diff=lfs merge=lfs -text
|
79 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Sorting[[:space:]]3[[:space:]](Merge[[:space:]]Sort).pdf filter=lfs diff=lfs merge=lfs -text
|
80 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Sorting[[:space:]]4[[:space:]](Bubble[[:space:]]&[[:space:]]Insertion[[:space:]]Sort).pdf filter=lfs diff=lfs merge=lfs -text
|
81 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Sorting[[:space:]]5[[:space:]](Selection[[:space:]]Sort).pdf filter=lfs diff=lfs merge=lfs -text
|
82 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Stack[[:space:]]&[[:space:]]Queue.pdf filter=lfs diff=lfs merge=lfs -text
|
83 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Stack[[:space:]]2[[:space:]](Infix[[:space:]]to[[:space:]]Postfix).pdf filter=lfs diff=lfs merge=lfs -text
|
84 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Trees[[:space:]]1[[:space:]](ADT).pdf filter=lfs diff=lfs merge=lfs -text
|
85 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Trees[[:space:]]2[[:space:]](Binary[[:space:]]Tree).pdf filter=lfs diff=lfs merge=lfs -text
|
86 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Trees[[:space:]]3[[:space:]](Binary[[:space:]]Tree[[:space:]]&[[:space:]]BST).pdf filter=lfs diff=lfs merge=lfs -text
|
87 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Trees[[:space:]]4[[:space:]](Heaps).pdf filter=lfs diff=lfs merge=lfs -text
|
88 |
+
Data[[:space:]]Structures[[:space:]]&[[:space:]]Algorithms/Trees[[:space:]]5[[:space:]](Traversal).pdf filter=lfs diff=lfs merge=lfs -text
|
89 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/Autoencoders[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
90 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/Autoencoders[[:space:]]2[[:space:]](Stacked[[:space:]]AE,[[:space:]]Denoising[[:space:]]AE).pdf filter=lfs diff=lfs merge=lfs -text
|
91 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/CNNs[[:space:]]1[[:space:]].pdf filter=lfs diff=lfs merge=lfs -text
|
92 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/CNNs[[:space:]]2[[:space:]](Advantages).pdf filter=lfs diff=lfs merge=lfs -text
|
93 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/CNNs[[:space:]]3[[:space:]](example).pdf filter=lfs diff=lfs merge=lfs -text
|
94 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/Neural[[:space:]]Networks[[:space:]]1[[:space:]](Perceptron).pdf filter=lfs diff=lfs merge=lfs -text
|
95 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/Neural[[:space:]]Networks[[:space:]]2[[:space:]](Multilayer).pdf filter=lfs diff=lfs merge=lfs -text
|
96 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/Neural[[:space:]]Networks[[:space:]]3[[:space:]](Backpropagation).pdf filter=lfs diff=lfs merge=lfs -text
|
97 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/Neural[[:space:]]Networks[[:space:]]4[[:space:]](Visual[[:space:]]Backprop).pdf filter=lfs diff=lfs merge=lfs -text
|
98 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/Neural[[:space:]]Networks[[:space:]]5[[:space:]](Backprop[[:space:]]Example).pdf filter=lfs diff=lfs merge=lfs -text
|
99 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/RNNs[[:space:]]&[[:space:]]Hopfield[[:space:]]Nets.pdf filter=lfs diff=lfs merge=lfs -text
|
100 |
+
Deep[[:space:]]Learning,[[:space:]]Deep[[:space:]]RL/RNNs[[:space:]]2[[:space:]](Backprop[[:space:]]Through[[:space:]]Time).pdf filter=lfs diff=lfs merge=lfs -text
|
101 |
+
Image[[:space:]]Processing/Colors[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
102 |
+
Image[[:space:]]Processing/Colors[[:space:]]2[[:space:]](CIE[[:space:]]&[[:space:]]Models).pdf filter=lfs diff=lfs merge=lfs -text
|
103 |
+
Image[[:space:]]Processing/Colors[[:space:]]3[[:space:]](HSI:V[[:space:]]Model).pdf filter=lfs diff=lfs merge=lfs -text
|
104 |
+
Image[[:space:]]Processing/DFT1.pdf filter=lfs diff=lfs merge=lfs -text
|
105 |
+
Image[[:space:]]Processing/FFT+DFT2.pdf filter=lfs diff=lfs merge=lfs -text
|
106 |
+
Image[[:space:]]Processing/Fourier[[:space:]]Transform[[:space:]]2.pdf filter=lfs diff=lfs merge=lfs -text
|
107 |
+
Image[[:space:]]Processing/Fourier[[:space:]]Transform.pdf filter=lfs diff=lfs merge=lfs -text
|
108 |
+
Image[[:space:]]Processing/Histogram[[:space:]]Matching.pdf filter=lfs diff=lfs merge=lfs -text
|
109 |
+
Image[[:space:]]Processing/Intensity[[:space:]]Transformations[[:space:]](Spatial[[:space:]]Filtering).pdf filter=lfs diff=lfs merge=lfs -text
|
110 |
+
Image[[:space:]]Processing/Medical[[:space:]]Imaging[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
111 |
+
Image[[:space:]]Processing/Medical[[:space:]]Imaging[[:space:]]2.pdf filter=lfs diff=lfs merge=lfs -text
|
112 |
+
Image[[:space:]]Processing/Medical[[:space:]]Imaging[[:space:]]3[[:space:]](Algorithms).pdf filter=lfs diff=lfs merge=lfs -text
|
113 |
+
Image[[:space:]]Processing/Medical[[:space:]]Imaging[[:space:]]4[[:space:]](Algorithms).pdf filter=lfs diff=lfs merge=lfs -text
|
114 |
+
Image[[:space:]]Processing/Spatial[[:space:]]Domain[[:space:]]Filtering[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
115 |
+
Image[[:space:]]Processing/Spatial[[:space:]]Domain[[:space:]]Filtering[[:space:]]2.pdf filter=lfs diff=lfs merge=lfs -text
|
116 |
+
Image[[:space:]]Processing/Spatial[[:space:]]Domain[[:space:]]Filtering[[:space:]]3.pdf filter=lfs diff=lfs merge=lfs -text
|
117 |
+
Image[[:space:]]Processing/Spatial[[:space:]]Domain[[:space:]]Filtering[[:space:]]4.pdf filter=lfs diff=lfs merge=lfs -text
|
118 |
+
Image[[:space:]]Processing/Spatial[[:space:]]Domain[[:space:]]Filtering[[:space:]]5.pdf filter=lfs diff=lfs merge=lfs -text
|
119 |
+
Image[[:space:]]Processing/Spatial[[:space:]]Filtering[[:space:]](Correlation[[:space:]]&[[:space:]]Convolution).pdf filter=lfs diff=lfs merge=lfs -text
|
120 |
+
Image[[:space:]]Processing/Spatial[[:space:]]Operations[[:space:]]2.pdf filter=lfs diff=lfs merge=lfs -text
|
121 |
+
Image[[:space:]]Processing/Spatial[[:space:]]Operations.pdf filter=lfs diff=lfs merge=lfs -text
|
122 |
+
Machine[[:space:]]Learning/Bayesian[[:space:]]Inference[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
123 |
+
Machine[[:space:]]Learning/Bayesian[[:space:]]Inference[[:space:]]2.pdf filter=lfs diff=lfs merge=lfs -text
|
124 |
+
Machine[[:space:]]Learning/Bayesian[[:space:]]Learning[[:space:]]1[[:space:]](Bayes[[:space:]]Theorem).pdf filter=lfs diff=lfs merge=lfs -text
|
125 |
+
Machine[[:space:]]Learning/Bayesian[[:space:]]Learning[[:space:]]2[[:space:]](MAP).pdf filter=lfs diff=lfs merge=lfs -text
|
126 |
+
Machine[[:space:]]Learning/Bayesian[[:space:]]Learning[[:space:]]3[[:space:]](Bayes[[:space:]]Optimal[[:space:]]Classifier).pdf filter=lfs diff=lfs merge=lfs -text
|
127 |
+
Machine[[:space:]]Learning/Bayesian[[:space:]]Learning[[:space:]]4[[:space:]](Naive[[:space:]]Bayes).pdf filter=lfs diff=lfs merge=lfs -text
|
128 |
+
Machine[[:space:]]Learning/Bayesian[[:space:]]Learning[[:space:]]5[[:space:]](Bayesian[[:space:]]Belief[[:space:]]Nets).pdf filter=lfs diff=lfs merge=lfs -text
|
129 |
+
Machine[[:space:]]Learning/Bayesian[[:space:]]Learning[[:space:]]6[[:space:]](BBN[[:space:]]example).pdf filter=lfs diff=lfs merge=lfs -text
|
130 |
+
Machine[[:space:]]Learning/Concept[[:space:]]Learning[[:space:]](Candidate[[:space:]]Elimination[[:space:]]Example).pdf filter=lfs diff=lfs merge=lfs -text
|
131 |
+
Machine[[:space:]]Learning/Concept[[:space:]]Learning[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
132 |
+
Machine[[:space:]]Learning/Concept[[:space:]]Learning[[:space:]]2[[:space:]](Find-S[[:space:]]&[[:space:]]Candidate[[:space:]]Elimination,[[:space:]]Partially[[:space:]]in[[:space:]]Turkish).pdf filter=lfs diff=lfs merge=lfs -text
|
133 |
+
Machine[[:space:]]Learning/Concept[[:space:]]Learning[[:space:]]5[[:space:]](Inductive[[:space:]]Biases).pdf filter=lfs diff=lfs merge=lfs -text
|
134 |
+
Machine[[:space:]]Learning/Decision[[:space:]]Tree[[:space:]]3[[:space:]](Attribute[[:space:]]Selection).pdf filter=lfs diff=lfs merge=lfs -text
|
135 |
+
Machine[[:space:]]Learning/Decision[[:space:]]Tree[[:space:]]Example[[:space:]](from[[:space:]]AI[[:space:]]Book).pdf filter=lfs diff=lfs merge=lfs -text
|
136 |
+
Machine[[:space:]]Learning/Decision[[:space:]]Tree[[:space:]]Learning[[:space:]](ID3).pdf filter=lfs diff=lfs merge=lfs -text
|
137 |
+
Machine[[:space:]]Learning/Decision[[:space:]]Tree[[:space:]]Learning[[:space:]]2[[:space:]](Attribute[[:space:]]Selection).pdf filter=lfs diff=lfs merge=lfs -text
|
138 |
+
Machine[[:space:]]Learning/Genetic[[:space:]]Algorithms[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
139 |
+
Machine[[:space:]]Learning/Genetic[[:space:]]Algorithms[[:space:]]2[[:space:]](Population[[:space:]]Evaluation).pdf filter=lfs diff=lfs merge=lfs -text
|
140 |
+
Machine[[:space:]]Learning/Genetic[[:space:]]Algorithms[[:space:]]3[[:space:]](Fitness).pdf filter=lfs diff=lfs merge=lfs -text
|
141 |
+
Machine[[:space:]]Learning/Reinforcement[[:space:]]Learning[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
142 |
+
Machine[[:space:]]Learning/Reinforcement[[:space:]]Learning[[:space:]]2.pdf filter=lfs diff=lfs merge=lfs -text
|
143 |
+
Machine[[:space:]]Learning/Reinforcement[[:space:]]Learning[[:space:]]3.pdf filter=lfs diff=lfs merge=lfs -text
|
144 |
+
Machine[[:space:]]Learning/Reinforcement[[:space:]]Learning[[:space:]]4[[:space:]](MDP).pdf filter=lfs diff=lfs merge=lfs -text
|
145 |
+
Machine[[:space:]]Learning/Reinforcement[[:space:]]Learning[[:space:]]5.pdf filter=lfs diff=lfs merge=lfs -text
|
146 |
+
Machine[[:space:]]Learning/Reinforcement[[:space:]]Learning[[:space:]]6[[:space:]](Deep[[:space:]]Q[[:space:]]Learning(.pdf filter=lfs diff=lfs merge=lfs -text
|
147 |
+
Statistics[[:space:]]&[[:space:]]Probability/Bayesian[[:space:]]Inference.pdf filter=lfs diff=lfs merge=lfs -text
|
148 |
+
Statistics[[:space:]]&[[:space:]]Probability/Bayesian[[:space:]]Statistics.pdf filter=lfs diff=lfs merge=lfs -text
|
149 |
+
Statistics[[:space:]]&[[:space:]]Probability/Estimation[[:space:]](z-test,[[:space:]]confidence[[:space:]]Interval).pdf filter=lfs diff=lfs merge=lfs -text
|
150 |
+
Statistics[[:space:]]&[[:space:]]Probability/Exercise[[:space:]]on[[:space:]]Probability.pdf filter=lfs diff=lfs merge=lfs -text
|
151 |
+
Statistics[[:space:]]&[[:space:]]Probability/Expected[[:space:]]Value,[[:space:]]Covariance,[[:space:]]Correlation[[:space:]]Cheatsheet.pdf filter=lfs diff=lfs merge=lfs -text
|
152 |
+
Statistics[[:space:]]&[[:space:]]Probability/Hypothesis[[:space:]]Testing[[:space:]]exercise.pdf filter=lfs diff=lfs merge=lfs -text
|
153 |
+
Statistics[[:space:]]&[[:space:]]Probability/Probability[[:space:]]1.pdf filter=lfs diff=lfs merge=lfs -text
|
154 |
+
Statistics[[:space:]]&[[:space:]]Probability/Probability[[:space:]]2[[:space:]](Conditional[[:space:]]Prob[[:space:]]&[[:space:]]Bayes[[:space:]]Rule).pdf filter=lfs diff=lfs merge=lfs -text
|
155 |
+
Statistics[[:space:]]&[[:space:]]Probability/Statistics[[:space:]]Cheatsheet[[:space:]](Discrete[[:space:]]&[[:space:]]Cont[[:space:]]RVs).pdf filter=lfs diff=lfs merge=lfs -text
|
Data Science/Distance Functions 1.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3131fa97b0d3b079f80a00dbc7b0949a663e1e36b1e591a757535ee799700636
|
3 |
+
size 2222336
|
Data Science/Hierarchical Clustering.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b343ef8da6533c7ef066ec8977d9947c4a36f9d5e2b49adc5a845b3435d48bb
|
3 |
+
size 2902647
|
Data Science/K-means.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5898d6425b8544a500583ce68722eceb568d457cb6f3a11482e5efaa91ad185
|
3 |
+
size 2902561
|
Data Science/Linear Regression.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e529de22ebc9426e652c367094dd917a36c098e48da9e0d3315f4f81db31bad
|
3 |
+
size 4083628
|
Data Science/Linkage in Clustering.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db21080a839644779a58394ad014f434882561c9c808b9684919f436936be252
|
3 |
+
size 3141763
|
Data Science/Subset Selection & Regularization.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:047d5e3fb4e5a23ba2fd8d2a1bd3215f755acee32960e655fc8a456fe6752517
|
3 |
+
size 4881872
|
Data Science/Trees & Ensembles.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:febf90fcef27a42c485099ed44551d1c942ff8d25796910d0aad0ba464cec1e6
|
3 |
+
size 5348249
|
Data Science/Unsupervised Learning & Clustering.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2be1cc3ea987a04f6add9a547602d31f1aaf148de452916c44da4ef5b491c784
|
3 |
+
size 3918102
|
Data Structures & Algorithms/Complexity Cheatsheet.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab67a90da7b2f570dd21b7a80930560f2af47dbadfe3707e47d31713782d282a
|
3 |
+
size 4954898
|
Data Structures & Algorithms/Dynamic Programming (Fibonacci).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74270c8a89657e2f6fa750a302ba95ca5c82417feb16c64182ab7e8f20cf5cfd
|
3 |
+
size 4214765
|
Data Structures & Algorithms/Graphs 1.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7bbc8b66e0bbb97fc049d05b746c46f92159c9118e76cc21ab8e9369783faa2
|
3 |
+
size 5020037
|
Data Structures & Algorithms/Graphs 2 (Adj list & Matrix).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70a5d37f4b3414008a2a6e374a374d62a1825fcfa1e46ece2aab7f919ddc164b
|
3 |
+
size 5036487
|
Data Structures & Algorithms/Graphs 3 (traversals).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69b27d69f4d4da087deeffb6b7bfb6aec6919e0ed00054b1a830e07951264696
|
3 |
+
size 4213556
|
Data Structures & Algorithms/Graphs 4 (DFS).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b44cab3b4d26c5a3758b1a26ecc54e8359a9743fdabe85230463cbab5f05d51
|
3 |
+
size 4120657
|
Data Structures & Algorithms/Graphs 5 (DAGs, MST).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b4f99e882e70d8a29cc4c6ef9cc1a87fa871feade18d2cd3f8df3822709fdab
|
3 |
+
size 4945697
|
Data Structures & Algorithms/Graphs 6 (Kruskal).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1547e254dd2aa437ac755f2f20e9e96767fd976bde2b04ffa69f97dc8a337636
|
3 |
+
size 3775356
|
Data Structures & Algorithms/Graphs 7 (Prim).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24b7f42556c128bed9d8622bc576ab92372c9c9b8b8f432c5e856954c36fffd1
|
3 |
+
size 3174470
|
Data Structures & Algorithms/Huffman Codes, Compression.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94b2809d0dad00a54c0c8582695e17a554b951bb4b574bd66cc87d57b82d41d3
|
3 |
+
size 7477757
|
Data Structures & Algorithms/Longest Common Subsequence 1.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4bea50679d6933aef2d75322e0614502a48a57421e5787f76d57e60062ac4e4
|
3 |
+
size 4070812
|
Data Structures & Algorithms/Longest Common Subsequence 2.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9026277fcddae7bb28f2c61c00f66d9924ac9136b46a47e9b51bef1810118815
|
3 |
+
size 4521753
|
Data Structures & Algorithms/Longest Common Subsequence 3.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d96aa1ba69753b0f3f1a7498991f5764b1c6d42e11502299ec309cbf2a8ed02e
|
3 |
+
size 4150478
|
Data Structures & Algorithms/Some random *Search and Sort* notes for midterm.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c5eaba813d9cda9f3b9540f218e450174490a27c84f448b983666be53fa1b0c
|
3 |
+
size 5084725
|
Data Structures & Algorithms/Sorting 1 (Types).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0df4f4e2c2dd674bbeb2e68a1e41b6adcaf32f1f02f6aa43a9119564e97a0ec
|
3 |
+
size 3499057
|
Data Structures & Algorithms/Sorting 2 (Quicksort).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:608077b530576f076db2e875315b47ced4c4bbdb6117265b51237220aef429a3
|
3 |
+
size 4037256
|
Data Structures & Algorithms/Sorting 3 (Merge Sort).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aa32896f99cd41206ef4789fbc051619b2f9753e9f0f1733e690f1c723278cd
|
3 |
+
size 4191612
|
Data Structures & Algorithms/Sorting 4 (Bubble & Insertion Sort).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11b0aabe945f263051d3a99e5d9958ececd4dcf3083d38a5bc8732f68a4caf8d
|
3 |
+
size 4501903
|
Data Structures & Algorithms/Sorting 5 (Selection Sort).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:926fea9490dc969824f55baff1759c92a0486022962bafa127232bcfc0e084fa
|
3 |
+
size 4124173
|
Data Structures & Algorithms/Stack & Queue.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b600c0faf7caea2659cbb593f102e07609695064cb57dfccebfd22d6bdc1fad1
|
3 |
+
size 3941654
|
Data Structures & Algorithms/Stack 2 (Infix to Postfix).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d321a4a4d8c4168b3cea7721250fde23a9b8ea706659de165c2b567565926949
|
3 |
+
size 6417404
|
Data Structures & Algorithms/Trees 1 (ADT).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f610dc92a7422ccaabaa1ebff9bd1e9610bfce85ecc9d091d316b7077de614a0
|
3 |
+
size 3557686
|
Data Structures & Algorithms/Trees 2 (Binary Tree).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:557f896b2e9cd84c1d45a13f84d013b8254f6a750a29ea97f962d226c23dd9ab
|
3 |
+
size 5764095
|
Data Structures & Algorithms/Trees 3 (Binary Tree & BST).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71d694e941c9919d307f8673dec8a439bb4226d94bf60efd141857c28c659bf4
|
3 |
+
size 4508057
|
Data Structures & Algorithms/Trees 4 (Heaps).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f481768f211e76938ba196b918478664e1417478114341ec1ecad13ab2ffd3a
|
3 |
+
size 3602209
|
Data Structures & Algorithms/Trees 5 (Traversal).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:715cdcc798e460fb63515f7c3791df3e9c016c74949c722c4fdf78b8e870bb6e
|
3 |
+
size 8273411
|
Deep Learning, Deep RL/Autoencoders 1.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6094d3dca8e67d842ee9c5083e1dbf8cdf237b683cda7c3328f74a5e28df7b9e
|
3 |
+
size 4825043
|
Deep Learning, Deep RL/Autoencoders 2 (Stacked AE, Denoising AE).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab296be47dee6802d620c7d6e9e58d4fbf832ccfd4fabbb668b84c6e89a4583f
|
3 |
+
size 5060889
|
Deep Learning, Deep RL/CNNs 1 .pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4523055fd9d1bc77f420cac51077584bfae5ef28657625f57a1dfdc868b8790
|
3 |
+
size 4346489
|
Deep Learning, Deep RL/CNNs 2 (Advantages).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dddb5dec88ef95259ab10591e4aea639a4cc433d0fecaa851fc39a70f6fc3afa
|
3 |
+
size 4144759
|
Deep Learning, Deep RL/CNNs 3 (example).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6b67c413f2f13ff623c2f2abf95417444b8476ec4e050ca52d9827adac306e8
|
3 |
+
size 2825678
|
Deep Learning, Deep RL/Neural Networks 1 (Perceptron).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ab8c04bba7b027f8a034a984470cfffce53b5b67bed7a5df9dace14761d8eee
|
3 |
+
size 4516665
|
Deep Learning, Deep RL/Neural Networks 2 (Multilayer).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acf24c1b9a20fcf6afc05b6f7661f5e3402475986bd338fef14295c19cd58d1d
|
3 |
+
size 5156236
|
Deep Learning, Deep RL/Neural Networks 3 (Backpropagation).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ffd40f65870fa3dd1c4739509ddf0b3ec7ade92fdb668cc23a02c7693e41774
|
3 |
+
size 5304403
|
Deep Learning, Deep RL/Neural Networks 4 (Visual Backprop).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b73891ca5774db0797cfb01dde83a7bb438caf126df9c63e5c0948a05c031ad
|
3 |
+
size 4809818
|
Deep Learning, Deep RL/Neural Networks 5 (Backprop Example).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1851f9dd5321f32b64e3ed91e436d4e149300f773e37e460fa904fa256e1522b
|
3 |
+
size 4682629
|
Deep Learning, Deep RL/RNNs & Hopfield Nets.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1becf1597c8db7c15b3757571243fb5afdbd82ab8f4ee7247ebfa92e3b791fd5
|
3 |
+
size 3969441
|
Deep Learning, Deep RL/RNNs 2 (Backprop Through Time).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2cd8cc83e885d702df0c46be698b0042325f1d96ae9744bdf876a47ef5ca03c
|
3 |
+
size 3984460
|
Image Processing/Colors 1.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2f2b788994816b26ce382a082aaec67ccc9d3a4576b6e7854db5d9f0287275a
|
3 |
+
size 4410015
|
Image Processing/Colors 2 (CIE & Models).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ca2e9ecb416bc988719eac8a1f0422ff446bdce8544ae49fc293cf28b331bec
|
3 |
+
size 3780769
|
Image Processing/Colors 3 (HSI:V Model).pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09cf48b080dc226f08ef0c04df8904b4eaeb17a428108580161e67a7d513b600
|
3 |
+
size 4744469
|