#
self-learning
Here are 293 public repositories matching this topic...
learning
computer-science
udacity
algorithm
university
algorithms
robotics
coursera
ros
edx
self-learning
moocs
-
Updated
Jun 29, 2020
-
Updated
May 24, 2020
-
Updated
Jun 17, 2020
rust
learning
rust-lang
learning-rust
rustlang
self-study
self-learning
rust-book
learning-notes
rust-learning
learning-journey
learn-rust
learnrust
-
Updated
Jun 12, 2020 - Rust
Watch a Neural Network learns to shoot a target
-
Updated
Jan 5, 2020 - JavaScript
My ML related stuff including notebooks, codes and a curated list of various useful resources such as books and softwares. Almost everything mentioned here is free(as speech not free food) or open-source.
python
learning
data-science
machine-learning
data-mining
deep-neural-networks
deep-learning
graph-algorithms
book
scikit-learn
jupyter-notebook
resources
pandas
kaggle
data-analysis
python-machine-learning
graph-mining
self-learning
zeppelin-notebook
data-science-resourses
-
Updated
Jun 24, 2020 - Jupyter Notebook
algorithms
data-structures
self-improvement
self-study
hacktoberfest
community-driven
self-learning
hacktoberfest2018
hacktoberfest2019
-
Updated
Oct 28, 2019 - Jupyter Notebook
Code and personal notes for the book Computer Science Distilled by Wladston Ferreira
-
Updated
Jun 11, 2019 - JavaScript
OleksiyRudenko
commented
Oct 30, 2018
This project needs an emblem.
Anything like the one in the bottom would fit.
Please, share your own artwork or refer to someone who could be of help. Permission to use the asset in non-commercial open source projects is required.
What the asset owner will get:
- credits with a link to her or his web site
- distribution of credits across forks of this project (not many yet though)
Tha
Unseen Object Segmentation in Videos via Transferable Representations, ACCV 2018 (oral)
computer-vision
deep-learning
transfer-learning
self-learning
video-segmentation
object-segmentation
-
Updated
Jan 15, 2019 - C++
Follow my tutorials and articles here: https://www.inspiredwebdev.com || get my book here: https://github.com/AlbertoMontalesi/The-complete-guide-to-modern-JavaScript
-
Updated
Feb 4, 2020 - JavaScript
-
Updated
Jul 6, 2020 - HTML
A repository with a selection of hand picked free courses from high quality universities that amount to a full Computer Science undergrad curriculum, based on 2019's MIT undergrad curriculum.
-
Updated
Jul 21, 2019
Learn how to use Kinesis Firehose, AWS Glue, S3, and Amazon Athena by streaming and analyzing reddit comments in realtime. 100-200 level tutorial.
real-time
reddit
sentiment-analysis
data-stream
tutorials
data-lake
kinesis-firehose
self-learning
sentiment-classification
amazon-athena
aws-glue
delivery-stream
-
Updated
Jun 26, 2020 - Python
Open
签个到,方便互踩
25
liujuanjuan1984
commented
Mar 13, 2019
at
Репозиторій з курсів «Front-end» та «NodeJS» проекту Masters Academy
nodejs
javascript
css
html
learning
front-end
angular
course
self-learning
mastersacademy
masters-academy
-
Updated
Jun 7, 2020 - HTML
TalkingData AdTracking Fraud Detection Challenge on Kaggle Competition
-
Updated
Sep 24, 2018 - Jupyter Notebook
How do we process data in different formats like docx, pdf etc and generate insights to be linked with structured data in database?This pattern helps in establishing relations between structured & unstructured data to generate recommendations using Watson NLU & Watson Studio.
nlp
data-science
text-mining
watson
natural-language
jupyter-notebook
artificial-intelligence
cloud-computing
recommender-system
self-learning
ibm-cloud
watson-nlu
watson-natural-language
unstructured-data
pdf-document-processor
watson-studio
-
Updated
May 27, 2020 - Jupyter Notebook
Calpa 的技术博客评论区,前身为 Hexo Blog
-
Updated
Jun 16, 2018 - HTML
data-science
machine-learning
deep-learning
concepts
scikit-learn
jupyter-notebook
coursera
kaggle
colab
pca
python-programming-language
self-learning
dataquest
deeplearning-ai
dinhanhthi
-
Updated
Jul 4, 2020 - HTML
Work completed while studying through p1xt's Job Ready JavaScript 2.0 Guide.
-
Updated
Oct 23, 2019 - JavaScript
Suite of self-learning algorithms.
-
Updated
Oct 24, 2019 - Jupyter Notebook
My personal learning roadmap on Computer Science. A.k.a teaching myself Computer Science.
-
Updated
Mar 30, 2020
A self-learning roadmap for practitioners in software engineering
-
Updated
Jul 3, 2020
Self care iOS app for mental health.
-
Updated
May 2, 2020 - Swift
Improve this page
Add a description, image, and links to the self-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the self-learning topic, visit your repo's landing page and select "manage topics."
首先感谢分享程序。
请问在6x6 四子棋的训练过程中,有没有调节learning_rate或者其他参数?
程序里的c_puct=5 , 温度t=1,学习率 0.002,batch_size 512 , deque最大长度10000, kl-targ=0.02 ,epochs=5
我使用你程序里的预设参数 tensorflow训练6x6 四子棋 ,loss下降到2左右就无法下降了,调节学习率也没成功。。。求帮助解答,谢谢
另外,不明白explain_var_old这个参考数值的意义。