Chester-King / Dawn

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dawn

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

Github Cheat Sheet:

This file contains the starter pack for using Git and Github

MiniMax: Tic Tac Toe

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.

Spider: Web Crawler

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.

About

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


Languages

Language:Java 93.6%Language:Python 6.4%