AI, Python, Cognitive Neuroscience
3.88K subscribers
1.09K photos
47 videos
78 files
893 links
Download Telegram
PyTorch implementation of DRAW: A Recurrent Neural Network For Image Generation

Code by Mohit Jain: https://lnkd.in/eSQkBNj

#artificialintelligence #deeplearning #pytorch #neuralnetworks

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
"A Few Useful Things to Know about Machine Learning". Very neat article by Pedro Domingos!
https://lnkd.in/gyyUHVZ
#machinelearning

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
The 6 most useful Machine Learning projects of the past year (2018)


https://lnkd.in/dsjax4W
#machinelearning

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
Deep RL Bootcamp

By Pieter Abbeel, Rocky Duan, Peter Chen, Andrej Karpathy et al.: https://lnkd.in/edFXgDP

#ArtificialIntelligence #DeepLearning #MachineLearning #ReinforcementLearning

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
I stepped away from my usual Python modules like #Numpy,#Pandas, #Matplotlib, #Scikit, etc. and ventured into 20 Python modules and APIs I rarely use or have never worked with before, including Poliastro for orbital mechanics, #biopython for Computational Molecular Biology, #pandas_datareader for financial data and stock information and #algorithms for implementing well known CS algorithms.


What I learned:

1. Coding is actually really fun. It seems like a chore when you treat it like a means to a good career or a way to become the next billionaire or world problem solver.

2. I know some people only think of Python in terms of a Data Science, ML or AI sense but a careful investigation would show Python is actually a very thriving language in CS with a very active community that is probably rivalled only by the Linux community in my opinion.

3. Documentation is what separates good code from great code. Others should be able to read your code, use it and contribute meaningfully to it.

4. If you want to understand Object Oriented Programming really well, experiment with Python modules and try to see if you can contribute to a particular module or create one on your own.

Github: https://bit.ly/2F5ezQ1

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
Very cool book on utilizing the concepts of TDD to test and improve your machine learning models and automate the entire process.

Check it out.

#datascience #machinelearning

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
Writing Code for NLP Research

Slides by the Allen Institute for Artificial Intelligence: https://lnkd.in/eubgSGY

#naturallanguageprocessing #NLP #research

If you like our channel, i invite you to share it with your friends

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
Here are three nice posts/pages regarding Gaussian Processes which help illuminate some Bayesian concepts.
#datascience

Gaussian Processes are Not so Fancy
https://bit.ly/2F8jaRu
(Python implementation)

A Visual Exploration of Gaussian Processes
https://bit.ly/2BQGwXA
(Cool interactive features)

Robust Gaussian Processes in Stan
https://bit.ly/2COMgme
(R implementation using stan library)

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
I won't claim to be an authority on neural nets, but here are some books on ANN I can recommend:

- Neural Network Design (Hagan)

- Deep Learning and Neural Networks (Heaton)

- Deep Learning (Goodfellow et al.)

- Deep Learning with R (Chollet and Allaire)

- Neural Networks and Deep Learning: A Textbook (Aggarwal)

- Neural Network Methods in Natural Language Processing (Goldberg)

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
10 Predictions for #DeepLearning in 2019 – Intuition Machine

https://bit.ly/2F26VG4

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
GitHub Free users now get unlimited private repositories
link
❇️ @AI_Python
🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
#DeepSpeech --> how a speech application works.

Project DeepSpeech is an open source Speech-To-Text engine, using a model trained by machine learning techniques, based on Baidu, Inc.'s Deep Speech research paper.

Project DeepSpeech uses Google's TensorFlow project to make the implementation easier.

Paper: https://lnkd.in/di6kSyB
Github: https://lnkd.in/dka5rWn

#ArtificialIntelligence #NLP #speechrecognition #DeepLearning #machinelearning

❇️ @AI_Python
🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
How would a rockstar 🎸would improve their machine learning models?
چگونه مدلهای یادگیری ماشین را بهبود دهیم؟

To get better at playing the guitar, you play the guitar more. You try different songs, different cords. Practice, practice, practice.

All the practice adds up to more experience, more examples of different notes.

And to try something totally different, you might merge two songs together. Or even take a song written originally for the piano but play it on your guitar.

After a while, you're ready to play a show. But the show won't some any good if all the speakers are set to different settings. Steve the sound guy takes care of this.

How does this relate #machinelearning?

1. More practice = more data

More examples of playing different notes = more data. Machine learning models love more data.

2. Combining different songs = feature engineering

If the #data you have isn't in the form you want, transforming into a different shape may be a better way of looking at it.

3. Tuning the speakers = hyperparameter tuning

There's a reason tuning the speakers is the last step in playing a rock show. Working speakers don't mean anything without all the practice (collecting data) and songwriting (feature engineering). If you've done 1 and 2 right, this is the easy part.

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
Here is another Learning path of Deep Learning. Check it out.


Link to complete article: https://lnkd.in/fQTtuex

#deeplearning


❇️ @AI_Python
🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
What Should I Do Now? Marrying Reinforcement Learning and Symbolic Planning

Paper by Gordon et al.: https://lnkd.in/eVqQ4BB

#artificialintelligence #machinelearning #reinforcementlearning

❇️ @AI_Python
🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
Great new resource with code, math, explanations, textbook, upcoming videos: Berkeley's Spring 2019 Introduction to Deep Learning

These are the topics:

- A Taste of Deep Learning

- Deep Learning Basics

- Deep Learning Computation

- Convolutional Neural Networks

- Recurrent Neural Networks

- Optimization Algorithms

- Computational Performance

- Computer Vision

- Natural Language Processing

https://lnkd.in/fhVEJWm

#deeplearning #machinelearning #artificialintelligence

❇️ @AI_Python
🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
CS224n: Natural Language Processing with Deep Learning
#NLP #deeplearning
Stanford / Winter 2019

Public lecture videos: Once the course has completed, we plan to also make the videos publicly available on YouTube.

http://web.stanford.edu/class/cs224n/


This year, CS224n will be taught for the first time using #PyTorch rather than #TensorFlow

🙏Thanks to: @cyberbully_gng
❇️ @AI_Python
🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
Artificial Intelligence used to create inexpensive heart disease detector.

https://bit.ly/2CXeewh

#IoT #BigData #MachineLearning #ML #fintech #tech #blockchain #DeepLearning #DataScience #cyberecuin



🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN
Facilitate proactive #cybersecurity threat hunting, detection, & analysis with game-changing technical capabilities (#BigData Analytics + #MachineIntelligence)

https://www.oreilly.com/ideas/modernizing-cybersecurity-approaches

#DataScience #BehavioralAnalytics #MachineLearning #AI

🗣 @AI_Python_Arxiv
✴️ @AI_Python_EN