https://github.com/bpesquet/mlkatas

(Phased out) A series of challenges for practicing your Machine Learning and Deep Learning skills

https://github.com/bpesquet/mlkatas

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary

Keywords

activity assignment challenge exercise kata keras machine-learning nbgrader numpy python scikit-learn
Last synced: 6 months ago · JSON representation

Repository

(Phased out) A series of challenges for practicing your Machine Learning and Deep Learning skills

Basic Info
Statistics
  • Stars: 68
  • Watchers: 7
  • Forks: 19
  • Open Issues: 0
  • Releases: 0
Topics
activity assignment challenge exercise kata keras machine-learning nbgrader numpy python scikit-learn
Created over 7 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

Supported Python Versions Code style: black

⛩ Machine Learning Katas

This project is being phased out and replaced by ainotes.

This repository contains the source files for the Machine Learning Katas, a series of challenges for practicing your Machine Learning and Deep Learning skills.

Usage

The katas are mostly self-correcting Jupyter Notebooks that can be executed either:

  • online, by accessing the katas website.

  • locally, by cloning or downloading this repository then spinning up a Jupyter notebook server on your local machine.

Development notes

Adding katas

The katas are generated by nbgrader from completed versions that live in a separate, private repository.

Generating the site

The website is generated by Jupyter Book. After installing it, execute the following command in the root folder to generate the HTML output in the _build subdirectory:

bash jupyter-book build .

A GitHub action is used to publish this output as a website.

Owner

  • Name: Baptiste Pesquet
  • Login: bpesquet
  • Kind: user
  • Location: Bordeaux, France
  • Company: ENS Cognitique

Software engineer, computer science professor, AI PhD student.

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 91
  • Total Committers: 1
  • Avg Commits per committer: 91.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
bpesquet b****t@g****m 91

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 32 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 5
  • Total maintainers: 1
pypi.org: mlkatas

Utility functions for Machine Learning

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 32 Last month
Rankings
Stargazers count: 8.3%
Forks count: 8.5%
Dependent packages count: 10.1%
Average: 18.4%
Dependent repos count: 21.6%
Downloads: 43.4%
Maintainers (1)
Last synced: 6 months ago

Dependencies

requirements.txt pypi
  • Jinja2 <3.1
  • jupyter-book ==0.10.
  • matplotlib *
  • numpy *
.github/workflows/deploy.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • peaceiris/actions-gh-pages v3.6.1 composite