Git Product home page Git Product logo

mnist's Introduction


๐Ÿš€ Introduction

Welcome to the repository containing innovative software developed by Ultralytics ๐Ÿง . Our code is ๐ŸŒŸ open-sourced and freely available for redistribution under the AGPL-3.0 license. For more insight into our work and impact, head over to https://www.ultralytics.com.

Ultralytics Actions

๐Ÿ“— Description

The repository at https://github.com/ultralytics/mnist is our dedicated playground for the MNIST dataset. ๐Ÿ– This repository houses sandbox code that allows for experimentation and training of different neural network architectures on the famous MNIST digit database.

๐Ÿ“ฆ Requirements

Ensure you have Python 3.7 or later installed on your machine. The following packages are required, and you can install them using pip with the provided command: pip3 install -U -r requirements.txt.

  • numpy: A fundamental package for scientific computing in Python.
  • torch: PyTorch, an open-source machine learning library for Python.
  • torchvision: A PyTorch package that includes datasets and model architectures for computer vision.
  • opencv-python: An open-source computer vision and machine learning software library.

๐Ÿƒโ€โ™‚๏ธ Run

To start training on the MNIST digits dataset, execute train.py from your Python environment. The training and test data are located in the data/ folder and were initially curated by Yann LeCun (http://yann.lecun.com/exdb/mnist/).

# Example snippet of train.py to showcase its usage.
# This will set up the environment for training a model on MNIST dataset.

# Import necessary libraries (Make sure they are installed as per requirements)
import torch

# Your training script will start here, initialize models, load data, etc.
# ...

# Start the training process
# ...

# Save your trained model
torch.save(model.state_dict(), 'path_to_save_model.pt')

# Add suitable comments to each segment of your code for better understanding.

MNIST Examples
Image credit: Josef Steppan - Own work, CC BY-SA 4.0, Link

๐Ÿค Contribute

We welcome contributions from the community! Whether you're fixing bugs, adding new features, or improving documentation, your input is invaluable. Take a look at our Contributing Guide to get started. Also, we'd love to hear about your experience with Ultralytics products. Please consider filling out our Survey. A huge ๐Ÿ™ and thank you to all of our contributors!

Ultralytics open-source contributors

ยฉ๏ธ License

Ultralytics is excited to offer two different licensing options to meet your needs:

  • AGPL-3.0 License: Perfect for students and hobbyists, this OSI-approved open-source license encourages collaborative learning and knowledge sharing. Please refer to the LICENSE file for detailed terms.
  • Enterprise License: Ideal for commercial use, this license allows for the integration of Ultralytics software and AI models into commercial products without the open-source requirements of AGPL-3.0. For use cases that involve commercial applications, please contact us via Ultralytics Licensing.

๐Ÿ“ฌ Contact Us

For bug reports, feature requests, and contributions, head to GitHub Issues. For questions and discussions about this project and other Ultralytics endeavors, join us on Discord!


Ultralytics GitHub space Ultralytics LinkedIn space Ultralytics Twitter space Ultralytics YouTube space Ultralytics TikTok space Ultralytics Instagram space Ultralytics Discord

mnist's People

Contributors

glenn-jocher avatar pderrenger avatar ultralyticsassistant avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.