skorch
Neural network library
A library that wraps PyTorch to implement scikit-learn compatible neural networks
A scikit-learn compatible neural network library that wraps PyTorch
6k stars
81 watching
391 forks
Language: Jupyter Notebook
last commit: about 1 month ago
Linked from 4 awesome lists
hacktoberfesthuggingfacemachine-learningpytorchscikit-learn
Related projects:
Repository | Description | Stars |
---|---|---|
numpy/numpy | A comprehensive library providing efficient numerical computation and data manipulation capabilities for Python-based scientific computing. | 28,350 |
ddbourgin/numpy-ml | A collection of machine learning algorithms implemented in NumPy for rapid experimentation and prototyping. | 15,789 |
sympy/sympy | A computer algebra system written in Python to solve mathematical equations and expressions | 13,130 |
asottile/flake8-typing-imports | Automatically checks Python typing module imports for compatibility with different Python versions. | 48 |
skops-dev/skops | Tools and utilities for deploying and sharing scikit-learn models in production | 457 |
sfstpala/flake8-import-style | Ensures explicit module imports in Python code to maintain quality and readability. | 3 |
alexpasmantier/pymple.nvim | Automatically updates imports and resolves missing imports in Python files when the file or directory is moved or renamed | 89 |
jonnor/micropython-npyfile | Provides support for reading and writing NumPy files in MicroPython | 3 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
amueller/introduction_to_ml_with_python | A repository of notebooks and code for teaching machine learning with Python | 7,483 |
kachayev/fn.py | Provides a set of functional programming primitives and tools to improve code organization and debugging in Python | 3,352 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 115 |
swaroopch/byte-of-python | A beginner's guide to the Python programming language | 2,322 |
explosion/spacy | Industrial-strength NLP library for Python and Cython | 30,459 |
pyo3/rust-numpy | Rust bindings for Python's NumPy C-API | 1,151 |