Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 574 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 574 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[UNRELEASED]

Added

  • Abstract base classes for a rich and DRY API, instead of repeating things.
  • Keeping things consistent using ABCs.
  • Started work on Activation functions.
  • Worked on layers.
    • Conv2D
    • Dense
    • Flatten
  • Optimizers are being implemented, such as gradient descent, RMSProp and more.