Cutting Edge Deep Learning
262 subscribers
193 photos
42 videos
51 files
363 links
πŸ“• Deep learning
πŸ“— Reinforcement learning
πŸ“˜ Machine learning
πŸ“™ Papers - tools - tutorials

πŸ”— Other Social Media Handles:
https://linktr.ee/cedeeplearning
Download Telegram
What is it?

This is my multi-month study plan for going from mobile developer (self-taught, no CS degree) to machine learning engineer.My main goal was to find an approach to studying Machine Learning that is mainly hands-on and abstracts most of the Math for the beginner. This approach is unconventional because it’s the top-down and results-first approach designed for software engineers.

https://www.datasciencecentral.com/profiles/blogs/top-down-learning-path-machine-learning-for-software-engineers?fbclid=IwAR0rOV5VXrJOQTY3BDoNPYBNubgpeQleRQDcchmf-Hena7_WYRJSu5zVd_U

----------
@machinelearning_tuts
#Ψ’Ω…ΩˆΨ²Ψ΄
In this tutorial, you will learn how to perform regression using Keras and Deep Learning. You will learn how to train a Keras neural network for regression and continuous value prediction, specifically in the context of house price prediction.

https://www.pyimagesearch.com/2019/01/21/regression-with-keras/
----------
@machinelearning_tuts
Forwarded from Cutting Edge Deep Learning (Soran)
Practical Machine Learning – Sunila Gollapudi (en)
#book #middle #theory

----------
@machinelearning_tuts
@drivelesscar
@autonomousvehicle
Forwarded from Cutting Edge Deep Learning (Soran)
❇️ Ω…Ψ¬Ω…ΩˆΨΉΩ‡ 10 کورس Ψ±Ψ§ΫŒΪ―Ψ§Ω† Ψ―Ψ± Ψ­ΩˆΨ²Ω‡ دیΨͺΨ§Ψ³Ψ§ΫŒΩ†Ψ³ و یادگیری Ω…Ψ§Ψ΄ΫŒΩ†

1️⃣ Machine Learning
(University of Washington)
2️⃣ Machine Learning
(University of Wisconsin-Madison)
3️⃣ Algorithms (in journalism)
(Columbia University )
4️⃣ Practical Deep Learning
(Yandex Data School)
5️⃣ Big Data in 30 Hours
(Krakow Technical University )
6️⃣ Deep Reinforcement Learning Bootcamp
(UC Berkeley(& others))
7️⃣ Introduction to Artificial intelligence
(University of Washington)
8️⃣ Brains, Minds and Machines Summer Course
(MIT)
9️⃣ Design and Analysis of Algorithms
(MIT)
πŸ”Ÿ Natural Language Processing
(University of Washington)
Ω„ΫŒΩ†Ϊ©:
https://goo.gl/Riybxs

#MachineLearning #DataScience #Course #DeepLearning #BigData #AI


----------
@machinelearning_tuts
@drivelesscar
@autonomousvehicle
7 Ways Artificial Intelligence Can Be Used in An Educational Setting
January 21, 2019 https://www.re-work.co/blog/7-ways-ai-can-be-used-in-education
Forwarded from Cutting Edge Deep Learning (Ξ£)
You're on a journey to learn Data Science, Randy Lao is here to help you along the way!
watch free courses, download free books and learn more about machine learning every day...

#ml
#course
#resource

@machinelearning_tuts

http://www.claoudml.co/
Nice article by Dat Tran about some mathematicians trying to make sense of neural networks. Some of the findings are quite obvious to machine learning practitioners/researchers like deeper network with many layers and fewer neurons aka ResNet are better than shallow networks with few layers but many neurons per layer. It's still interesting though to see that there's an effort in trying to build a "general theory" of neural networks which one usually obtains from experiences and a lot of trial and error. Maybe this will help in the future to do less trial and error.

Dat Tran (https://www.linkedin.com/in/dat-tran-a1602320/)

#deeplearning
#machinelearning
#ml
#article

@machinelearning_tuts

image

https://www.quantamagazine.org/foundations-built-for-a-general-theory-of-neural-networks-20190131/
Which Deep Learning Framework is Growing Fastest? Read a comparison between major Deep learning frameworks in terms of demand, usage, and popularity https://www.kdnuggets.com/2019/05/which-deep-learning-framework-growing-fastest.html
New AI Strategy Mimics How Brains Learn to Smell

Today’s artificial intelligence systems, including the artificial neural networks broadly inspired by the neurons and connections of the nervous system, perform wonderfully at tasks with known constraints. They also tend to require a lot of computational power and vast quantities of training data. That all serves to make them great at playing chess or Go, at detecting if there’s a car in an image, at differentiating between depictions of cats and dogs. β€œBut they are rather pathetic at composing music or writing short stories,” said Konrad Kording, a computational neuroscientist at the University of Pennsylvania. β€œThey have great trouble reasoning meaningfully in the world.”

#deeplearning
#machinelearning
#brainmimic
#smelling

@machinelearning_tuts

For more information:
https://www.quantamagazine.org/new-ai-strategy-mimics-how-brains-learn-to-smell-20180918/
The mission of Papers With Code is to create a free and open resource with Machine Learning papers, code and evaluation tables.

Browse this awesome portal for State-of-the-Art Machine Learning and Deep Learning Algorithms β€” 700+ leaderboards β€’ 1000+ tasks β€’ 800+ datasets β€’ 10,000+ papers with code: https://paperswithcode.com/sota
Math Reference Tables πŸ“—

1. General πŸ“˜
Number Notation
Addition Table
Multiplication Table
Fraction-Decimal Conversion
Interest
Units & Measurement Conversion
2. Algebra πŸ“˜
Basic Identities
Conic Sections
Polynomials
Exponents
Algebra Graphs
Functions
3. Geometry πŸ“˜
Areas, Volumes, Surface Areas
Circles
4. Trig πŸ“˜
Identities
Tables
Hyperbolics
Graphs
Functions
5. Discrete/Linear πŸ“˜
Vectors
Recursive Formulas
Linear Algebra
6. Other πŸ“˜
Constants
Complexity
Miscellaneous
Graphs
Functions
7. Stat πŸ“˜
Distributions
8. Calc πŸ“˜
Integrals
Derivatives
Series Expansions
9. Advanced πŸ“˜
Fourier Series
Transforms

πŸ“ http://math2.org/

β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
|@machinelearning_tuts|
β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
N-shot learning
You may be asking, what the heck is a shot, anyway? Fair question.A shot is nothing more than a single example available for training, so in N-shot learning, we have N examples for training. For more information read πŸ‘‡πŸΏ

https://blog.floydhub.com/n-shot-learning/

β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
@machinelearning_tuts
NUSCCF

A new efficient subspace and K-means clustering based method to improve Collaborative Filtering

https://github.com/soran-ghadri/NUSCCF

@machinelearning_tuts