Keen Learner and Exp...ย โขย 1m
Day 2 of learning mathematics for AI/ML as a no math person. Topic: vectors and matrices. We use NumPy python library for these. I got introduced to the concept of vectors and matrices. Vectors are like lists and are divided Vectors are divided into two categories i.e. row vector and column vector. Row vectors are like series of numbers that is they have one row however can have "n" number of columns. Column vector on the other have can have "n" number of rows however each row may have only one column. We can refer row vector as (1,n) and column vector as (n,1). When we combine both categories of vectors we get matrices which is like a list of lists it can contain both "n" number of rows and "n" number of columns. We can therefore refer matrices as (m x n). Then I have learn something called as "Transpose". Transpose means conversion of rows into column and column into rows. It is denoted by letter "T" and it is one of the most important concept for Machine Learning. We can perform arithmetic operations in these matrices for example addition, subtraction, multiplication etc. I have however not went deep into it today as my focus was more on understanding the basics of vectors and matrices. However I have plans to explore more about matrices because I think it is one of the most fundamental and important topic with respect to AI/ML. A lot of people have also recommended me some of the really great resources which I explored as well. Suggestions and recommendations of you amazing people always helps me learn better. Also here's my own handwritten notes and I am again sorry for my handwriting. ๐
Keen Learner and Exp...ย โขย 1m
Day 4 of learning mathematics for AI/ML as a no math person. Topic: matrices After a few people suggesting me that I should study from the school books and practice questions in order to truly learn something. I finally decided to learn from school
See MoreKeep Movingย โขย 1y
When you apply a VLOOKUP function, what does the โcolumn_index_numโ argument represent? A) The number of rows to lookup B) The number of columns in the table C) The column number from which the result will be returned. #excel #data #dataanalyst #d
See MoreKeen Learner and Exp...ย โขย 1m
Day 3 of learning mathematics for AI/ML as a no math person. Topic: vectors as a building block. I decided go in much depth regarding vectors as it is one of the foundational topic in machine learning therefore I want to develop a really solid base
See MoreKeen Learner and Exp...ย โขย 2m
Day 4 of learning python as a beginner. Topic: printing * pattern using while and for loop. I took the famous challenge of printing a * (star) pattern my goal was to print a triangle and diamond shape pattern. first I used int(input()) function to
See MoreKeen Learner and Exp...ย โขย 24d
Day 13 of learning AI/ML as a beginner. Topic: Word Embedding. I have discussed about one hot encoding, Bag of words and TF-IDF in my recent posts. These are the count or frequency tools that are a part of word embedding but before moving forward l
See MoreDownload the medial app to read full posts, comements and news.