Starter pack for Machine Learning and related fields, an initiative by the members of ACM-VIT student chapter. The repo contains learning concepts and insights on ML and AI
This folder contains a document of starter projects for IP|AR. More projects and their implementations will be added in the future. Get started by clicking here.
This folder contains a list of starter projects for ML/DL. More projects and their implementations will be added in the future. Get started by clicking here.
This folder contains a list of starter projects for Scraping/Automation. More projects and their implementations will be added in the future.
This file contains the starter pack for using Git and Github.
This is an implementation of the MiniMax algorithm implemented on the game of Tic-Tac-Toe. In this game, the opponent does not lose, and the game always results in a Draw or in the Opponent's win. You can read more about the MiniMax algorithm from the following link: and continue with the links that follow.
This is a basic web crawler which uses libraries to crawl a given webpage and can be modified to return the required data from any webpage. Here we have used the postfeed of this website. The code returns the headings of all the posts in the postfeed.