What happens in our brain when we make a decision? What triggers a neuron to send out a signal? What is the neural code? This textbook for advanced undergraduate and beginning graduate students provides a thorough and up-to-date introduction to the fields of computational and theoretical neuroscience.
https://neuronaldynamics.epfl.ch/
https://neuronaldynamics.epfl.ch/
neuronaldynamics.epfl.ch
Neuronal Dynamics - a neuroscience textbook by Wulfram Gerstner, Werner M. Kistler, Richard Naud and Liam Paninski
Homepage of the computational neuroscience book "Neuronal Dynamics" written by Wulfram Gerstner, Werner M. Kistler, Richard Naud and Liam Paninski. Visit us for the free online book, teaching materials, online lectures and more.
Python Exercises accompanying the book Neuronal Dynamics by Wulfram Gerstner, Werner M. Kistler, Richard Naud and Liam Paninski.
https://neuronaldynamics-exercises.readthedocs.io/en/latest/
https://neuronaldynamics-exercises.readthedocs.io/en/latest/
Forwarded from Machine Learning World
Reinforcement Learning — A. Nandy, M. Biswas (en) 2018
📚@machine_learning_world
📚@machine_learning_world
Forwarded from Machine Learning World
2_5314420256637190736.pdf
10.9 MB
Reinforcement Learning — A. Nandy, M. Biswas (en) 2018
📚@machine_learning_world
📚@machine_learning_world
https://www.youtube.com/watch?v=9Z06rY3uvGY
A great lecture by Ray Kurzweil, about future of intelligence — Recommended
A great lecture by Ray Kurzweil, about future of intelligence — Recommended
YouTube
Ray Kurzweil: Future of Intelligence | MIT 6.S099: Artificial General Intelligence (AGI)
This is a talk by Ray Kurzweil for course 6.S099: Artificial General Intelligence. For this entire recording, Ray did not use slides, so the video does not show any slides. This class is free and open to everyone. Our goal is to take an engineering approach…
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
#آموزش
همانطور که میدانید چند وقتیه که گوگل کولب GPUهای Tesla V4 با مشخصات زیر را به صورت رایگان در اختیار محققان قرار داده
16GB of VRAM
160 TFLOPS of GPU power
اما این که چه موقع GPUی K80بهتون بده چه موقع Tesla V4 دست خودتون نیست،
ممکنه به دلایلی مثل استفاده از GPU قوی تر یا مثلا عدم ساپوت K80 از کد شما (مثل دیتابیس Blazing SQL که روی Tesla V4 اجرا میشه ولی روی K80 نه!) میخواهید حتما از تسلا استفاده کنید.
برای اینکار فعلا تنها راهی که من میدونم میشه کرد اینه که کرنلتون را ریست کنید:
یه روش ساده که استفاده از دستور
روش دیگه اینه که کد زیر را اول نوت بوک یا کد پایتونیتون بزارید که اگر GPU مورد نظرمون را بهمون نداده بود Exception بده!
همانطور که میدانید چند وقتیه که گوگل کولب GPUهای Tesla V4 با مشخصات زیر را به صورت رایگان در اختیار محققان قرار داده
16GB of VRAM
160 TFLOPS of GPU power
اما این که چه موقع GPUی K80بهتون بده چه موقع Tesla V4 دست خودتون نیست،
ممکنه به دلایلی مثل استفاده از GPU قوی تر یا مثلا عدم ساپوت K80 از کد شما (مثل دیتابیس Blazing SQL که روی Tesla V4 اجرا میشه ولی روی K80 نه!) میخواهید حتما از تسلا استفاده کنید.
برای اینکار فعلا تنها راهی که من میدونم میشه کرد اینه که کرنلتون را ریست کنید:
Runtime -> Reset all runtimes...حالا از کجا بفهمیم چه GPUی بهمون داده؟
یه روش ساده که استفاده از دستور
!nvidia-smiتو نوت بوکه.
روش دیگه اینه که کد زیر را اول نوت بوک یا کد پایتونیتون بزارید که اگر GPU مورد نظرمون را بهمون نداده بود Exception بده!
import pynvml#colab #tesla #GPU
pynvml.nvmlInit()
handle = pynvml.nvmlDeviceGetHandleByIndex(0)
device_name = pynvml.nvmlDeviceGetName(handle)
if device_name != b'Tesla T4':
raise Exception("""
Unfortunately this instance does not have a T4 GPU.
Please make sure you've configured Colab to request a GPU instance type.
Sometimes Colab allocates a Tesla K80 instead of a T4. Resetting the instance.
If you get a K80 GPU, try Runtime -> Reset all runtimes...
""")
else:
print('Woo! You got the right kind of GPU!')
Forwarded from Tensorflow(@CVision) (Alireza Akhavan)
SQL on RAPIDS AI
BlazingSQL provides a simple SQL interface to ETL massive datasets into GPU memory and the RAPIDS AI Ecosystem
https://blazingdb.com/
2 Minutes to BlazingSQL
https://docs.blazingdb.com/docs/using-blazingsql
میتونید آنلاین روی GPUی گوگل کولب تست کنید:
https://colab.research.google.com/drive/1r7S15Ie33yRw8cmET7_bjCpvjJiDOdub#scrollTo=8AdUt3HiUrc3
BlazingSQL provides a simple SQL interface to ETL massive datasets into GPU memory and the RAPIDS AI Ecosystem
https://blazingdb.com/
2 Minutes to BlazingSQL
https://docs.blazingdb.com/docs/using-blazingsql
میتونید آنلاین روی GPUی گوگل کولب تست کنید:
https://colab.research.google.com/drive/1r7S15Ie33yRw8cmET7_bjCpvjJiDOdub#scrollTo=8AdUt3HiUrc3
Forwarded from Tensorflow(@CVision) (Vahid Reza)
رابط کاربری برای پیادهسازی در fastai بدون نیاز به کد زدن!
Implementing a user friendly interface without the need to dig into the code for fastai
https://twitter.com/jeremyphoward/status/1132139239062118401
https://github.com/asvcode/Vision_UI
Implementing a user friendly interface without the need to dig into the code for fastai
https://twitter.com/jeremyphoward/status/1132139239062118401
https://github.com/asvcode/Vision_UI
Twitter
Jeremy Howard
Wow this looks really interesting! A GUI that sits on top of a significant subset of fastai's API, with a focus on vision applications. Would be interested to hear if folks find this helpful for building @pytorch models https://t.co/7zl9fU5ftk
History and Architecture of Matplotlib Library
https://www.aosabook.org/en/matplotlib.html
https://www.aosabook.org/en/matplotlib.html