Back

Sanskar

Keen Learner and Exp... • 3d

Day 15 of learning AI/ML as a beginner. Topic: computer science introduction. As I have posted yesterday that I think I have erroneously omitted some fundamental topics which I realised just when I was about to learn word3vec. I asked you all to give me some advice and guide me through and some amazing people really guided me on how should I approach learning AI/ML and some even shared their own roadmap to help me. Based on those suggestions I have decided to start learning some computer science topics which may not necessarily be used right know but can help in the long run (as some amazing people suggested). I really hope I am not going on wrong tracks again (please guide me through if I am). First I have learn about binary (base-2) which only consists of two number 0 and 1 which represent off and on respectively. These binary digits are called bits and there are 8 bits present in a byte now each byte can be used to represent 255 characters (256 if 0 is included). This is quite enough to represent English language. The American Standard Code for Information Interchange (ASCII) has formulated some patterns to represent different characters since there was an overlap between the numbers and characters representations. "A" for example is represented by number 65 (in binary 01000001) and other alphabets in increasing order like 66 -> B, 67 -> C etc. ASCII has a predefined table for which number represent what like 33 represent "!". Then there's Unicode which can be used to represent Numbers, Alphabets, Special characters, Colors, Images, Videos and even Sound. Because there are a number of pixels present in a screen which contains RGB color combination in the form of binary (these can be same as the number to represent characters however they are also used to represent color combinations - this depends on the software you are using to decode those binary as text or colors). The image is made up of colors and from many images is made a video. Binary combinations can also be used to represent sound. Then there's algorithms which are a predefined step-by-step set of instructions to solve a problem. Algorithm speed can be pictured into three big O notations n = this the the slow and most inefficient algorithm as it uses more time and have to perform many steps to solve the problem. n/2 = this is twice as fast then the previous one however it will also require to perform more steps if the problem is increased. log2n = this is usually the fastest and most efficient algorithm as it only needs to do just one more step if the problem is increased. Also here are my handwritten notes and I am open for suggestions and recommendations as well. And do you think I should post these as "Day x of learning CS for AI/ML as a beginner"?

Reply
13

More like this

Recommendations from Medial

Image Description

Sidharth Bidikar

Keep Moving • 11m

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 More
1 Reply
6

Gigs Master

I know things, becau... • 1m

Some things I like about medial it's related post recommendation algorithm, you touch a post and just beneath you get threads with posts having same characters as before and ability to reply etc, just by clicking anywhere in the respective post, u

See More
Reply
2

Sanskar

Keen Learner and Exp... • 1m

Day 26 of learning python as a beginner. Topic: CRUD operations in python postgreSQL. I had tried to explore SQL database handling in python and someone suggested me that I should also try performing CRUD (Create, Read, Update and Delete) operation

See More
Reply
Image Description

SAFVAN Kalathingal

philomath|wantrepren... • 1y

I have used some of the ai animation videos generator. But I didn't get the one which I need with particular features. Can you suggest some ai video creators

1 Reply
2
Image Description
Image Description

Hunny Sharma

Hey I am on Medial • 8m

I have a idea of clothing brand which can attract youth as well as child and olders which is based on Indian mythology and anime characters with good quality of cloth we buy cloth in bulk then we stitch and print and sell at double price

9 Replies
1
6
Image Description
Image Description

Tushar Jain

Hey I am on Medial • 1y

Hey Everyone I am a BBA graduate and a boy from Delhi, who continously strive to make a big business. Usually, I used to self introspect the ideas for the business. And on continous self introspection I used to encounter with some ideas but there a

See More
18 Replies
1
11
Image Description
Image Description

Miten Solanki

Entrepreneur | Probl... • 16d

I am finally registering my startup as a company and wanted to know which kind of company registration should I do? so I have been building my AI product from last 3 months, solo. now the mvp is getting traction and we need a gst number to register

See More
8 Replies
1
10

Sanskar

Keen Learner and Exp... • 10d

Day 8 of learning AI/ML as a beginner. Topic: Bag of Words (BOW) Yesterday I told you guys about One Hot Encoding which is one way to convert text into vector however with serious disadvantages and to cater to those disadvantages there's another on

See More
Reply
1
12

Sanskar

Keen Learner and Exp... • 1m

Day 27 of learning python as a beginner. Topic: web scraping using beautiful soup. A few days ago I got introduced to requests library in python which can scan the html from websites. At that time I was confused on what might be the real life impli

See More
Reply
1

Download the medial app to read full posts, comements and news.