Alternatives To Mzutils
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tensorflow175,35832777a day ago46October 23, 20192,145apache-2.0C++
An Open Source Machine Learning Framework for Everyone
Transformers103,2586491121 hours ago91June 21, 2022750apache-2.0Python
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Pytorch67,64514621 hours ago23August 10, 202212,240otherPython
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Keras58,548330a day ago68May 13, 2022387apache-2.0Python
Deep Learning for humans
Cs Video Courses56,273
8 days ago17
List of Computer Science courses with video lectures.
Faceswap45,645
2 days ago27gpl-3.0Python
Deepfakes Software For All
D2l Zh44,160
13 days ago45March 25, 202234apache-2.0Python
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被60多个国家的400多所大学用于教学。
Tensorflow Examples42,312
8 months ago218otherJupyter Notebook
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
100 Days Of Ml Code40,344
3 months ago61mit
100 Days of ML Coding
Deepfacelab40,302
3 days ago534gpl-3.0Python
DeepFaceLab is the leading software for creating deepfakes.
Alternatives To Mzutils
Select To Compare


Alternative Project Comparisons
Readme

mzutils is a personal toolkit that contains various methods to do miscellaneous jobs related to data cleaning, preprocessing, visualizing, evaluating and modeling in various fields of machine learning, especially NLP and RL. It supports Datasets like SQuAD, GLUE, Deepmind CNN/DailyMail in NLP and d4rl in offlineRL, as well as their conversions to JSON, CSV, numpy arrays and tensors.

The purpose of this toolkit is to reuse the code and make Mohan Zhang's life easier.

Read the documentation here!

Install

  • if you want to use only the minimal functionalities, please do
$ pip install -U mzutils
  • or if you want to use nlp specific functions, please do
$ pip install -U mzutils[nlp]
  • or if you want to use all the functionalities, please do
$ pip install -U mzutils[all]
$ pip install -r security_requirements.txt

Note

due to this unreasonable feature of pip, you will need to check and install from requirements.txt, extras_requirements.txt or security_requirements.txt according to your specific need.

Popular Machine Learning Projects
Popular Deep Learning Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Machine Learning
Deep Learning
Tensorflow
Natural Language Processing
Data Visualization
Reinforcement Learning
Torch
Questions And Answers
Data Cleaning
Deepmind