Skip to content
forked from ACM-VIT/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

Notifications You must be signed in to change notification settings

OctaGRIMME/Dawn

 
 

Repository files navigation

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

Image Processing|Augmented Reality

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.

ML/DL

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.

Scraping and Automation

This folder contains a list of starter projects for Scraping/Automation. More projects and their implementations will be added in the future.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.6%
  • Python 6.4%