All notable changes to this repository
will be documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.1.2 - Minor Bug Fixes
Minor Bug Fixes:
- Moved jupyter notebooks under examples directory,
- Added README.md for utilities directory, TODO add featured submodules link.
v0.1.1 : Fully Functional & Minimal Template
Minimal AI/ML project template with minimal requirements and settings file. An useful boilerplate ipython notebook file is provided to quickly get-started with exploratory data analysis and model development. This version mainly focuses on:
- 📃 Documentation Update: updated project readme, and added how to get started with the repository.
- 🎉 iPython Notebook: an updated boilerplate that adheres to minimal exploratory data analysis and model development.
v0.1.0-beta : BETA/Preview Release
A template for quickly starting a machine learning, artificial intelligence or data science project. The repository contains all necessary files and structure that might be used in a project. This pre-release contains the following:
- Seperate directory structure for safe keeping data and output from code files.
- Notebooks directory can be used for storing Jupyter Notebooks.
- Seperate src directory that contains agents, engine and models for configuring any reinforcement learning project. This directory (if not required) can be removed.
- The static and utilities can be used to store additional files, while logs is an essential files for tracking code progress.