在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ageron/handson-ml3开源软件地址:https://github.com/ageron/handson-ml3开源编程语言:Jupyter Notebook 100.0%开源软件介绍:Machine Learning Notebooks, 3rd editionThis project aims at teaching you the fundamentals of Machine Learning in python. It contains the example code and solutions to the exercises in the third edition of my O'Reilly book Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow (3rd edition): Note: If you are looking for the second edition notebooks, check out ageron/handson-ml2. For the first edition, see ageron/handson-ml. Quick StartWant to play with these notebooks online without having to install anything?Use any of the following services (I recommended Colab or Kaggle, since they offer free GPUs and TPUs). WARNING: Please be aware that these services provide temporary environments: anything you do will be deleted after a while, so make sure you download any data you care about. Just want to quickly look at some notebooks, without executing any code?
Want to run this project using a Docker image?Read the Docker instructions. Want to install this project on your own machine?Start by installing Anaconda (or Miniconda), git, and if you have a TensorFlow-compatible GPU, install the GPU driver, as well as the appropriate version of CUDA and cuDNN (see TensorFlow's documentation for more details). Next, clone this project by opening a terminal and typing the following commands (do not type the first
Next, run the following commands:
Finally, start Jupyter:
If you need further instructions, read the detailed installation instructions. FAQWhich Python version should I use? I recommend Python 3.8. If you follow the installation instructions above, that's the version you will get. Most code will work with other versions of Python 3, but some libraries do not support Python 3.9 or 3.10 yet, which is why I recommend Python 3.8. I'm getting an error when I call Make sure you call I'm getting an SSL error on MacOSX You probably need to install the SSL certificates (see this StackOverflow question). If you downloaded Python from the official website, then run I've installed this project locally. How do I update it to the latest version? See INSTALL.md How do I update my Python libraries to the latest versions, when using Anaconda? See INSTALL.md ContributorsI would like to thank everyone who contributed to this project, either by providing useful feedback, filing issues or submitting Pull Requests. Special thanks go to Haesun Park and Ian Beauregard who reviewed every notebook and submitted many PRs, including help on some of the exercise solutions. Thanks as well to Steven Bunkley and Ziembla who created the |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论