handwritten-digits-recognizer-webapp
This is my first experience with machine learning (by Theanayne)
t81_558_deep_learning
T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis (by jeffheaton)
handwritten-digits-recognizer-webapp | t81_558_deep_learning | |
---|---|---|
1 | 10 | |
3 | 5,727 | |
- | -0.1% | |
3.0 | 2.6 | |
over 3 years ago | 18 days ago | |
Jupyter Notebook | Jupyter Notebook | |
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
handwritten-digits-recognizer-webapp
Posts with mentions or reviews of handwritten-digits-recognizer-webapp.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Digits recognizer Webapp
Github repo : https://github.com/Theanayne/handwritten-digits-recognizer-webapp
t81_558_deep_learning
Posts with mentions or reviews of t81_558_deep_learning.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-27.
-
Wednesday Daily Thread: Beginner questions
I am just getting into Machine Learning with Python. I have an M1 MacBook Air and (somehow) managed to install Tensorflow according to this tutorial https://github.com/jeffheaton/t81_558_deep_learning/blob/master/install/tensorflow-install-mac-metal-jul-2021.ipynb , which is apparently the bread and butter of machine learning.
-
Install Tensorflow through Miniforge on M1 Mac
I skimmed through other forums and they suggest using Miniforge instead of Anaconda. Specifically, I was following this guide: https://github.com/jeffheaton/t81_558_deep_learning/blob/master/install/tensorflow-install-mac-metal-jul-2021.ipynb
- Does anyone have Keras for image classification up and running on a Mac?
- layers.Conv2D( ) -> Running this function kills the Python Kernel
- Different Outputs on Mac M1 and Windows
-
Learning Roadmap for Beginners in ML (I'm following it). What do you guys think about it?
Applications of Deep Neural Networks with Keras (2021), by Jeff Heaton https://sites.wustl.edu/jeffheaton/t81-558/ https://arxiv.org/pdf/2009.05673.pdf
- i figured out how to animate the GAN i've been training!
-
D Simple Questions Thread December 20 2020
dnnlib.SubmitConfig clearly does not exist in that version of dnnlib, and looks to have never existed in the NVlabs/stylegan2-ada repository. However, it does exist in the NVlabs/stylegan2 repository. My hunch is that the code was haphazardly ported from StyleGAN2 to the newer StyleGAN2-ADA, and it is simply an oversight after porting. There is an issue in the jeffheaton/t81_558_deep_learning repository (I assume you are you eluzzi5?), so I'll add this info to that issue.
I am using the following code to try to run StyleGAN on Google Colab: https://github.com/jeffheaton/t81_558_deep_learning/blob/master/t81_558_class_07_3_style_gan.ipynb
What are some alternatives?
When comparing handwritten-digits-recognizer-webapp and t81_558_deep_learning you can also consider the following projects:
Face-Mask-Detection - Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
Hands-On-Meta-Learning-With-Python - Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow