Forwarded from Age Of Geeks
GitHub
GitHub - alpv95/Dank-Learning: Dank Learning codebase, generate a meme from any image using AI. Uses a modified version of the…
Dank Learning codebase, generate a meme from any image using AI. Uses a modified version of the Show and Tell image captioning network - GitHub - alpv95/Dank-Learning: Dank Learning codebase, gener...
Forwarded from Machine Learning
Forwarded from Age Of Geeks
✍🏼 Generate handwriting with an in-browser recurrent neural network!
Web demo is available here: https://seanvasquez.com/handwriting-generation/
The model is based on Alex Graves’ 2013 paper on handwriting generation - https://arxiv.org/abs/1308.0850, but adds an inference model to allow for sampling latent style vectors (similar to the VAE model used by SketchRNN - https://arxiv.org/abs/1704.03477). The web demo is implemented with tensorflow.js
Web demo is available here: https://seanvasquez.com/handwriting-generation/
The model is based on Alex Graves’ 2013 paper on handwriting generation - https://arxiv.org/abs/1308.0850, but adds an inference model to allow for sampling latent style vectors (similar to the VAE model used by SketchRNN - https://arxiv.org/abs/1704.03477). The web demo is implemented with tensorflow.js
www.calligrapher.ai
Calligrapher.ai: Realistic computer-generated handwriting
Convert text to handwriting using an in-browser recurrent neural network. Choose from various print and cursive styles. Customize the outputs and download as SVG.
Forwarded from Age Of Geeks
Check out Pose Animator created by Shan Huang - A web animation tool that brings SVG illustrations to life with real time human perception TF.js models.
Play with demos: https://pose-animator-demo.firebaseapp.com
GitHub (with more documentation about how it works): https://github.com/yemount/pose-animator/
Play with demos: https://pose-animator-demo.firebaseapp.com
GitHub (with more documentation about how it works): https://github.com/yemount/pose-animator/
GitHub
GitHub - yemount/pose-animator
Contribute to yemount/pose-animator development by creating an account on GitHub.
The anatomy of a vanilla JavaScript plugin | Go Make Things
https://gomakethings.com/the-anatomy-of-a-vanilla-javascript-plugin/
https://gomakethings.com/the-anatomy-of-a-vanilla-javascript-plugin/
Gomakethings
The anatomy of a vanilla JavaScript plugin
For those of you who are in the process of ditching jQuery, I thought it might be helpful to talk through how I structure my native JavaScript plugins.
Building Your Own JavaScript Modal Plugin ― Scotch.io
https://scotch.io/tutorials/building-your-own-javascript-modal-plugin
https://scotch.io/tutorials/building-your-own-javascript-modal-plugin
Scotch
Building Your Own JavaScript Modal Plugin
When starting a new project, there are two staple Javascript UI components that you will likely require. The first being a carousel, which I've already taken care of, and the second being a modal. Today we are going to build out a flexible CSS3 moda
Kaggle Faker News Classifier Using LSTM- Deep LEarning| Natural ...
https://www.youtube.com/watch?v=MXPh_lMRwAI
https://www.youtube.com/watch?v=MXPh_lMRwAI
YouTube
Kaggle Faker News Classifier Using LSTM- Deep LEarning| Natural Language Processing
Learn an easy and accurate method relying on word embeddings with LSTMs that allows you to do state of the art sentiment analysis with deep
github: https://github.com/krishnaik06/Fake-New-LSTM
WordEmbedding Videos: https://www.youtube.com/watch?v=TsXR7_…
github: https://github.com/krishnaik06/Fake-New-LSTM
WordEmbedding Videos: https://www.youtube.com/watch?v=TsXR7_…
Forwarded from Age Of Geeks
YouTube playlist for Data Science and AI, that you must check:
https://www.linkedin.com/pulse/top-youtube-playlist-data-science-ai-you-must-check-mamdapure
https://www.linkedin.com/pulse/top-youtube-playlist-data-science-ai-you-must-check-mamdapure
Linkedin
Top YouTube playlist for Data Science and AI that you must check
Being into the machine learning and data science field for about two years now, I have realized that a lot of students fall victim to the belief that buying-in to expensive certifications is necessary for bagging a good job in the data science sector. Nothing…
Forwarded from Age Of Geeks
Forwarded from Age Of Geeks
Resources discussed during our LIVE Session on Instagram today:
Book: Artificial Intelligence - a modern approach.
PDF (older edition): https://www.cin.ufpe.br/~tfl2/artificial-intelligence-modern-approach.9780131038059.25368.pdf
Amazon link to the newest edition: http://amzn.to/2Xi19YL
Courses:
Andrew Ng's course: https://www.coursera.org/learn/machine-learning
IBM's course: https://www.coursera.org/professional-certificates/ibm-data-science
Connect with Nidhi, our guest on the live session on: https://www.linkedin.com/in/nidhithakkar55
Connect with Priyanka, MLI's founder on: https://www.linkedin.com/in/priyanka-kasture-7aaaab75
Follow MLI on LinkedIn: https://www.linkedin.com/company/mlindia/
Follow us on Instagram to stay updated about more of our LIVE sessions: instagram.com/ml.india/
Happy machine learning! 😃
Book: Artificial Intelligence - a modern approach.
PDF (older edition): https://www.cin.ufpe.br/~tfl2/artificial-intelligence-modern-approach.9780131038059.25368.pdf
Amazon link to the newest edition: http://amzn.to/2Xi19YL
Courses:
Andrew Ng's course: https://www.coursera.org/learn/machine-learning
IBM's course: https://www.coursera.org/professional-certificates/ibm-data-science
Connect with Nidhi, our guest on the live session on: https://www.linkedin.com/in/nidhithakkar55
Connect with Priyanka, MLI's founder on: https://www.linkedin.com/in/priyanka-kasture-7aaaab75
Follow MLI on LinkedIn: https://www.linkedin.com/company/mlindia/
Follow us on Instagram to stay updated about more of our LIVE sessions: instagram.com/ml.india/
Happy machine learning! 😃
Forwarded from Age Of Geeks
Curious how you can convert already trained traditional ML models into tensor computations with up to 100x speedup?
Check out this blog post from Microsoft for details: https://azuredata.microsoft.com/articles/ebd95ec0-1eae-44a3-90f5-c11f5c916d15
Source code: https://github.com/microsoft/hummingbird
Check out this blog post from Microsoft for details: https://azuredata.microsoft.com/articles/ebd95ec0-1eae-44a3-90f5-c11f5c916d15
Source code: https://github.com/microsoft/hummingbird
GitHub
GitHub - microsoft/hummingbird: Hummingbird compiles trained ML models into tensor computation for faster inference.
Hummingbird compiles trained ML models into tensor computation for faster inference. - microsoft/hummingbird