Keen Learner and Exp... • 23d
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... • 21d
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 MoreKeen Learner and Exp... • 22d
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... • 7d
Day 10 of learning AI/ML as a beginner. Topic: N-Grams in Bag of Words (BOW). Yesterday I have talked about an amazing text to vector converter in machine learning i.e. Bag of Words (BOW). N-Gram is just a part of BOW. In BOW the program sees sente
See MoreDownload the medial app to read full posts, comements and news.