-
Notifications
You must be signed in to change notification settings - Fork 0
/
to_do.txt
218 lines (165 loc) · 5.73 KB
/
to_do.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
This file will contain my day to day work...
8th feb 2020, Saturday
- Worked on my portfolio website
- Learnt about different LICENCES in github repo
- Added a LICENCE to my github repo
9th feb 2020, Sunday
- Writing javascript for my portfolio website
- Taking cpp course from udemy
- Will create a repo for learning cpp and put all my codes in that repo
- planning to be regular with coding and stuff
14th feb 2020, Friday
-Taking c++ course on udemy
-revising basics to advance concepts thoroughly
-Completed fundamentals and essential fundamentals of the above course
-learnt about program development which include
-a) editing
-b) compiling
-c) linking
-d) loading
-e) execution
-got to know what happens behind these steps
15th feb 2020, Saturday
-completed c++ basics from udemy course
-payed around with codes
16th feb 2020, Sunday
-completed conditional statements and loops
-written all the codes
-pushed codes to github
17th feb 2020, Monday
-completed array chapter from udemy course
-pushed all the codes to github
-completed pointers
-learnt reference in cpp
18th feb 2020, Tuesday
-completed functions in cpp from udemy course
-pushed all the codes to github
19th feb 2020, Wednesday
-will be learning data structure and algo for udemy course
-will push codes to github
-Completed introduction part of dsa from udemy
-learnt about time and space complexity
20th feb 2020, Thursday
-learnt how recursion works
-head recursion
-tail recursion
-tree recursion
21st feb 2020, Friday
-solved few problems with recursion
-started with arrays
22nd feb 2020, Saturday
-Completed array introduction
-how to represent arrays in stack and heap
-array using pointers
23rd feb 2020, Sunday
-Completed array ADT basics
-learnt about some basic operations on arrays
-pushed codes to github
24th feb 2020, Monday
-worked on some array questions
-learning new concepts
28th & 29th feb 2020. Friday
-linear search
-binary search
1st march 2020, Sunday
-various array adt operations
1. set()
2. Max()
3. get()
4. Sum()
5. Min()
6. Avg()
- operations on sorted arrays(refer to github learn-dsa repo)
2nd march 2020, Monday
-Merging two sorted arrays by different methods
-difference between arrays
3rd march 2020, Tuesday
- various set operations
4th march 2020, Wednesday
-String
-changing case of strings
-counting vowels and consosnents
-counting words
5th & 6th march, Thursday and Friday
-worked on some string problems
7th march 2020, Saturday
-starting with matrices
-implemented various types of matrices
8th march 2020, Sunday
-Lower triangular matrix using:
1. row major
2. Column major
9th march 2020, Monday
-Coded lower triangular matrix
-with some of its major operations
10th march 2020, Tuesday
-upper triangular matrix
-its important operations like
1. set()
2. get() to retrieve the value at the upper triangular indices
13th march 2020, Friday
-symmetric matrix
-tri-diagonal matrix
-toeplitz matrix
14th march 2020, Saturday
-Coded above matrices
-pushed to github.com
15th march 2020, Sunday
-sparse matrix
-polynomial representation
16th march 2020, Monday
-
29th march 2020, Sunday
- Completed python basic course of python specialization
- Started with new course of same specialization
1. Python functions, files and dictionaries
Will continue to keep track of my daily work from now onwards...
30th April 2020, Tuesday
- Started with introduction to machine learning crash course offered by kaggle.
- Completed python specialization, pandas and data visualization using seaborn lib.
- Rivising linked list and it's most common operations
1st May 2020, Wednesday
- starting with Intermediate Machine Learning course offered by kaggle
- will be taking some good mathematics course useful for data science career
2nd May 2020, Saturday
- Completed Intermediate Machine Learning course
4th May 2020, Monday
- starting with data analysis project to revise and test knowledge of the concepts learnt
/* starting codechef data structure and algorithms syllabus to practice programming */
28th June 2020, Sunday
- Start with foundation
- revise basic concepts
- started 3rd week of deep learning specialization course's first course
/* From today will focus more on DATA SCIENCE than software engineering */
/* will regularly update my progess in the both the fields */
26th June 2020, Friday :
- I'm in week two first course of deep learning
- have assignment due this week
- will be building a new project in Django (a python web framework)
1st July 2020,Wednesday
- Started with Convolutiona Neural Network
2nd July 2020, Thursday
- Intro to openCV
3rd July 2020, Friday
- Completed first week study material of CNN
- foundations of CNN(Convolutional Neural Network)
7th July 2020, Tuesday
- Siamese Network for face recognition
8th July 2020, Wednesday
- completed 4th course of DEEP LEARNING SPECIALIZATION ie CNN(Convolutional Neural Network)
18th July 2020, Saturday
- Sta SQL for data science
- completed ER Model, primary key(PK), foreign key(FK)
19th July 2020, Sunday
- Comparision between SQL and NOSQL
- creating tables and adding comments
21th July 2020, Tuesday
-
22nd July 2020, Wednesday
- Finally got my machine learning scholarship course offered by IBM
4th December 2020, Friday
- Learning univariate, bivariate and multivariate
5th December 2020, Saturday
- Histogram plot
6th December 2020, Sunday
- EDA on iris dataset