77 skills found · Page 2 of 3
Abhishekmamidi123 / Information RetrievalMainly on text documents. Implemented a Mini Search Engine using different algorithms and then summaried documents using lexrank.
AshveenBansal98 / Python Text SearchA search engine for searching text/phrase in set of .txt files, based on inverted indexing and boyer moore algorithm.
Cynosureprime / MdxfindMulti-threaded multi-algorithm hash search engine
akulagrawal / File Search EngineA file search engine based on modern search engine algorithms and data structures
vigneshnadar / Information RetrievalSearch Engine Implemented in Python. Components : Web Crawler. Indexer. Parser. Page Ranking Algorithm
manthanthakker / InformationRetrieval⇨ Designed and implemented a search engine architecture from scratch for CACM and a sample Wikipedia corpus. ⇨ Crawled the corpus, parsed and indexed the raw documents using simple word count program using Map Reduce, performed ranking using the standard Page Rank algorithm and retrieved the relevant pages using variations of four distinct IR approaches, BM25, TF-IDF, cosine similarity and Lucene based IR model. ⇨ Conducted a comparative study to evaluate the performance of the different search engines. ⇨ Technologies used: Lucene, NetBeans, JSoup, Weka, MapReduce
bitsenzes / How To Get On Google First Page For Freedo you need to get your site on page 1 of Search engines, but you're confident how? Well, you've come to the correct spot! I have ranked dozens of websites on page 1 of Google, and I'm going to show you how you can do the same. Very first, let's start with a quick primer about how Yahoo and other engines like google work. How Google (And Other Search Engines) Job The first thing you should realize about Google is that Google is NOT NECESSARILY the Internet. only because of your site doesn't show up on the Google, it does not mean it is not on the Internet. Your site will be published go on the World wide web without displaying in Google's search results for a particular keyword. The way Google and some other search engines present websites is: Google has got automated computers working around the clock that arbitrarily visit sites all over the Internet and take pictures of each page, and record them away in a massive database. As part of having a snapshot of each web page, Google's system reads every term and other content on a web page (like images, videos, audio tracks files, etc) to be able to determine the specific subject of the page. Google uses this collected data to find out which web pages to show, and in what order, for a particular keyword search. Google's computer {algorithms|methods} {dynamically|effectively} determine which {page|webpage} on the Internet is the most relevant for a specific key word or key phrase and displays it first. It then displays the 2nd most relevant web page, and so on. The cake you produced list of web pages is known as a Search engine Page (SERP). every web site owner on the world desires to be in very first page of Yahoo search engine. mainly because honestly, that is where action happens, by being top on Search engines you can make your fortunes. there are only 10 organic results Google brings for each search term executed, so how could you make positive that it is your site Google displays in page one? Preferably in the first natural ranking position, here is: How you will can easily Be top on the search engines Search engine Results for FREE OF CHARGE You can rank in Google’s first page (at times in just 24 hours) if you learn choosing keywords and create articles around these keywords. The process is straightforward as soon as you learn how people search on Google. The process to follow is: Use Search Box and find keywords that are performed of 3 or more words as shown in the next image: Google search for Just how to Rank on the search engines Search Results for How to position on Google features quick search recommendations for search conditions “how to get top put on Google” Related Search conditions Provides Additional Keyword Ranking Possibilities Search Results for The way to get on the First Webpage of Yahoo Search Outcomes for How to Get on the First Webpage of Google comes with a screenshot of related research words in line with the sample keywords researched When you begin to make use of keywords found in related keyphrases, you can get higher Google rankings not simply for the initial keywords you are targeting, but others as well. This specific will obviously get you on first page of Yahoo for diverse group of keywords and not merely the people you in the beginning created. Website landing page Optimization Simplified Looking at the below, all you now have to do is create your website pages in line with the initial keywords you have selected. Basically, think of each keyword/s you are targeting as “Questions” people are asking search motors. As well as your job as the website owner is to “Answer” their questions on your web pages. The way to Rank First in Google The way to Rank First in Google particulars on page lookup engine ranking factors. How to create optimized web pages is outlined through name, meta description, navigation menu, h1 and h2 labels and internet site image marketing Study the contents well and make them part of your web webpage optimization knowledge. Because before long, your web pages can be first on Google for free without having to pay. Inside fact, you will get top rankings instantly ( within 24 hours), or as soon as Google becomes informed about your new landing pages that are completely optimised. Get On the First Page of Google Through Google Ppc (Paid Version) You are able to pay Google Adwords for Ppc Advertising. It is a straightforward process and I’ve got video tutorials that shows you how to create a Adwords Campaigns here. Facebook PPC advertising will allow you to focus on keywords and advertise these to be shown in Google search engine results. However, SEO for organic and natural rankings should be part of your web success for lasting results. Due to the fact once you achieve first position rankings, it is going to usually stay there on the first page all the time (especially by using RankYa Search Powerplant Optimization techniques).
scottlarkin / Reversi Monte Carlo Tree Search AIImplementation of a reversi game in the Unity engine using C#. This was for the "AI for games" module in my 3rd year of university. It uses a Monte Carlo tree search algorithm for the AI.
BianchTech / Search EngineSearch Engine is a project that implements a basic search engine using C++, Python, and Cython. It builds a reverse index and ranks pages with the PageRank algorithm based on keyword relevance and page importance.
looechao / FindoriaFindoria is an intelligent search engine that combines natural language processing, efficient algorithms, and DeepSeek's API to deliver precise results and personalized recommendations.
Eckhoff42 / Google At HomeA collection of algorithms used in search engines implemented by myself
rouge8 / Hitsearchfinal project for cs324 data mining. made a search engine and crawler using HITS algorithm.
jstrassburg / Evolving Search RelevancyTuning Solr search engine parameters by treating them as an optimization problem and employing a genetic algorithm
landjbs / BoogleWeb search-engine capable of crawling, indexing, and searching millions of webpages almost exclusively in native Python. Uses hash-based wide-column database, multithreaded crawling, token scoring, autocorrection, posting list ranking, and intersectional search algorithms to achieve an empirical upper bound of ~3 sec. raw-text searches across Boogle index of Wikipedia.
agostinhocbneto / Php Search Image CrawlerThis is a simple code to allow you search for images on Web Search Engines like Google and Bing using only PHP
alekhgupta1441 / Mini Search EngineA simplified implementation of the search algorithm used by search engines like Google or Bing using Okapi BM25 ranking function.
DmytroLopushanskyy / Ucuddle Search EngineDistributed search engine project, relying on advanced parsers for building a webpage tree and indexation with a modified PageRank algorithm
misbahulard / Search Engine TfidfSearch engine implementation with TF.IDF algorithm using python + flask + mysql
ankit-cliqz / Query Embeddings"Query Embeddings", which are an extension of word embeddings, but are useful to understand similarity between queries, learned by the neural network algorithms in an unsupervised fashion. The overall goal is to improve relevance of pages returned for the unseen queries sent to our search engine. Area: Deep Learning for Information Retrieval.
darshank15 / Wikipedia Search EngineBuilt a complete search engine by creating an Inverted Index on the Wikipedia corpus ( of 2018 with size 72 GB). That gives you top search result related to given query words.