I got so excited for this series! Then clicked on your channel, and nothing. Worst thing that happened today by far. But I subscribed. Hoping you continue it someday! Please...
@seraphimwiththecheese58804 жыл бұрын
Interesting video! I learned a lot about how search engines work. Keep it up!
@_equalo4 жыл бұрын
Thanks Seraphim!
@busterdafydd30963 жыл бұрын
6:05 another fact about your search engine is that it will probably only target english pages and not the whole world's languages
@박민욱-h9d4 жыл бұрын
Try word embedding. It basically changes strings to vectors and index said vectors. When you search you have to vectorize the search term and compare it with saved indexes. It should be faster than using strings to compare
@seankim81234 жыл бұрын
Hi i have some questions
@АлексейГриднев-и7р4 жыл бұрын
Better yet one can use proper database (like MySQL or SQL Server) to increase the search speed. If there's one table website URL and full text and other 2-3 tables with the most frequent words, bigrams, and trigrams per URL (ordered by frequency), that will be much more efficient than always relying on full-text seach, and it would also improve relevance.
@footiecyclo4 жыл бұрын
Thanks Pewdiepie
@Fortnitesucks1-w2d Жыл бұрын
Lol you are so funny i wish i was as funny as you🙄🙄🙄🙄🙄 Ur like really not funny
@burtmcgurt35842 жыл бұрын
Awesome start! I am excited to see where you go with this!
@Foxtrot4453 жыл бұрын
Him: Hey google, how do you sell a child? Google: We have a Wikpedia article for that! 4:18
@Phiwipuss3 жыл бұрын
People also ask: How much is a kid worth on the black market?
@GamingFemboy3 жыл бұрын
@@Phiwipuss no just no
@Phiwipuss3 жыл бұрын
@@GamingFemboy I got it from the video. -_-
@user-oas3 жыл бұрын
@@luke-bookbear ?
@silverhoney696910 ай бұрын
Yeah that was a weird example for the creator to use!?
@StrangerHappened4 жыл бұрын
The lad is pretty adorable, I must say; an interesting content.
@manishbhati27223 жыл бұрын
I want to know further about indexing. If possible, make next part of this search engine video.
@alisiddiquii2 жыл бұрын
Thanks for this interesting video, I've learnt about how search engine works after passing my exam
@somewherenear30033 жыл бұрын
Oh hey! I decided to make my own search engine this year back in 2020 too. Now is the time I'll be doing this project. I'll be sharing my progress on my channel.
@spreadItWide3 жыл бұрын
did you start yet?
@SlappyRB3 жыл бұрын
in the first 1 minute, i already am enjoying this video
@vikinggeorge7007 Жыл бұрын
The second I saw python I stopped the video to rethink my life
@mrbushy72624 жыл бұрын
I watched the video and thought you had 456k subs because it was so good 😅 you earned a sub with notifications.
@_equalo4 жыл бұрын
Thanks mrbushy!!
@moondev3692 жыл бұрын
I'm working on something similar in machine learning. I'll let you know when i am through! Glad to see you workin do hard on it. You can do it!!!
@waynefilkins83942 жыл бұрын
That's probably the only way to compete these days. It would take so much time and manpower to build something like Google, but if you can incorporate machine learning into it, might bypass a lot of the stuff they had to do the slow way
@АлексейГриднев-и7р4 жыл бұрын
Great project! Are you aware of nltk package? It is capable of removing stop-words, stemming, word and word collocation frequencies, and so on. I believe that could help greatly with indexing.
@_equalo4 жыл бұрын
Good point! I’ve used NLTK a little, but wasn’t confident enough with it to apply it to this project. Maybe it’s time for me to dig into it
@Snakeythepuppet Жыл бұрын
@@_equalowhat happened to your channel?
@wickederebus3 жыл бұрын
so, im guessing this project did not get a follow up video?
@bruinebeerinhetblauwehuis Жыл бұрын
Very interesting project from Michael Falk!
@myztartupjourney67722 жыл бұрын
Equalo you should make a part 2 to this video!!
@AriJankelowitz4 жыл бұрын
Great video with excellent music choice!
@_equalo4 жыл бұрын
Thanks!
@vihaankedia81343 жыл бұрын
could you send your source code for the search engine
@nyancat51403 жыл бұрын
Yeah, I was trying to do this by myself. A link to the code would be great!
@busterdafydd30963 жыл бұрын
5:10 it wouldn't be a bad idea to chuck the word recursion in there and state that that's what your crawling and parsing is doing
@ryanmacalandag52792 жыл бұрын
I'm also interested. I'm looking into building a search engine for a group of less than 200 related websites only. This is an insightful video. Hopefully you you post the code. Thanks
@zanjeev8654 Жыл бұрын
Did you create your own search engine?
@Holleylifestyle2 жыл бұрын
This was amazing. Gotta get to work. Thx for the great content.
@PaAGadirajuSanjayVarma4 жыл бұрын
Good work bro.try to use hashing of words in a web page and store them in a hash table.I think it might increase it.search hashes instead of word to word
@_equalo4 жыл бұрын
That’s a smart option! I’ll try to do a follow up video trying that and a couple other methods
@prithivirajr79183 жыл бұрын
WHATS THE LEVEL OF YOUR SERCHENGINE NOW
@tiagotiagot3 жыл бұрын
How about using GTP-style "tokens" to encode both page contents and search keywords?
@sirrealsam4 жыл бұрын
00:29 had me crack up, haha :-D
@JamesScottGuitar3 жыл бұрын
How’s the project going now?
@meerachaturvedi90503 жыл бұрын
Its dead
@annuritv46174 жыл бұрын
I'm ready to help.
@krissna96972 жыл бұрын
To create a search I'm a coumputer science student beginner .there are lot of fields in computer science major, in all of these which field do I specifically need to take to develope a search engine? please
@av3stube4802 жыл бұрын
Was the number of links you parsed from the second batch of pages referring to the total links or the amount of unique links? It's pretty easy to think of an example of a set of Wikipedia pages that all link back to one article, or even two or more pages that all connect to each other and create endless loops. Of course, looking for changes in website contents is necessary, but avoiding crawling over the same pages too often should speed up the rate of expanding the database and reduce the strain on the hardware in the long term.
@dh2032 Жыл бұрын
you would have a process. search, in document, duplications, but you would still Identify if the are in deed duplications, and not just similar, and even if it was real duplications, it was still linking for a reason, unless it just the home button or something like that?
@Carambal814 жыл бұрын
Your videos are very informative, I just learned how to sell my child! :P (@4:18)
@_equalo4 жыл бұрын
Haha I’m always happy to help. Glad you found that part useful
@divyanshusah28093 жыл бұрын
@@_equalo 🤣🤣🤣
@mawrahassan19732 жыл бұрын
I think this is the guy who has a channel named "what I've learned"
@mathcloud3 жыл бұрын
So where is your search engine? No link?
@FilippoBerardo10 ай бұрын
question: The search of pages can be done even with ip addresses, cycling every possibile number? Or only with links? Using links means you must have a list.
@universenerdd4 жыл бұрын
From scratch just bothers me for some reason
@AndrewsLorenzana3 жыл бұрын
Hey, how is your search engine going?
@melindamassey146 ай бұрын
Your choice of wiki topic to search????
@aa-qz2ej4 жыл бұрын
Just subscribed, great content!
@snehashisbera83162 жыл бұрын
thanks bro, I Learned a lot today by practical way.
@adamayala39064 жыл бұрын
Nice
@_equalo4 жыл бұрын
Thanks Adam!
@coyzee13 жыл бұрын
LOL, 7.35 She gushed over him. Sorry about that. Very interesting, thanks for the vid.
@movocode3 жыл бұрын
4:19 Did anyone see what he typed in the Search !! 🤣🤣🤣
@divyanshusah28093 жыл бұрын
Lol..🤣🤣🤣
@Raghuvaran138993 жыл бұрын
"How to sell your child"🤣🤣🤣
@builder4813 жыл бұрын
Amazing video and also very funny lmao
@sparrowEP Жыл бұрын
2:57 when u open OBS for the first time:
@marvelousmarvelxx38893 жыл бұрын
Subscribed!
@sebastianjohannes23163 жыл бұрын
What coding tool do you use to create the search engine?
@merrytantrimilleniatobing37402 жыл бұрын
Can you give us the tutorial to make that search engine, sir?
@callofdutymobile10742 жыл бұрын
More interested in the coding aspect you share source code or how to get started
@iamanishkumar2 жыл бұрын
Why aren't you making another video?
@Plexversal3 жыл бұрын
9:10 lmfao that gif
@SankiShekher3 жыл бұрын
😎My friends says - You can't compete... 👩My mother says - Never give up... 😇"I follow what my mother says"
@NickKartha3 жыл бұрын
Hope the project progressed beyond python scripts.
@RageBird7200 Жыл бұрын
What about Bing Users?
@phillipspodcast3 жыл бұрын
Good video mate
@subhakantasahoo97603 жыл бұрын
I searched for it after whatspp's new january privacy up-to-date 😃😃
@busterdafydd30963 жыл бұрын
5:27 so now you start indexing. keywords in the websites links to websites
@jasonfanclub42673 жыл бұрын
Good content
@MoyaNandaoOfficial3 жыл бұрын
Please upload for me the download link of your search engine. Thanks
@Zz-ol5bx3 жыл бұрын
But won't this method be too much time consuming?is there any other way to make it faster or automate it bro
@legixstudio67133 жыл бұрын
7:45 is'nt scott morison the priminister
@menopriezvisko22322 жыл бұрын
try arango database for inverted index searching
@OfficalOxy Жыл бұрын
duckduckgo is getting popular
@namithshetty3 жыл бұрын
Bro go on title and headline base because then only you can get the information
@twansmith26222 жыл бұрын
Hello r u still working on this
@ToniMartiAlbons3 жыл бұрын
Nice video 👌
@sprinteroz22392 жыл бұрын
Is this on github or you keeping the code private?
@gspapp3 жыл бұрын
link?
@RahulSharma-oj4ik3 жыл бұрын
PewDiePie's Got A Search Engine😀
@vhwjpzf1z0fi73a3 жыл бұрын
Any news on this?
@makersspace5654 жыл бұрын
petabytes=too expensive
@pavannaidu7593 жыл бұрын
can you share the code
@Ab-cj6gl3 жыл бұрын
i was planning to build something similar but ain't gonna happen 😂
@rylandsquires48863 жыл бұрын
Watch at 1.5x speed
@Randomynous012 жыл бұрын
Google no longer operates on the number of links that link back to it, but rather PRIORITIZATION
@sparrowEP Жыл бұрын
"mom can we have google" "we have google at home" google at home
@ryxn3x4 жыл бұрын
👍
@dr.official98523 жыл бұрын
Wait a minute
@apang1831 Жыл бұрын
"how to sell your child"
@madabtMSK4 жыл бұрын
good try!
@jessetate76013 жыл бұрын
Use folder and use letter to me the floder
@raymondchiwade3 жыл бұрын
How can I contact you
@ahrorbekabdullayev21933 жыл бұрын
I'd prefer wikipedia api
@RmbTfitness3 жыл бұрын
I laughed a lot... watching your video
@chris_the_nerd0910 ай бұрын
Opera is better than Google
@busterdafydd30963 жыл бұрын
You didn't even paritially cover indexing in this video
@meerachaturvedi90503 жыл бұрын
Vedio is just a look
@meerachaturvedi90503 жыл бұрын
Indexing is a big process
@meerachaturvedi90503 жыл бұрын
Want to know
@saidkauzu78314 жыл бұрын
I have an idea do you want listen?
@meerachaturvedi90503 жыл бұрын
Yup
@ahsanabrar8802 жыл бұрын
please share update.
@prudvi013 жыл бұрын
duck gang
@allanbenedict45583 жыл бұрын
Like it
@twistah3 жыл бұрын
Am I the only one who uses duckduckgo
@techample3 жыл бұрын
Yes. Can't imagine someone not using Google😃
@SlumDawgSaint2 жыл бұрын
Did you make it, i want to make it and make it public and add free and zero tracking of people good gearh engine add free bias free...;)
@TF-cn6oj2 жыл бұрын
Update please
@marlonlopez41543 жыл бұрын
Can you email me really interested.
@Naderium3 жыл бұрын
420th like
@elliotsearchengine86263 жыл бұрын
We did something different Check ✔️ Elliot Search
@prestonjudearnold28143 жыл бұрын
how
@mathquik18723 жыл бұрын
Are you on onlyfans?
@joshclaassen6164 жыл бұрын
Check out safenetwork.tech there are a few people pondering how to implement a search engine and you may enjoy the challenge.