scikit-learn course
The goal of this course is to teach machine learning with scikit-learn to beginners, even without a strong technical background.
The course description can be found here.
GitHub
#course
#MachineLearning
The goal of this course is to teach machine learning with scikit-learn to beginners, even without a strong technical background.
The course description can be found here.
GitHub
#course
#MachineLearning
GitHub
GitHub - INRIA/scikit-learn-mooc: Machine learning in Python with scikit-learn MOOC
Machine learning in Python with scikit-learn MOOC. Contribute to INRIA/scikit-learn-mooc development by creating an account on GitHub.
Forwarded from the Turing Machine
Ten simple rules for structuring papers:
Overview
Good scientific writing is essential to career development and to the progress of science. A well-structured manuscript allows readers and reviewers to get excited about the subject matter, to understand and verify the paper’s contributions, and to integrate these contributions into a broader context. However, many scientists struggle with producing high-quality manuscripts and are typically untrained in paper writing. Focusing on how readers consume information, we present a set of ten simple rules to help you communicate the main idea of your paper. These rules are designed to make your paper more influential and the process of writing more efficient and pleasurable.
[ link ]
Follow: @theTuringMachine
Overview
Good scientific writing is essential to career development and to the progress of science. A well-structured manuscript allows readers and reviewers to get excited about the subject matter, to understand and verify the paper’s contributions, and to integrate these contributions into a broader context. However, many scientists struggle with producing high-quality manuscripts and are typically untrained in paper writing. Focusing on how readers consume information, we present a set of ten simple rules to help you communicate the main idea of your paper. These rules are designed to make your paper more influential and the process of writing more efficient and pleasurable.
[ link ]
Follow: @theTuringMachine
Great YouTube channel for data science.
https://youtu.be/TeEj3eTXdiY
https://youtu.be/TeEj3eTXdiY
YouTube
ritvikmath : data science for all
Dive into Deep Learning
Interactive deep learning book with code, math, and discussions
Implemented with NumPy/MXNet, PyTorch, and TensorFlow
https://d2l.ai/index.html
Interactive deep learning book with code, math, and discussions
Implemented with NumPy/MXNet, PyTorch, and TensorFlow
https://d2l.ai/index.html
🎉 release swyft 0.2.0, a practical machine learning tool for robust simulation-based inference in physics.
Python package: GitHub
🪄 Simulation-based inference can do magic. How can swyft help?
Read the thread.
Python package: GitHub
🪄 Simulation-based inference can do magic. How can swyft help?
Read the thread.
GitHub
GitHub - undark-lab/swyft: A system for scientific simulation-based inference at scale.
A system for scientific simulation-based inference at scale. - undark-lab/swyft
🍀 Suggest name of a Python package for the
"Simulation of complex network dynamics with differential equations"
using just in time compilation (jitc).
It use phase and population models for simulation of interaction nodes.
netsim and pysim already taken.
"Simulation of complex network dynamics with differential equations"
using just in time compilation (jitc).
It use phase and population models for simulation of interaction nodes.
netsim and pysim already taken.
Forwarded from the Turing Machine
Deep Learning, which is a course on the theory and techniques of deep learning with an emphasis on neuroscience. The course runs from August 2-20.
The syllabus for this course is still in progress, here is the current draft.
[ link ]
Follow: @theTuringMachine
The syllabus for this course is still in progress, here is the current draft.
[ link ]
Follow: @theTuringMachine
Machine learning, computer vision, statistics and general scientific computing for .NET
https://github.com/accord-net/framework
#ML
https://github.com/accord-net/framework
#ML
GitHub
GitHub - accord-net/framework: Machine learning, computer vision, statistics and general scientific computing for .NET
Machine learning, computer vision, statistics and general scientific computing for .NET - accord-net/framework
Scientific Programming via @like
🔆 Some Python text #books : ✅ 1. Numerical Python A Practical Techniques Approach for Industry, Robert Johansson ✅ 2. A Student's Guide to Python for Physical Modeling, Jesse M. Kinder & Philip Nelson ✅ 3. A Primer on Scientific Programming with Python…
Still I recommend these books. 👌🤌
Jupyter Book
Jupyter Book is an open-source project for building books and documents from standard computational and data science materials such as Jupyter Notebooks and Markdown documents.
Official documentation
https://jupyterbook.org/
Jupyter Book is an open-source project for building books and documents from standard computational and data science materials such as Jupyter Notebooks and Markdown documents.
Official documentation
https://jupyterbook.org/
JITCSIM
I have written a package for high performance simulation of complex networks using just in time compilation.
The model is written in python syntax, C code is generated and run with full speed.
This is not an official release, I have made the project public to get some feedback, and know how much this could be helpful for others.
It includes the Kuramoto models and solve ODEs and SDEs.
Delay differential equations will be added soon.
Parallelising with OpenMP and Multiprocessing also supported.
To get a glance what is now available look at the notebooks.
I have written a package for high performance simulation of complex networks using just in time compilation.
The model is written in python syntax, C code is generated and run with full speed.
This is not an official release, I have made the project public to get some feedback, and know how much this could be helpful for others.
It includes the Kuramoto models and solve ODEs and SDEs.
Delay differential equations will be added soon.
Parallelising with OpenMP and Multiprocessing also supported.
To get a glance what is now available look at the notebooks.
Delay differential equations have numerous applications in science and engineering. This short, expository book offers a stimulating collection of examples of delay differential equations which are in use as models for a variety of phenomena in the life sciences, physics and technology, chemistry and economics. Avoiding mathematical proofs but offering more than one hundred illustrations, this book illustrates how bifurcation and asymptotic techniques can systematically be used to extract analytical information of physical interest.
Applied Delay Differential Equations is a friendly introduction to the fast-growing field of time-delay differential equations. Written to a multi-disciplinary audience, it sets each area of science in his historical context and then guides the reader towards questions of current interest.
#book
#DDE
Applied Delay Differential Equations is a friendly introduction to the fast-growing field of time-delay differential equations. Written to a multi-disciplinary audience, it sets each area of science in his historical context and then guides the reader towards questions of current interest.
#book
#DDE
Introduction to Deep Learning
-- 170 Video Lectures from Adaptive Linear Neurons to Zero-shot Classification with Transformers
Jul 9, 2021
by Sebastian Raschka
#course
#DL
-- 170 Video Lectures from Adaptive Linear Neurons to Zero-shot Classification with Transformers
Jul 9, 2021
by Sebastian Raschka
#course
#DL
Sebastian Raschka, PhD
Introduction to Deep Learning
I just sat down this morning and organized all deep learning related videos I recorded in 2021. I am sure this will be a useful reference for my future self,...
jitcsim.pdf
451.3 KB
This the first release of JiTCSim.
The followings are available:
- Kuramoto model simulation on arbibtrary networks.
- Using control parameter to avoid multiple compilation.
- Solving ODE/DDE/SDE system of equation using JiTC*DE packages.
- Parallel simulation using multiprocessing and OpenMP
- Calculation of the Hysteresis loop for explosive synchronization
- Calculation of Lyapunov exponents spectrum.
- Please let me know your comments.
https://github.com/Ziaeemehr/JITCSIM
The followings are available:
- Kuramoto model simulation on arbibtrary networks.
- Using control parameter to avoid multiple compilation.
- Solving ODE/DDE/SDE system of equation using JiTC*DE packages.
- Parallel simulation using multiprocessing and OpenMP
- Calculation of the Hysteresis loop for explosive synchronization
- Calculation of Lyapunov exponents spectrum.
- Please let me know your comments.
https://github.com/Ziaeemehr/JITCSIM
Scientific Programming
jitcsim.pdf
HTML documentation page is UP:
https://ziaeemehr.github.io/JITCSIM/
https://ziaeemehr.github.io/JITCSIM/